Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This will install cert-manager on staging. However we won't use it to request certificates yet, only install it. I also switched the contact email address to the team address as proposed in #1362
To prepare for this I ran the following commands locally:
The first two remove CRDs from old versions of cert-manager. In a "clean" cluster those should not be installed however because of our previous attempts they did exist on staging.
One way of testing if things are "working" or if there are still old versions left was to run
The error printed will only show up when something is "wrong". It is important to use the shortname
cr
and notcertificaterequests
. The latter will always print the expected output ofNo resources found
. The shorthand version seems to fail when something isn't quite right yet.