forked from projectcontour/contour
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
examples/contour: switch to reloadable xDS certificates
Switch the certgen xDS certificate generation over to using certificates that are compatible with certificate-manager. This requires the certgen job to run again, which means we have to give it a unique name. Using a version-locked name will let it run on each upgrade, which will have the beneficial side-effect of rotating the xDS certificates. The envoy and contour pods will restart because the secrets mounts change, but they will restart at release time anyway because the container image will change. After this change, re-running certgen to rotate the xDS certificates will not require restarting and pods. This fixes projectcontour#2524. This updates projectcontour#2143. Signed-off-by: James Peach <[email protected]>
- Loading branch information
Showing
5 changed files
with
15 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters