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

Support appending additional flags to defaultKubeAPIServerFlags #112

Closed
mjnichol2 opened this issue Aug 17, 2018 · 1 comment
Closed

Support appending additional flags to defaultKubeAPIServerFlags #112

mjnichol2 opened this issue Aug 17, 2018 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@mjnichol2
Copy link
Contributor

There's currently no way to pass additional flags to the API server. For instance, if I want to use an alpha feature (like PriorityClass, prior to 1.11.0), I need to set a flag on the API server.

@DirectXMan12 DirectXMan12 added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 21, 2018
@DirectXMan12
Copy link
Contributor

There's actually a TODO in pkg/envtest/server.go about this. It should be a fairly easy feature to add -- you just have to provide a way to append to the default arguments at start. PRs welcome :-).

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

No branches or pull requests

2 participants