-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add tooling to spin up local environments #9
Conversation
Just another source of inspiration: In K8up we also did a KIND setup, but based on |
Vcluster uses k3s, here we're using kind: We should at least document that so that there is awareness that it isn't the same Kubernetes distro. |
I don't really care what we use, but APUB-155 (internal) explicitly asks for kind |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works pretty good, I was able to setup a test environment fairly quickly.
I only really care about the README change to reference the make command. The others are just nitpicks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked for me with make -C local-env setup
after some trial and error.
The admin user has to have an email. Just toggling to email verified is not enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. The instructions and guided steps now make it quite easy to setup the dev environment! 🧙♂️
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It worked well for me. Just small suggestions
Co-authored-by: Chris <github.account@chrigel.net>
Summary
Add shell script and make targets to spin up a kind-based local environment. The setup script prompts the user to setup a dev realm and admin user in an existing Keycloak instance. The PR doesn't provide tooling to spin up a local Keycloak instance at the moment.
Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
as they show up in the changelog.