You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started-guides/kubeadm.md
+76
Original file line number
Diff line number
Diff line change
@@ -138,6 +138,10 @@ Note: Disabling SELinux by running `setenforce 0` is required in order to allow
138
138
containers to access the host filesystem, which is required by pod networks for
139
139
example. You have to do this until SELinux support is improved in the kubelet.
140
140
141
+
While this guide is correct for kubeadm 1.6, the previous version is still
142
+
available but can be a bit tricky to install. [See below](#old-kubeadm) for
143
+
details.
144
+
141
145
### (2/4) Initializing your master
142
146
143
147
The master is the machine where the "control plane" components run, including
@@ -632,3 +636,75 @@ A web search on the error message may help narrow down the issue. Or
632
636
communicate the errors you are seeing to the community/company that provides the
633
637
pod network implementation you are using.
634
638
639
+
### Installing kubeadm 1.5 {#old-kubeadm}
640
+
641
+
This section covers the previous version, kubeadm 1.5. It is still available but is a little tricky to get to. Also note that the command line options and other configuration parameters have changed.
642
+
643
+
As root, run the following. This is very similar to the regular instructions except forpinning the versions. Note that, due to some unfortunate version strings, kubeadm isn't indexedin the repos and the packages must be downloaded and installed directly.
0 commit comments