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
If you are running kube-proxy in a HostProcess container within a Pod, and not as a Windows Service, you can upgrade kube-proxy by applying a newer version of your kube-proxy manifests.
85
+
{{< /note >}}
86
+
75
87
### Uncordon the node
76
88
77
89
1. From a machine with access to the Kubernetes API,
@@ -81,14 +93,7 @@ bring the node back online by marking it schedulable:
81
93
# replace <node-to-drain> with the name of your node
82
94
kubectl uncordon <node-to-drain>
83
95
```
84
-
### Upgrade kube-proxy
85
-
86
-
1. From a machine with access to the Kubernetes API, run the following,
87
-
again replacing {{< param "fullversion" >}} with your desired version:
0 commit comments