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
are you still facing this? 192.168.100.13 is a valid IP in 198.168.100.0/24. It's odd that the validation failed.I will try to reproduce this and dig into it.
/sig network
Kubernetes version (use
kubectl version
):Client Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.0", GitCommit:"a16c0a7f71a6f93c7e0f222d961f4675cd97a46b", GitTreeState:"clean", BuildDate:"2016-09-26T18:16:57Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"4", GitVersion:"v1.4.0", GitCommit:"a16c0a7f71a6f93c7e0f222d961f4675cd97a46b", GitTreeState:"clean", BuildDate:"2016-09-26T18:10:32Z", GoVersion:"go1.6.3", Compiler:"gc", Platform:"linux/amd64"}
Environment:
uname -a
): Linux dev-master01 3.13.0-85-generic Secure intra-cluster communication with TLS #129-Ubuntu SMP Thu Mar 17 20:50:15 UTC 2016 x86_64 x86_64 x86_64 GNU/LinuxWhat happened:
I have
--service-cluster-ip-range=198.168.100.0/24
When I attempt to create a service with a predefined clusterIP, I get the following:
The Service "kube-dns" is invalid: spec.clusterIP: Invalid value: "192.168.100.13": provided IP is not in the valid range
If I remove the clusterIP from the service definition, it creates a service inside the valid range...
What you expected to happen:
It would consider an address from inside that range to be valid
The text was updated successfully, but these errors were encountered: