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

feat: add overlay for a microk8s based single-user install #569

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

ca-scribner
Copy link
Contributor

This adds an overlay that configures Kubeflow's dex-auth and oidc-gateway charms with default settings applicable to a single-user install using microk8s based our tutorial. The purpose of this overlay is to provide a simplified first time install experience without damaging the flexibility of the general Kubeflow bundle. Without this overlay, our guides tell users to do:

juju deploy kubeflow --trust
juju config dex-auth public-url=http://10.64.140.43.nip.io
juju config oidc-gatekeeper public-url=http://10.64.140.43.nip.io
juju config dex-auth static-username=kubeflow
juju config dex-auth static-password=kubeflow

whereas with this overlay, we can simplify this to:

wget https://raw.githubusercontent.com/canonical/bundle-kubeflow/main/overlays/microk8s-single-user-overlay.yaml
juju deploy kubeflow --trust --overlay microk8s-single-user-overlay.yaml

@ca-scribner
Copy link
Contributor Author

Left in draft until we decide this is the approach we want to take.

This change avoids a namespace conflict with the Kubeflow control plane
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant