We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef1179 commit c28cf37Copy full SHA for c28cf37
cmd/kubeadm/app/cmd/completion.go
@@ -73,7 +73,7 @@ var (
73
# Load the kubeadm completion code for bash into the current shell
74
source <(kubeadm completion bash)
75
76
- # Write bash completion code to a file and source if from .bash_profile
+ # Write bash completion code to a file and source it from .bash_profile
77
kubeadm completion bash > ~/.kube/kubeadm_completion.bash.inc
78
printf "\n# Kubeadm shell completion\nsource '$HOME/.kube/kubeadm_completion.bash.inc'\n" >> $HOME/.bash_profile
79
source $HOME/.bash_profile
0 commit comments