Skip to content

Commit 7e6b395

Browse files
authored
Update service-proxy-name comment to be more descriptive
1 parent 5caf1f7 commit 7e6b395

File tree

1 file changed

+5
-1
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+5
-1
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,11 @@ Example: `service.kubernetes.io/service-proxy-name: "foo-bar"`
13911391

13921392
Used on: Service
13931393

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.
13951399

13961400
### experimental.windows.kubernetes.io/isolation-type (deprecated) {#experimental-windows-kubernetes-io-isolation-type}
13971401

0 commit comments

Comments
 (0)