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

Confirm the correct kubeconfig is being used #2635

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dkeightley
Copy link
Contributor


```
kubectl config view -o=jsonpath='{.clusters[*].cluster.server}'
https://NODE:6443
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to add a note for the use of localhost in case of k3s (where people did not replace it with their load balancer/node address)?


If the output from the command shows your Rancher hostname with the suffix `/k8s/clusters`, the wrong kubeconfig YAML file is configured. It should be the file that was created with RKE or K3s when creating the cluster to run Rancher.

Confirm that Rancher pods are running within the cluster.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is a separate step, should it be in the list above so it doesn't get overlooked?

@catherineluse
Copy link
Contributor

@dkeightley Please rebase this PR on master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants