@@ -22,12 +22,12 @@ Windows पर kubectl संस्थापित करने के लिए
22
22
23
23
### Windows पर curl के माध्यम से kubectl बाइनरी इंस्टॉल करें
24
24
25
- 1 . [ latest release {{< param "fullversion" >}}] (https://dl.k8s.io/release/{{ < param "fullversion" >}}/bin/windows/amd64/kubectl.exe) डाउनलोड करें।
25
+ 1 . [ latest release {{< skew currentPatchVersion >}}] (https://dl.k8s.io/release/v {{ < skew currentPatchVersion >}}/bin/windows/amd64/kubectl.exe) डाउनलोड करें।
26
26
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/v{{< skew currentPatchVersion > }}/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/v{{< skew currentPatchVersion > }}/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/v{{< skew currentPatchVersion > }}/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/v{{< skew currentPatchVersion > }}/bin/windows/amd64/kubectl-convert.exe.sha256
155
155
```
156
156
157
157
चेकसम फ़ाइल से kubectl-convert बाइनरी को मान्य करें:
0 commit comments