Skip to content

Commit

Permalink
Add note about required kernel package on SOC (bsc#1176864)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Napp committed Oct 14, 2020
1 parent 1ad8bc3 commit 9615e31
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions adoc/deployment-openstack.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@

.Preparation Required
[NOTE]
====
You must have completed <<deployment-preparations>> to proceed.
====

=== Install required kernel package

The JeOS image used to install on {soc} comes only with the basic kernel pre-installed.
This will be insufficient to run `cilium`. Please make sure that you install the
`kernel-default` package on all cluster nodes before proceeding.

=== Overview

You will use {tf} to deploy the required master and worker cluster nodes (plus a load balancer) to {soc} and then use the
`skuba` tool to bootstrap the {kube} cluster on top of those.
Expand Down

0 comments on commit 9615e31

Please sign in to comment.