-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(testing): use kustomize to patch deployments before deploy #11294
feat(testing): use kustomize to patch deployments before deploy #11294
Conversation
Hi @CarterFendley. Thanks for your PR. I'm waiting for a kubeflow 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. |
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.
/ok-to-test
Thank you for working on this @CarterFendley.
Looks good. I just left a small suggestion to rename a variable.
Feedback wanted:
Should this new kustomization.yaml be moved to manifests/kustomize/env?
I don't have a strong opinion. In case we decide to move, we should move it to a new test
directory and include this directory in the paths that trigger tests. If we leave them where they are, we don't need to change anything else?
scripts/deploy/github/manifests/test/overlays/apiserver-env.yaml
Outdated
Show resolved
Hide resolved
+1, no need to move as such, but if we decide to move it, make sure to create a new |
35d93c0
to
054d629
Compare
c9e6bc2
to
aa6d552
Compare
The recent additions to the PR move the contents of
There is some similarity between the Argo testing kustomization and the Tekton ones, but as per discussion in that slack thread, tekton will be tracked by #11292 and not handled in this PR. |
/rerun-all |
@CarterFendley can you please rebase? |
Signed-off-by: carter.fendley <carter.fendley@gmail.com>
Signed-off-by: carter.fendley <carter.fendley@gmail.com>
aa6d552
to
04bd528
Compare
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 tests passed in the new paths |
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
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DharmitD 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 |
…flow#11294) * Use kustomize to patch deployments before deploy Signed-off-by: carter.fendley <carter.fendley@gmail.com> * Relocate scripts / manifests to github directory Signed-off-by: carter.fendley <carter.fendley@gmail.com> --------- Signed-off-by: carter.fendley <carter.fendley@gmail.com>
Description of your changes:
This PR is a followup to #11284 which removes the
kubectl patch
commands by introducing a kustomization. This is in attempt to solve #11293, although does not yet address the Tekton side of things.Feedback wanted:
kustomization.yaml
be moved to manifests/kustomize/env?Checklist: