We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036cb25 commit c46468eCopy full SHA for c46468e
docs/content/customization/generic/kube-proxy-mode.md
@@ -81,3 +81,17 @@ Applying this configuration will result in the following configuration being app
81
skipPhases:
82
- addon/kube-proxy
83
```
84
+
85
+**IMPORTANT**: If you are disabling kube-proxy in this way to manage kube-proxy yourself, then you will also need
86
+to add the following control plane annotation to your `Cluster` definition:
87
88
+```yaml
89
+spec:
90
+ topology:
91
+ controlPlane:
92
+ metadata:
93
+ annotations:
94
+ controlplane.cluster.x-k8s.io/skip-kube-proxy: ""
95
+```
96
97
+Without this, CAPI will attempt to upgrade kube-proxy when the cluster is upgraded.
0 commit comments