-
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
Refactor: update DaemonSet and Deployment command params to use templates #7689
Conversation
Thanks for your pull request. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please follow instructions at https://git.k8s.io/community/CLA.md#the-contributor-license-agreement to sign the CLA. It may take a couple minutes for the CLA signature to be fully registered; after that, please reply here with a new comment and we'll verify. Thanks.
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. |
@MeNsaaH: This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The 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. |
Welcome @MeNsaaH! |
Hi @MeNsaaH. 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. |
CLA signed |
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.
Thanks!
/ok-to-test
/retest |
The failure of CI should have nothing to do with this modification, I asked test-infra in slack https://kubernetes.slack.com/archives/C09QZ4DQB/p1632444372042500 |
Alright @tao12345666333 . I thought as much. It's failing to destroy the created resources |
What are the next steps for this @tao12345666333 ? |
I am looking at test-infra for a good solution |
/retest |
@tao12345666333 maybe the problem is that new image. KRTE was bumped like 10 days ago automatically. What if we run the helm tests also with test e2e runner? |
Or maybe we should move this job to gh actions (as the other CI jobs that demands kind already runs there) |
@MeNsaaH: 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. |
Sorry for delay. @MeNsaaH Can you please rebase this PR on main branch? We have move the e2e job to GitHub Action. |
Alright @tao12345666333 |
22b79bf
to
abda12d
Compare
Done @tao12345666333 |
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.
/lgtm
The difference between this change and the original is the addition of a blank line /hold |
diff --git a/tmp/main.yaml b/tmp/7689.yaml
index 836d6a987..6b8bb5e99 100644
--- a/tmp/main.yaml
+++ b/tmp/7689.yaml
@@ -321,6 +321,7 @@ spec:
- /wait-shutdown
args:
- /nginx-ingress-controller
+
- --publish-service=$(POD_NAMESPACE)/RELEASE-NAME-ingress-nginx-controller
- --election-id=ingress-controller-leader
- --controller-class=k8s.io/ingress-nginx |
@tao12345666333 Just checking. Do you need anything else from me? |
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.
/approve
/hold for @tao12345666333 review
@MeNsaaH Although it does not affect the function, I would rather remove the blank line |
@tao12345666333 Blank lines have been removed |
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.
cool!
/lgtm
/hold cancel
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, MeNsaaH, tao12345666333 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 |
…ates (kubernetes#7689) * Refactor: update DaemonSet and Deployment command parameters to use helm templates * Fix whitespace issues
I was about to make a PR to add a certain parameter, but I realized I had to update both files. We could abstract away the need to do this and make the change in a single file by leveraging helm
includes
What this PR does / why we need it:
It adds an
Types of changes
Which issue/s this PR fixes
How Has This Been Tested?
Checklist: