Difference between revisions of "Spec.clusterIPs"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
The Service "yourservice" is invalid: spec.clusterIPs: Invalid value: []string{"10.43.159.110"}: failed to allocate IP 10.43.159.110: the provided IP (10.43.159.110) is not in the valid range. The range of valid IPs is 172.20.0.0/16 | The Service "yourservice" is invalid: spec.clusterIPs: Invalid value: []string{"10.43.159.110"}: failed to allocate IP 10.43.159.110: the provided IP (10.43.159.110) is not in the valid range. The range of valid IPs is 172.20.0.0/16 | ||
+ | |||
+ | == Related == | ||
+ | * [[clusterIP]] | ||
* {{kubectl apply}} | * {{kubectl apply}} | ||
* {{K8s services}} | * {{K8s services}} |
Revision as of 13:57, 13 December 2023
The Service "yourservice" is invalid: spec.clusterIPs: Invalid value: []string{"10.43.159.110"}: failed to allocate IP 10.43.159.110: the provided IP (10.43.159.110) is not in the valid range. The range of valid IPs is 172.20.0.0/16
Related
kubectl apply, --server-side, -k, -f, creationTimestamp, kubectl.kubernetes.io/last-applied-configuration, --validate=false
- Kubernetes services,
kubectl get services, kubectl describe service
,kubectl create service
[loadbalancer
|nodeport
|clusterip
|externalname ], kubectl expose
,headless service, service.beta.kubernetes.io
Advertising: