-
Notifications
You must be signed in to change notification settings - Fork 5
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 worker node clustering #17
Conversation
aa7a93d
to
dd7b4af
Compare
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.
I have questions about the token generated by create_join_token
about whether it can be used by both workers and control-plane, or if they must be different based on the role.
Also, you've gotta distribute the tokens to both workers and control-planes
8091f18
to
e820132
Compare
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.
Sad, we can't count on the application name in juju being known.
aad1498
to
335a467
Compare
2b81869
to
14658f0
Compare
Enable support for adding k8s-worker charms to the cluster by integrating the k8s:k8s-cluster and k8s-worker:cluster relations.
7106a13
to
379a8c8
Compare
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.
LGTM
Overview
Enables support for adding
k8s-worker
charms to the cluster.Library Changes
k8s-snap
API calls to use the unified endpoints for token generation and joining a clusterk8s-snap
CLI invocation for clustering with direct API call