We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-install.sh
DRAFT (have to try with kind and K3S clusters and experiment a declarative approach with ArgoCD)
bin/k8s-check-config.sh
devbox-allowed: true
"default" or dedicated "devbox" one?
Invoke this script in k8s-install.sh scripts
Add a bin/k8s-enable-devbox.sh (or something like bin/k8s-configure-devbox.sh)
bin/k8s-enable-devbox.sh
bin/k8s-configure-devbox.sh
The text was updated successfully, but these errors were encountered:
mborne
No branches or pull requests
Motivation
k8s-install.sh
with unwanted kubectl config could lead to problemsActions
bin/k8s-check-config.sh
script ensuring that a labeldevbox-allowed: true
is defined on a namespaceInvoke this script in
k8s-install.sh
scriptsAdd a
bin/k8s-enable-devbox.sh
(or something likebin/k8s-configure-devbox.sh
)The text was updated successfully, but these errors were encountered: