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.
1 parent 0f12ff8 commit 6b80115Copy full SHA for 6b80115
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