You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/commands/autocomplete.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Once the installation is complete, you need to integrate the terminal you are us
38
38
39
39
#### On Linux
40
40
41
-
**Note: Main reference [bash auto-completion on Linux](https://kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-bash-linux/)**
41
+
**Note: Main reference [Install and Set Up kubectl on Linux](https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#enable-shell-autocompletion)**
42
42
43
43
The completion script depends on `bash-completion`, So you have to install it first.
44
44
@@ -70,7 +70,7 @@ After reloading your shell, dtm autocompletion should be working!
70
70
71
71
```{admonition} Note
72
72
:class: note
73
-
Main reference [bash auto-completion on macOS](https://kubernetes.io/docs/tasks/tools/included/optional-kubectl-configs-bash-mac/)
73
+
Main reference [Install and Set Up kubectl on macOS](https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/#enable-shell-autocompletion)
74
74
```
75
75
76
76
The completion script depends on `bash-completion`, So you have to install it first.
0 commit comments