Commit d1ad00ef authored by HooYoungAhn's avatar HooYoungAhn
Browse files

Update 1.6.KSB_K8s_install_Guide.md

parent 00de2ffb
Pipeline #1100 canceled with stages
...@@ -689,7 +689,7 @@ Backup/Checkpoint node | 50105 | dfs.backup.http.address ...@@ -689,7 +689,7 @@ Backup/Checkpoint node | 50105 | dfs.backup.http.address
Tasktrackers | 50060 | mapred.task.tracker.http.address Tasktrackers | 50060 | mapred.task.tracker.http.address
Jobracker | 50030 | mapred.job.tracker.http.address Jobracker | 50030 | mapred.job.tracker.http.address
###5. 쿠버네티스 kubectl 명령 alias 방법 ### 5. 쿠버네티스 kubectl 명령 alias 방법
```sh ```sh
echo "alias k=kubectl" >> ~/.bashrc echo "alias k=kubectl" >> ~/.bashrc
source <(kubectl completion bash | sed s/kubectl/k/g) source <(kubectl completion bash | sed s/kubectl/k/g)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment