File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/hi/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 @@ -27,7 +27,7 @@ Windows पर kubectl संस्थापित करने के लिए
27
27
या यदि आपके पास ` curl ` है, तो इस कमांड का उपयोग करें:
28
28
29
29
``` powershell
30
- curl -LO https://dl.k8s.io/release/{{< param "fullversion" > }}/bin/windows/amd64/kubectl.exe
30
+ curl -LO https://dl.k8s.io/release/{{% param "fullversion" % }}/bin/windows/amd64/kubectl.exe
31
31
```
32
32
33
33
{{< note >}}
@@ -39,7 +39,7 @@ Windows पर kubectl संस्थापित करने के लिए
39
39
kubectl चेकसम फाइल डाउनलोड करें:
40
40
41
41
``` powershell
42
- curl -LO https://dl.k8s.io/{{< param "fullversion" > }}/bin/windows/amd64/kubectl.exe.sha256
42
+ curl -LO https://dl.k8s.io/{{% param "fullversion" % }}/bin/windows/amd64/kubectl.exe.sha256
43
43
```
44
44
45
45
चेकसम फ़ाइल से kubectl बाइनरी को मान्य करें:
@@ -143,15 +143,15 @@ kubectl Bash और Zsh के लिए ऑटोकम्प्लेशन
143
143
1 . इस कमांड से नवीनतम रिलीज डाउनलोड करें:
144
144
145
145
``` powershell
146
- curl -LO https://dl.k8s.io/release/{{< param "fullversion" > }}/bin/windows/amd64/kubectl-convert.exe
146
+ curl -LO https://dl.k8s.io/release/{{% param "fullversion" % }}/bin/windows/amd64/kubectl-convert.exe
147
147
```
148
148
149
149
1 . बाइनरी को मान्य करें (वैकल्पिक)
150
150
151
151
kubectl-convert चेकसम फ़ाइल डाउनलोड करें:
152
152
153
153
``` powershell
154
- curl -LO https://dl.k8s.io/{{< param "fullversion" > }}/bin/windows/amd64/kubectl-convert.exe.sha256
154
+ curl -LO https://dl.k8s.io/{{% param "fullversion" % }}/bin/windows/amd64/kubectl-convert.exe.sha256
155
155
```
156
156
157
157
चेकसम फ़ाइल से kubectl-convert बाइनरी को मान्य करें:
You can’t perform that action at this time.
0 commit comments