-
Notifications
You must be signed in to change notification settings - Fork 717
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
completion: add note that 'bash-completion' is required on Linux too #860
Comments
I just finger out I did not install the Note: this requires the bash-completion framework, which is not installed
by default on Mac. This can be installed by using homebrew: |
yes, definitely. https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/cmd/completion.go#L55 should be changed to something like:
please, feel free to |
/assign |
@neolit123 I am very interested in |
@xlgao-zju |
Automatic merge from submit-queue (batch tested with PRs 61803, 64305, 64170, 64361, 64339). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Improve the help of kubeadm completion **What this PR does / why we need it**: Add note that 'bash-completion' is required on Linux too. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: Fixes [kubernetes/kubeadm/#860](kubernetes/kubeadm#860) **Special notes for your reviewer**: cc @neolit123 **Release note**: ```release-note NONE ```
@xlgao-zju here's the help-wanted issue query 👍 Also, the development slack channel is kubernetes#sig-cluster-lifecycle, and we have office hours every wednesday. Feel welcome to join and ask questions. We'd love to help you become a better contributor. |
Is this a BUG REPORT or FEATURE REQUEST?
BUG REPORT
Versions
kubeadm version (use
kubeadm version
):v1.9.3Environment:
uname -a
): Linux iZbp1h3apv3aahc08gsdbhZ 3.10.0-693.2.2.el7.x86_64 kubeadm join on slave node fails preflight checks #1 SMP Tue Sep 12 22:26:13 UTC 2017 x86_64 x86_64 x86_64 GNU/LinuxWhat happened?
After I run
source <(kubeadm completion bash)
, I typekubeadm u
and the type the tab. I getWhat you expected to happen?
Get
The text was updated successfully, but these errors were encountered: