-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Docker specific get kubeconfig to quickstart #7392
📖 Add Docker specific get kubeconfig to quickstart #7392
Conversation
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.
Some suggestions. Otherwise lgtm
@@ -183,16 +183,20 @@ image for version `vX.Y.Z`, therefore creating a CAPD workload cluster with | |||
|
|||
### Get the kubeconfig for the workload cluster | |||
|
|||
The command for getting the kubeconfig file for connecting to a workload cluster is the following: | |||
The command for getting the kubeconfig file for connecting to a workload cluster with Docker Desktop should use kind: |
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.
nit: consider rewriting this sentence. Maybe reformulated or two sentences?
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.
Changed to "When using Docker Desktop macOS or Windows or Docker Desktop (Docker Engine works fine) on Linux, use kind to retrieve the kubeconfig:"
@@ -183,16 +183,20 @@ image for version `vX.Y.Z`, therefore creating a CAPD workload cluster with | |||
|
|||
### Get the kubeconfig for the workload cluster |
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.
nit: consider updating the title to reflect the updated content. This is a specific for when using kind + DD
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.
Updated to: "Get the kubeconfig for the workload cluster when using Docker Desktop"
6109d20
to
759ad04
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.
Awesome! Thank you for improving this
/lgtm
759ad04
to
d94af52
Compare
d94af52
to
b14fac4
Compare
Signed-off-by: killianmuldoon <[email protected]>
b14fac4
to
fe84250
Compare
Thx! /lgtm |
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
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: fabriziopandini The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: killianmuldoon [email protected]
Update the quick start to point Docker provider users to
kind
when retrieving the kubeconfig for their workload cluster. This will avoid users, especially on Windows and MacOS, from having to use the sed script (or Windows alternative) to update the config retrieved by clusterctl.Related to #5263