Monday, 14 June 2021

Kubernetes and Cloud Weave

 Need to run this command

 kubectl apply -f "https://cloud.weave.works/k8s/net?k8s-version=$(kubectl version | base64 | tr -d '\n')"

Instead of this:

# kubectl apply -f "https://cloud.weave.works/k8s/net?k8sversion=$kubever" 


Reference: https://www.weave.works/docs/net/latest/kubernetes/kube-addon/

No comments:

Post a Comment

PVC in terminating state

Referencee:https://veducate.co.uk/kubernetes-pvc-terminating/  I still had errors performing deployment, till I released that although I pre...