File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/ko/docs/tasks/tools Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
또는 ` curl ` 을 설치한 경우, 다음 명령을 사용한다.
31
31
32
32
``` powershell
33
- curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe
33
+ curl -LO " https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe"
34
34
```
35
35
36
36
{{< note >}}
42
42
kubectl 체크섬 파일을 다운로드한다.
43
43
44
44
``` powershell
45
- curl -LO https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256
45
+ curl -LO " https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl.exe.sha256"
46
46
```
47
47
48
48
kubectl 바이너리를 체크섬 파일을 통해 검증한다.
@@ -147,15 +147,15 @@ kubectl은 Bash 및 Zsh에 대한 자동 완성 지원을 제공하므로 입력
147
147
1 . 다음 명령으로 최신 릴리스를 다운로드한다.
148
148
149
149
``` powershell
150
- curl -LO https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe
150
+ curl -LO " https://dl.k8s.io/release/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe"
151
151
```
152
152
153
153
1 . 바이너리를 검증한다. (선택 사항)
154
154
155
155
kubectl-convert 체크섬(checksum) 파일을 다운로드한다.
156
156
157
157
``` powershell
158
- curl -LO https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256
158
+ curl -LO " https://dl.k8s.io/{{< param "fullversion" >}}/bin/windows/amd64/kubectl-convert.exe.sha256"
159
159
```
160
160
161
161
kubectl-convert 바이너리를 체크섬 파일을 통해 검증한다.
You can’t perform that action at this time.
0 commit comments