You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Microk8s enabled the following workflow which was useful because it enables the join token to be pre-determined, therefore allowing it to be used by the "joining" node:
Thank you for the feedback. We are still actively working on the user experience and have discussed about this workflow as well. I will additionally bring the community request up to the team and we will get back to this issue once we set on a path forward.
Microk8s enabled the following workflow which was useful because it enables the join token to be pre-determined, therefore allowing it to be used by the "joining" node:
sudo microk8s add-node --token "$BOOTSTRAP_TOKEN" -l 50000
Could this be implemented here too?
maybe as
sudo k8s set-join-token "abc123"
?The text was updated successfully, but these errors were encountered: