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

Improvement for k8s.io/docs/setup/independent/troubleshooting-kubeadm/ #12764

Closed
1 task
4563453 opened this issue Feb 21, 2019 · 2 comments
Closed
1 task

Improvement for k8s.io/docs/setup/independent/troubleshooting-kubeadm/ #12764

4563453 opened this issue Feb 21, 2019 · 2 comments
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.

Comments

@4563453
Copy link

4563453 commented Feb 21, 2019

This is a...

  • [ X] Feature Request
  • Bug Report

Problem:
missing command for fixing

Proposed Solution:
please add missing command fixing issue "TLS certificate errors"
export KUBECONFIG=/etc/kubernetes/admin.conf

Page to Update:
https://kubernetes.io/docs/setup/independent/troubleshooting-kubeadm/#tls-certificate-errors

@neolit123
Copy link
Member

the command is not exactly missing, as $HOME/.kube/config is also a search path, but if you set KUBECONFIG it will take precedence.

the troubleshooting tutorial assumes that you have not set KUBECONFIG, but if you have, you might
as well update it to another location.

free free to send a PR for this clarification if you want

/help
/kind cleanup
/priority backlog
/sig cluster-lifecycle

@k8s-ci-robot
Copy link
Contributor

@neolit123:
This request has been marked as needing help from a contributor.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help command.

In response to this:

the command is not exactly missing, as $HOME/.kube/config is also a search path, but if you set KUBECONFIG it will take precedence.

the troubleshooting tutorial assumes that you have not set KUBECONFIG, but if you have, you might
as well update it to another location.

free free to send a PR for this clarification if you want

/help
/kind cleanup
/priority backlog
/sig cluster-lifecycle

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@k8s-ci-robot k8s-ci-robot added kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Feb 21, 2019
kwiesmueller pushed a commit to kwiesmueller/website that referenced this issue Feb 28, 2019
krmayankk pushed a commit to krmayankk/kubernetes.github.io that referenced this issue Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. priority/backlog Higher priority than priority/awaiting-more-evidence. sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
Projects
None yet
Development

No branches or pull requests

3 participants