-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
docs(deploy): fix helm install command for helm v3 #5020
Conversation
Welcome @armujahid! |
Hi @armujahid. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/ok-to-test |
@armujahid: Cannot trigger testing until a trusted user reviews the PR and leaves an In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @ElvinEfendi |
@armujahid please add a different section for helm3 instead of the proposed change. We cannot assume everyone is using the new version. |
--name flag has been removed from helm and is now mandatory helm install [NAME] [CHART] [flags]
@aledbf I have added both helm 3 and 2 related commands in same section (without creating a new section). Default helm site https://helm.sh/ is for stable helm 3 that's why I think we should show helm 3 commands before helm 2. What do you think? I can modify it if required. |
/ok-to-test |
👍 |
/lgtm |
@armujahid thanks! |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: aledbf, armujahid 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 |
/retest |
1 similar comment
/retest |
/retest |
Codecov Report
@@ Coverage Diff @@
## master #5020 +/- ##
=========================================
+ Coverage 58.55% 58.6% +0.04%
=========================================
Files 88 88
Lines 6840 6843 +3
=========================================
+ Hits 4005 4010 +5
+ Misses 2398 2397 -1
+ Partials 437 436 -1
Continue to review full report at Codecov.
|
/retest |
1 similar comment
/retest |
/test pull-ingress-nginx-e2e-1-17 |
/retest |
2 similar comments
/retest |
/retest |
@armujahid: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What this PR does / why we need it:
It's just a doc change in deployment section related to installation via helm.
--name flag has been removed from helm and is now mandatory
helm install [NAME] [CHART] [flags]
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: