-
Notifications
You must be signed in to change notification settings - Fork 446
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consolidate the katib-cert-generator to the katib-controller (#2185)
* Consolidate the katib-cert-generator to the katib-controller Signed-off-by: Yuki Iwai <[email protected]> * Use deployed secret instead of creating a new secret when the cert-generator saves certs on secret Signed-off-by: Yuki Iwai <[email protected]> * Rename secretName with webhookSecretName in the .init.certGenerator Signed-off-by: Yuki Iwai <[email protected]> * Fix manifests Signed-off-by: Yuki Iwai <[email protected]> * Remove unneeded comments Signed-off-by: Yuki Iwai <[email protected]> * Restore unintentionally deleted log Signed-off-by: Yuki Iwai <[email protected]> * Rename package cert-generator with certgenerator Signed-off-by: Yuki Iwai <[email protected]> * Add test cases to check if the enable is set to true when the webhookServiceName or webhookSecretName is set Signed-off-by: Yuki Iwai <[email protected]> * Update the developer guide Signed-off-by: Yuki Iwai <[email protected]> * Swap livness probe and readiness probe Signed-off-by: Yuki Iwai <[email protected]> * Introduce SSA to the cert-generator Signed-off-by: Yuki Iwai <[email protected]> * Use the same member names between CertGenerator and KatibConfig Signed-off-by: Yuki Iwai <[email protected]> * Disable leader election on the cert-generator Signed-off-by: Yuki Iwai <[email protected]> * Drop unneeded fields from SSA patches Signed-off-by: Yuki Iwai <[email protected]> --------- Signed-off-by: Yuki Iwai <[email protected]>
- Loading branch information
Showing
45 changed files
with
739 additions
and
762 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
27 changes: 0 additions & 27 deletions
27
manifests/v1beta1/components/cert-generator/cert-generator.yaml
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
manifests/v1beta1/components/cert-generator/kustomization.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.