Skip to content

Commit 84472e5

Browse files
flaper87pierreprinetti
authored andcommitted
Add missing kernel modules to the node (openshift#76)
1 parent 85d6285 commit 84472e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmd/clusterctl/examples/openstack/provider-components.yaml.template

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,9 @@ data:
177177
EOF
178178
apt-get update
179179

180+
# Needed for the node and kubeadm preflights
181+
modprobe ip_vs_sh ip_vs ip_vs_rr ip_vs_wrr
182+
180183
mkdir -p /etc/kubernetes/
181184
# Our Debian packages have versions like "1.8.0-00" or "1.8.0-01". Do a prefix
182185
# search based on our SemVer to find the right (newest) package version.

0 commit comments

Comments
 (0)