Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't change ServiceClusterIPRange #1323

Closed
felipejfc opened this issue Apr 3, 2017 · 3 comments
Closed

Can't change ServiceClusterIPRange #1323

felipejfc opened this issue Apr 3, 2017 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@felipejfc
Copy link

felipejfc commented Apr 3, 2017

Hi, I'm trying to change ServiceClusterIPRange with the "--extra-config" flag without success, this is my start line:

minikube start --extra-config=apiserver.GenericServerRunOptions.ServiceClusterIPRange=10.1.0.1/16 --vm-driver=xhyve

when I get services:

➜  manifests git:(master) ✗ kubectl get svc
NAME         CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
kubernetes   10.0.0.1     <none>        443/TCP   9m

am I doing anything wrong?

@dlorenc @r2d4

Additional Info: I'm running on a mac

@aaron-prindle aaron-prindle added the kind/bug Categorizes issue or PR as related to a bug. label Apr 6, 2017
@r2d4
Copy link
Contributor

r2d4 commented Apr 6, 2017

Can you output minikube logs | grep feature? Which version of kubernetes are you running?

@r2d4
Copy link
Contributor

r2d4 commented Apr 10, 2017

dupe of #1006 (comment) #1359

@r2d4 r2d4 closed this as completed Apr 10, 2017
@felipejfc
Copy link
Author

felipejfc commented Apr 12, 2017

Just to leave as reference, the correct is:

minikube start --extra-config=apiserver.ServiceClusterIPRange=10.1.0.1/16 --vm-driver=xhyve

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants