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: charts/cluster-autoscaler/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -471,7 +471,7 @@ vpa:
471
471
| securityContext | object |`{}`|[Security context for pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/)|
472
472
| service.annotations | object |`{}`| Annotations to add to service |
473
473
| service.create | bool |`true`| If `true`, a Service will be created. |
474
-
| service.externalIPs | list |`[]`| List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips.|
474
+
| service.externalIPs | list |`[]`| List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#external-ips.|
475
475
| service.labels | object |`{}`| Labels to add to service |
476
476
| service.loadBalancerIP | string |`""`| IP address to assign to load balancer (if supported). |
477
477
| service.loadBalancerSourceRanges | list |`[]`| List of IP CIDRs allowed access to load balancer (if supported). |
Copy file name to clipboardExpand all lines: charts/cluster-autoscaler/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -369,7 +369,7 @@ service:
369
369
annotations: {}
370
370
# service.labels -- Labels to add to service
371
371
labels: {}
372
-
# service.externalIPs -- List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/user-guide/services/#external-ips.
372
+
# service.externalIPs -- List of IP addresses at which the service is available. Ref: https://kubernetes.io/docs/concepts/services-networking/service/#external-ips.
373
373
externalIPs: []
374
374
375
375
# service.loadBalancerIP -- IP address to assign to load balancer (if supported).
0 commit comments