-
Notifications
You must be signed in to change notification settings - Fork 106
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
Introduce manifest variants #167
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrianludwin 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 |
To see the output of this process, see |
This change updates the config and Makefile to produce multiple variants of the HNC manifests. The initial list is "default" (same as today), "default-cm" (same, but configured for cert-manager instead of the internal cert-controller), and ha (replicated webhooks, using the internal cert controller). Also made some updates to the Prow tests to allow for variant testing, as well as upgrading the ability to test the Prow tests locally. Tested: verified that default.yaml is the same as the prior hnc-manager.yaml, apart from some reordered command line args. Verified that smoke tests work on ha.yaml. Did not do _any_ testing on the cert-manager variants. Locally ran the prow e2e tests on both the HA and default configs. Also did an experimental release from my personal repo and bumped up the timeout since we've added more build targets.
/lgtm |
This change updates the config and Makefile to produce multiple variants
of the HNC manifests. The initial list is "default" (same as today),
"default-cm" (same, but configured for cert-manager instead of the
internal cert-controller), and ha (replicated webhooks, using the
internal cert controller).
Also made some updates to the Prow tests to allow for variant testing,
as well as upgrading the ability to test the Prow tests locally.
Tested: verified that default.yaml is the same as the prior
hnc-manager.yaml, apart from some reordered command line args. Verified
that smoke tests work on ha.yaml. Did not do any testing on the
cert-manager variants. Locally ran the prow e2e tests on both the HA and
default configs. Also did an experimental release from my personal repo
and bumped up the timeout since we've added more build targets.
Fixes #151