Fix #12764 - Update troubleshooting-kubeadm doc#12825
Fix #12764 - Update troubleshooting-kubeadm doc#12825k8s-ci-robot merged 1 commit intokubernetes:masterfrom daminisatya:tls_cert_fix
Conversation
|
/assign @neolit123 |
|
Deploy preview for kubernetes-io-master-staging ready! Built with commit b47db0e https://deploy-preview-12825--kubernetes-io-master-staging.netlify.com |
neolit123
left a comment
There was a problem hiding this comment.
thanks @daminisatya
suggested a couple of minor changes.
| regenerate a certificate if necessary. The certificates in a kubeconfig file | ||
| are base64 encoded. The `base64 -d` command can be used to decode the certificate | ||
| and `openssl x509 -text -noout` can be used for viewing the certificate information. | ||
| - Verify that the env variable `KUBECONFIG` is set to `NULL` using: |
There was a problem hiding this comment.
Unset the the
KUBECONFIGenvironment variable using:
| unset KUBECONFIG | ||
| ``` | ||
|
|
||
| Or set it to the correct config file using: |
There was a problem hiding this comment.
Or set it to the default kubeconfig location:
|
@neolit123 Thank you for the review! I updated the PR with the suggestions |
|
Checked the updates on: https://deploy-preview-12825--kubernetes-io-master-staging.netlify.com/docs/setup/independent/troubleshooting-kubeadm/ /approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Rajakavitha1 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
#12764
@neolit123