mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
Update instructions for latest version of Calico
Instructions included a link to Calico v3; this doesnt (seem to) work any more. Updated the step to include link to Calico v3.3 (latest at time of writing), tested with VirtualBox provider and working fine.
This commit is contained in:
parent
e489bcb5d2
commit
a88a360da8
1 changed files with 7 additions and 2 deletions
|
|
@ -45,9 +45,14 @@ These instructions assume you've already installed your virtualization provider
|
|||
sed -i "s/KUBELET_EXTRA_ARGS=/KUBELET_EXTRA_ARGS=--node-ip=$ipaddr/" /etc/default/kubelet
|
||||
systemctl daemon-reload && systemctl restart kubelet
|
||||
|
||||
10. Install a CNI plugin, such as Calico:
|
||||
10. Install a CNI plugin, such as Calico (see [https://docs.projectcalico.org/v3.3/getting-started/kubernetes/](https://docs.projectcalico.org/v3.3/getting-started/kubernetes/))
|
||||
|
||||
kubectl apply -f https://docs.projectcalico.org/v3.0/getting-started/kubernetes/installation/hosted/kubeadm/1.7/calico.yaml
|
||||
kubectl apply -f \
|
||||
https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/etcd.yaml
|
||||
kubectl apply -f \
|
||||
https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/rbac.yaml
|
||||
kubectl apply -f \
|
||||
https://docs.projectcalico.org/v3.3/getting-started/kubernetes/installation/hosted/calico.yaml
|
||||
|
||||
11. Log out and run `vagrant ssh node-01` to log into "node-01". Run the `kubeadm join` command you copied from the output on "master".
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue