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

K8s Authenticator Quickstart: Make KinD optional #329

Open
john-odonnell opened this issue Jun 10, 2021 · 0 comments
Open

K8s Authenticator Quickstart: Make KinD optional #329

john-odonnell opened this issue Jun 10, 2021 · 0 comments

Comments

@john-odonnell
Copy link
Contributor

Currently, the Quickstart flow includes setting up a KinD cluster, and deploying Conjur to it.
The Quickstart flow should be adjusted to allow users to supply their own cluster

... in future work it would be nice if the KinD step became optional so that users could bring their own Kubernetes cluster. The requirement being that kubectl is already setup to communicate to their cluster of choice.

Current Quickstart flow

This would change the steps of the quickstart from:

  • Deployed Conjur OSS to a kind cluster
  • ...

to:

  • Created a KinD cluster (optional)
  • Deployed Conjur OSS to a Kubernetes cluster
  • ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant