... | ... | @@ -51,8 +51,8 @@ mkdir -p $HOME/.kube |
|
|
sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config
|
|
|
sudo chown $(id -u):$(id -g) $HOME/.kube/config
|
|
|
kubectl apply -f https://github.com/weaveworks/weave/releases/download/v2.8.1/weave-daemonset-k8s.yaml
|
|
|
# kubectl create -f https://projectcalico.docs.tigera.io/manifests/tigera-operator.yaml
|
|
|
# kubectl create -f https://projectcalico.docs.tigera.io/manifests/custom-resources.yaml
|
|
|
# kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/tigera-operator.yaml
|
|
|
# kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/custom-resources.yaml
|
|
|
# kubectl taint nodes --all node-role.kubernetes.io/master-
|
|
|
watch kubectl get node,pod -o wide --all-namespaces
|
|
|
```
|
... | ... | |