We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a410e4d + 6b80115 commit 44684f3Copy full SHA for 44684f3
content/hi/docs/tasks/tools/install-kubectl-windows.md
@@ -54,7 +54,7 @@ Windows पर kubectl संस्थापित करने के लिए
54
- `True` या `False` परिणाम प्राप्त करने के लिए `-eq` ऑपरेटर का उपयोग करके सत्यापन को ऑटोमेट करने के लिए powershell का उपयोग करें:
55
56
```powershell
57
- $($(CertUtil -hashfile .\kubectl.exe SHA256)[1] -replace " ", "") -eq $(type .\kubectl.exe.sha256)
+ $(Get-FileHash -Algorithm SHA256 .\kubectl.exe).Hash -eq $(Get-Content .\kubectl.exe.sha256)
58
```
59
60
1. अपने `PATH` में बाइनरी जोड़ें।
0 commit comments