-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Golang Command to install Krel Tool #2870 #2871
Conversation
Was facing an issue regarding Krel Installation on windows and I think that the given installation steps might not work for some users, so added the Golang command to simplify the installation of krel tool.
Run the following command in the terminal : | ||
|
||
``` | ||
go install k8s.io/release/cmd/krel@latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I verified that the krel
installed using go install
runs fine but the krel version
command will report wrong values for some variables. I am not sure if commands other than stage
, release
would break.
@kubernetes/release-engineering -- what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the version output is more a cosmetic thing depending on how it has been installed.
Removed Extra space Co-authored-by: Nabarun Pal <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert, yrs147 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Was facing an issue regarding Krel Installation on windows and I think that the given installation steps might not work for some users, so added the Golang command to simplify the installation of krel tool.
What type of PR is this?
/kind documentation
What this PR does / why we need it:
It is an improvement in Docs for a better user experience
Which issue(s) this PR fixes:
#2870
Special notes for your reviewer:
We can add this in the docs to help new members in release teams who use the krel tool
Does this PR introduce a user-facing change?
No, only improved documentation.