mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
7 lines
265 B
PowerShell
7 lines
265 B
PowerShell
################################################################################
|
|
## File: Install-KubernetesCli.ps1
|
|
## Desc: Install KubernetesCli
|
|
################################################################################
|
|
|
|
choco install kubernetes-cli -y
|