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 b1ca7a8 + cbe9d2d commit c44bdb2Copy full SHA for c44bdb2
content/es/docs/tasks/tools/included/install-kubectl-windows.md
@@ -57,7 +57,7 @@ Existen los siguientes métodos para instalar kubectl en Windows:
57
- Usando PowerShell puede automatizar la verificación usando el operador `-eq` para obtener un resultado de `True` o `False`:
58
59
```powershell
60
- $($(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))
61
```
62
63
1. Agregue el binario a su `PATH`.
0 commit comments