-
Notifications
You must be signed in to change notification settings - Fork 79
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
Docs for data plane registration #1332
Conversation
9ce6375
to
853d1be
Compare
853d1be
to
451e602
Compare
@@ -192,16 +191,6 @@ Here is a summary of what the script does: | |||
Create a `ClientConfig` in the `kind-k8ssandra-0` cluster using the service account | |||
token and CA cert from `kind-k8ssandra-1`: |
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.
Todo: I think lines 182 to 192 should be removed. Right?
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 don't think so actually. k8ssandra-client is doing exactly the same thing, and I personally wouldn't run it unless I had some idea of what resources it was going to manipulate.
We probably shouldn't call it a script though, maybe line 182 does need to change.
Co-authored-by: Alexander Dejanovski <[email protected]>
89025e6
to
1f21c13
Compare
Quality Gate passedIssues Measures |
What this PR does:
Document data plane registration using k8ssandra-client.
Which issue(s) this PR fixes:
Fixes #1327
Checklist