File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/vi/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 @@ -28,10 +28,10 @@ Bạn cần phải sử dụng phiên bản kubectl sai lệch không quá một
28
28
1 . Tải về phiên bản mới nhất với câu lệnh:
29
29
30
30
```
31
- curl -LO https://dl.k8s.io/release/`curl -s https://dl.k8s.io/release/stable.txt`/bin/linux/amd64/kubectl
31
+ curl -LO https://dl.k8s.io/release/`curl -LS https://dl.k8s.io/release/stable.txt`/bin/linux/amd64/kubectl
32
32
```
33
33
34
- Để tải về phiên bản cụ thể, hãy thay thế phần `$(curl -s https://dl.k8s.io/release/stable.txt)` trong câu lệnh với một phiên bản cụ thể.
34
+ Để tải về phiên bản cụ thể, hãy thay thế phần `$(curl -LS https://dl.k8s.io/release/stable.txt)` trong câu lệnh với một phiên bản cụ thể.
35
35
36
36
Ví dụ như, để tải về phiên bản {{< param "fullversion" >}} trên Linux, hãy nhập như sau:
37
37
@@ -103,10 +103,10 @@ Nếu bạn đang sử dụng Ubuntu hoặc distro Linux khác hỗ trợ trình
103
103
1. Tải về phiên bản mới nhất:
104
104
105
105
```
106
- curl -LO "https://dl.k8s.io/release/$(curl -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
106
+ curl -LO "https://dl.k8s.io/release/$(curl -LS https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
107
107
```
108
108
109
- Để tải về phiên bản cụ thể, hãy thay thế phần `$(curl -s https://dl.k8s.io/release/stable.txt)` trong câu lệnh với phiên bản cụ thể.
109
+ Để tải về phiên bản cụ thể, hãy thay thế phần `$(curl -LS https://dl.k8s.io/release/stable.txt)` trong câu lệnh với phiên bản cụ thể.
110
110
111
111
Ví dụ, để tải về phiên bản {{< param "fullversion" >}} trên macOS, gõ:
112
112
You can’t perform that action at this time.
0 commit comments