mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
* add minikube to ubuntu and windows images * address review comments * remove extra lines * remove extra json added * remove 1604 * merge upstream * add comment * remove caching
8 lines
311 B
PowerShell
8 lines
311 B
PowerShell
################################################################################
|
|
## File: Install-KubernetesCli.ps1
|
|
## Desc: Install KubernetesCli
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName kubernetes-cli
|
|
Choco-Install -PackageName minikube
|