-
Notifications
You must be signed in to change notification settings - Fork 65
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 MicroK8s as a platform option #146
Conversation
somehow I missed that contribution, great @thokra: AFAIK microk8s is relying on |
I have tested this PR and could run microk8s. But to do so I have been blocked a few times:
Am I +1 to merge this PR as it is (because it adds value and doesn't do any harm) and fix the issues with other PRs. @thokra would you be able to resolve the conflicts so that we can proceed and merge? |
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.
edited a past comment as it was not sent before
👍
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.
would be nice if microk8s.kubectl
command is used instead of kubectl
but it can be addressed later
Created #196 to improve microk8s support |
This adds support for MicroK8s as a possible installation platform. It's mostly just a copy of the minikube setup, with a few extra MicroK8s details.
It will enable the ingress addon if it is disabled, but it will just error out if the storage addon is disabled or if MicroK8s isn't running.
This is mostly because sudo is required, and I'm not familiar enough with JS/TS to get piping of stdout/stdin to work.
Tested it successfully with microk8s v1.14.2 and helm