Skip to content

Commit 2120a0b

Browse files
authored
Merge pull request #7317 from Shubham82/update_externalIPs_link
Fixed External IPs service link.
2 parents 0009760 + 058219f commit 2120a0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster-autoscaler/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ name: cluster-autoscaler
1111
sources:
1212
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
1313
type: application
14-
version: 9.43.0
14+
version: 9.43.1

charts/cluster-autoscaler/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ vpa:
471471
| securityContext | object | `{}` | [Security context for pod](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/) |
472472
| service.annotations | object | `{}` | Annotations to add to service |
473473
| 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. |
475475
| service.labels | object | `{}` | Labels to add to service |
476476
| service.loadBalancerIP | string | `""` | IP address to assign to load balancer (if supported). |
477477
| service.loadBalancerSourceRanges | list | `[]` | List of IP CIDRs allowed access to load balancer (if supported). |

charts/cluster-autoscaler/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ service:
369369
annotations: {}
370370
# service.labels -- Labels to add to service
371371
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.
373373
externalIPs: []
374374

375375
# service.loadBalancerIP -- IP address to assign to load balancer (if supported).

0 commit comments

Comments
 (0)