You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Este commando agragará el script de autocompletado en cada sesión de PowerShell. También puedes añadir el script generado directamente en tu archivo `$PROFILE`.
19
+
20
+
Para agregar el escript generado a tu archivo `$PROFILE`, ejecuta el siguiente comando en el prompt de tu powershell
21
+
22
+
```powershell
23
+
kubectl completion powershell >> $PROFILE
24
+
```
25
+
26
+
Después de recargar tu shell, el autocompletado de kubectl debería funcionar.
0 commit comments