Skip to content

Commit 8850ccd

Browse files
committed
Shortcode fixes for hi
1 parent 150cef6 commit 8850ccd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/hi/docs/tasks/tools/install-kubectl-windows.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Windows पर kubectl संस्थापित करने के लिए
2727
या यदि आपके पास `curl` है, तो इस कमांड का उपयोग करें:
2828

2929
```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
3131
```
3232

3333
{{< note >}}
@@ -39,7 +39,7 @@ Windows पर kubectl संस्थापित करने के लिए
3939
kubectl चेकसम फाइल डाउनलोड करें:
4040

4141
```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
4343
```
4444

4545
चेकसम फ़ाइल से kubectl बाइनरी को मान्य करें:
@@ -143,15 +143,15 @@ kubectl Bash और Zsh के लिए ऑटोकम्प्लेशन
143143
1. इस कमांड से नवीनतम रिलीज डाउनलोड करें:
144144

145145
```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
147147
```
148148

149149
1. बाइनरी को मान्य करें (वैकल्पिक)
150150

151151
kubectl-convert चेकसम फ़ाइल डाउनलोड करें:
152152

153153
```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
155155
```
156156

157157
चेकसम फ़ाइल से kubectl-convert बाइनरी को मान्य करें:

0 commit comments

Comments
 (0)