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.
2 parents 483d257 + c28cf37 commit 1015a89Copy full SHA for 1015a89
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