Skip to content

Commit 44684f3

Browse files
authored
Merge pull request #39651 from Arhell/hi-imp
[hi] improvement: kubectl install on windows verify command
2 parents a410e4d + 6b80115 commit 44684f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Windows पर kubectl संस्थापित करने के लिए
5454
- `True` या `False` परिणाम प्राप्त करने के लिए `-eq` ऑपरेटर का उपयोग करके सत्यापन को ऑटोमेट करने के लिए powershell का उपयोग करें:
5555
5656
```powershell
57-
$($(CertUtil -hashfile .\kubectl.exe SHA256)[1] -replace " ", "") -eq $(type .\kubectl.exe.sha256)
57+
$(Get-FileHash -Algorithm SHA256 .\kubectl.exe).Hash -eq $(Get-Content .\kubectl.exe.sha256)
5858
```
5959
6060
1. अपने `PATH` में बाइनरी जोड़ें।

0 commit comments

Comments
 (0)