Update outdated files in dev-1.24-ko.2 (M101-M104)

This commit is contained in:
bconfiden2
2022-07-19 21:23:56 +09:00
parent 6d0db84674
commit 249a9e0233
4 changed files with 4 additions and 5 deletions
@@ -43,7 +43,7 @@ kubectl에 대한 앨리어스(alias)가 있는 경우, 해당 앨리어스로
```bash
echo 'alias k=kubectl' >>~/.bashrc
echo 'complete -F __start_kubectl k' >>~/.bashrc
echo 'complete -o default -F __start_kubectl k' >>~/.bashrc
```
{{< note >}}