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
Making script more self-explanatory for users because after they join the node they also have to apply the cni daemonset/service and the kube-proxy and they have to change the k8s version of the kube-proxy.yml file to match their own.
Write-Output"Please remember that after you have joined the node to the cluster, that you have to apply the cni daemonset/service and the kube-proxy"
150
+
Write-Output"Also remember that for kube-proxy you have to change the its version from the name of the image in the kube-proxy.yml to that of your kubernetes version `n"
151
+
# rancher commands
152
+
Write-Output"In case you use rancher, use the following commands:"
153
+
Write-Output"For Windows you can use the following command: "
0 commit comments