File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1391,7 +1391,11 @@ Example: `service.kubernetes.io/service-proxy-name: "foo-bar"`
1391
1391
1392
1392
Used on : Service
1393
1393
1394
- The kube-proxy has this label for custom proxy, which delegates service control to custom proxy.
1394
+ Setting a value for this label tells kube-proxy to ignore this service for proxying purposes.
1395
+ This allows for use of alternative proxy implementations for this service (e.g. running
1396
+ a DaemonSet that manages nftables its own way). Multiple alternative proxy implementations
1397
+ could be active simultaneously using this field, e.g. by having a value unique to each
1398
+ alternative proxy implementation to be responsible for their respective services.
1395
1399
1396
1400
# ## experimental.windows.kubernetes.io/isolation-type (deprecated) {#experimental-windows-kubernetes-io-isolation-type}
1397
1401
You can’t perform that action at this time.
0 commit comments