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

[quickstart] Support non-rbac clusters #53

Closed
chuckha opened this issue Aug 17, 2017 · 3 comments
Closed

[quickstart] Support non-rbac clusters #53

chuckha opened this issue Aug 17, 2017 · 3 comments
Labels
kind/enhancement New or improved functionality p3-low

Comments

@chuckha
Copy link
Contributor

chuckha commented Aug 17, 2017

Right now we only have an RBAC solution for the quickstart. We would like to support clusters that do not have RBAC.

Work involved: If #52 gets merged, then we can add an if statement in the ksonnet that doesn't generate the rbac objects if a particular flag is passed in. Then in the makefile we can add an environment variable to the generate-examples target. Since the only dependency is docker for building the quickstart examples, we can then encourage non-rbac users to regenerate the examples with a particular flag or we could maintain a generated copy of that JSON.

@chuckha chuckha added kind/enhancement New or improved functionality p3-low labels Aug 17, 2017
@timothysc
Copy link
Member

This is where the ksonnet/kcfg init comes in to auto-detect caps and cache vars used for generation.

/cc @hausdorff

@hausdorff
Copy link

Not sure how I missed this, but we're actually pretty close to supporting this.

@jesscodez
Copy link
Contributor

Done with #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New or improved functionality p3-low
Projects
None yet
Development

No branches or pull requests

4 participants