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
Copy file name to clipboardExpand all lines: content/en/docs/concepts/services-networking/service.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,10 +217,10 @@ In the example above, traffic is routed to the single endpoint defined in
217
217
the YAML: `192.0.2.42:9376`(TCP).
218
218
219
219
{{< note >}}
220
-
The Kubernetes API server does not allow proxying to endpoints that are not mapped to
221
-
pods. Actions such as `kubectl proxy <service-name>` where the service has no
222
-
selector will fail due to this constraint. This prevents the Kubernetes API server
223
-
from being used as a proxy to endpoints the caller may not be authorized to access.
220
+
The Kubernetes API server does not allow proxying to endpoints that are not mapped to
221
+
pods. Actions such as `kubectl proxy <service-name>` where the service has no
222
+
selector will fail due to this constraint. This prevents the Kubernetes API server
223
+
from being used as a proxy to endpoints the caller may not be authorized to access.
224
224
{{< /note >}}
225
225
226
226
An ExternalName Service is a special case of Service that does not have
@@ -284,7 +284,7 @@ There are a few reasons for using proxying for Services:
284
284
285
285
Later in this page you can read about various kube-proxy implementations work. Overall,
286
286
you should note that, when running `kube-proxy`, kernel level rules may be
287
-
modified (for example, iptables rules might get created), which won't get cleaned up,
287
+
modified (for example, iptables rules might get created), which won't get cleaned up,
288
288
in some cases until you reboot. Thus, running kube-proxy is something that should
289
289
only be done by an administrator which understands the consequences of having a
290
290
low level, privileged network proxying service on a computer. Although the `kube-proxy`
@@ -299,6 +299,7 @@ Note that the kube-proxy starts up in different modes, which are determined by i
299
299
- The ConfigMap parameters for the kube-proxy cannot all be validated and verified on startup. For example, if your operating system doesn't allow you to run iptables commands, the standard kernel kube-proxy implementation will not work. Likewise, if you have an operating system which doesn't support `netsh`, it will not run in Windows userspace mode.
# A list of existing security groups to be configured on the ELB created. Unlike the annotation
1033
-
# service.beta.kubernetes.io/aws-load-balancer-extra-security-groups, this replaces all other security groups previously assigned to the ELB and also overrides the creation
1034
+
# service.beta.kubernetes.io/aws-load-balancer-extra-security-groups, this replaces all other security groups previously assigned to the ELB and also overrides the creation
1034
1035
# of a uniquely generated security group for this ELB.
1035
1036
# The first security group ID on this list is used as a source to permit incoming traffic to target worker nodes (service traffic and health checks).
1036
1037
# If multiple ELBs are configured with the same security group ID, only a single permit line will be added to the worker node security groups, that means if you delete any
@@ -1040,7 +1041,7 @@ There are other annotations to manage Classic Elastic Load Balancers that are de
# A list of additional security groups to be added to the created ELB, this leaves the uniquely generated security group in place, this ensures that every ELB
1042
1043
# has a unique security group ID and a matching permit line to allow traffic to the target worker nodes (service traffic and health checks).
1043
-
# Security groups defined here can be shared between services.
1044
+
# Security groups defined here can be shared between services.
0 commit comments