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

microk8s naming leftovers #8

Closed
valentincanonical opened this issue Dec 3, 2020 · 3 comments
Closed

microk8s naming leftovers #8

valentincanonical opened this issue Dec 3, 2020 · 3 comments

Comments

@valentincanonical
Copy link

Some messaging and configuration refers to "microk8s". It isn't a secret that this snap is based on microk8s, I wonder however how confusing this might be for the user.

I ran into this with the user group configuration, sudo usermod -a -G microk8s $USER.
Both user group naming and printed help command would need update.

@ktsakalozos
Copy link
Member

What command produced this output @valentincanonical ?

I thought I had this fixed. I might have missed it.

@valentincanonical
Copy link
Author

You're right @ktsakalozos , that was from my test yesterday evening, with a version downloaded now it seems to be fixed. Closing this issue. Thanks.

@iJebus
Copy link

iJebus commented Apr 2, 2021

Running eks config will produce output referencing microk8s, e.g.:

$ eks config
apiVersion: v1
clusters:
- cluster:
    certificate-authority-data: x
    server: x
  name: microk8s-cluster
contexts:
- context:
    cluster: microk8s-cluster
    user: admin
  name: microk8s
current-context: microk8s
kind: Config
preferences: {}
users:
- name: admin
  user:
    token: x

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

No branches or pull requests

3 participants