You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cert-manager addon presently provides a default Issuer that provides "self-signed" certificates. Using self-signed certificates presents many challenges and is in general "hacky".
Proposed Solution
Generate an upfront CA Certificate that is used for the duration of a test cluster's lifecycle, and installed as the default issuer.
Acceptance Criteria
kind and GKE cluster implementations both install the KTF CA on nodes during cluster deployment for container runtime trust
the cert-manager addon is configured to use the KTF CA as the default Issuer
the registry addon switches to using a cert signed by the KTF CA to avoid cluster-specific installation of the currently present self-signed cert
The text was updated successfully, but these errors were encountered:
Problem Statement
The
cert-manager
addon presently provides a defaultIssuer
that provides "self-signed" certificates. Using self-signed certificates presents many challenges and is in general "hacky".Proposed Solution
Generate an upfront CA Certificate that is used for the duration of a test cluster's lifecycle, and installed as the default issuer.
Acceptance Criteria
cert-manager
addon is configured to use the KTF CA as the defaultIssuer
registry
addon switches to using a cert signed by the KTF CA to avoid cluster-specific installation of the currently present self-signed certThe text was updated successfully, but these errors were encountered: