Created
February 3, 2020 03:43
-
-
Save jwsy/b086ff4b6f5e6e7b392cc4f7686f1a34 to your computer and use it in GitHub Desktop.
helm install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\jyee> choco install kubernetes-helm | |
>> | |
Chocolatey v0.10.15 | |
Installing the following packages: | |
kubernetes-helm | |
By installing you accept licenses for the packages. | |
Progress: Downloading kubernetes-helm 3.0.2... 100% | |
kubernetes-helm v3.0.2 [Approved] | |
kubernetes-helm package files install completed. Performing other installation steps. | |
The package kubernetes-helm wants to run 'chocolateyInstall.ps1'. | |
Note: If you don't run this script, the installation will fail. | |
Note: To confirm automatically next time, use '-y' or consider: | |
choco feature enable -n allowGlobalConfirmation | |
Do you want to run the script?([Y]es/[A]ll - yes to all/[N]o/[P]rint): a | |
Downloading kubernetes-helm 64 bit | |
from 'https://get.helm.sh/helm-v3.0.2-windows-amd64.zip' | |
Progress: 100% - Completed download of C:\Users\jyee\AppData\Local\Temp\chocolatey\kubernetes-helm\3.0.2\helm-v3.0.2-windows-amd64.zip (11.42 MB). | |
Download of helm-v3.0.2-windows-amd64.zip (11.42 MB) completed. | |
Hashes match. | |
Extracting C:\Users\jyee\AppData\Local\Temp\chocolatey\kubernetes-helm\3.0.2\helm-v3.0.2-windows-amd64.zip to C:\ProgramData\chocolatey\lib\kubernetes-helm\tools... | |
C:\ProgramData\chocolatey\lib\kubernetes-helm\tools | |
ShimGen has successfully created a shim for helm.exe | |
The install of kubernetes-helm was successful. | |
Software installed to 'C:\ProgramData\chocolatey\lib\kubernetes-helm\tools' | |
Chocolatey installed 1/1 packages. | |
See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment