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

Is it possible to configure add-ons globally for all profiles? #1482

Closed
burrsutter opened this issue Oct 3, 2017 · 5 comments
Closed

Is it possible to configure add-ons globally for all profiles? #1482

burrsutter opened this issue Oct 3, 2017 · 5 comments

Comments

@burrsutter
Copy link

burrsutter commented Oct 3, 2017

The following does not enable my admin user addon

./minishift addons enable admin-user
./minishift addons enable anyuid
./minishift start --profile 2G_demo --cpus 2 --memory 3G --vm-driver virtualbox 
./minishift addons list

reports that admin-user is enabled BUT it does not work with oc login admin, admin (admin is just a vanilla user)

@gbraad
Copy link
Member

gbraad commented Oct 3, 2017

Marking as question

@hferentschik hferentschik changed the title profiles and addons Profiles and addons Oct 3, 2017
@hferentschik
Copy link
Member

This seems very much a duplicate of #1480. Your add-on enable commands don't specify a profile, but then you start a 2G_demo profile. Your enable commands apply to the currently active profile at time of execution.

@hferentschik hferentschik changed the title Profiles and addons Is it possible to configure add-ons globally for all profiles? Oct 4, 2017
@LalatenduMohanty
Copy link
Member

Related #1517

@gbraad
Copy link
Member

gbraad commented Nov 7, 2017

Do we need to keep this issue open? We know we want something like #1517, and we can enable this as:

$ minishift profile set 2G_demo
$ minishift config set ... ...
$ minishift addons enable ...
$ minishift start ...

@gbraad
Copy link
Member

gbraad commented Nov 7, 2017

Closing (should be part of the discussion around #1517)

@gbraad gbraad closed this as completed Nov 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants