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
# To verify, if kubectl is working or not, run the following command.
7
+
kubectl get pods -o wide -n kube-system
8
+
#You will notice from the previous command, that all the pods are running except one: ‘core-dns’. For resolving this we will install a # pod network addon like Calico or Weavenet ..etc.
9
+
#Note: Install any one network addon don't install both. Install either weave net or calico.
10
+
To install Weave network plugin/addon run the following command.
0 commit comments