[ko] Update outdated files in dev-1.21-ko.6 (p3)

This commit is contained in:
Jihoon Seo
2021-07-05 18:21:22 +09:00
parent 2ebbdd6a1e
commit 9fedbf68ea
8 changed files with 174 additions and 21 deletions
@@ -50,7 +50,7 @@ kubectl apply -f https://k8s.io/examples/application/nginx/
URL을 구성 소스로 지정할 수도 있다. 이는 GitHub에 체크인된 구성 파일에서 직접 배포하는 데 편리하다.
```shell
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/application/nginx/nginx-deployment.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/website/main/content/en/examples/application/nginx/nginx-deployment.yaml
```
```shell