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
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
Deprecate the enableMeshRootCertificate binary flag added in #4871. Add the enableMeshRootCertificate feature flag to the MeshConfig. This will allow the MRC to be enabled for certificate management after OSM install.
To enable the use of the MRC the user will need to perform the following actions:
set the enableMeshRootCertificate feature flag to true in the MeshConfig
restart the osm-bootstrap
restart the osm-controller and osm-injector
The user must update the osm-bootstrap before the osm-controller and osm-injector to ensure the MRC is created before the controller and injector startup. The user must also not change the certificate provider during the enablement of the MRC.
Part of #4998
Related to #5040
Deprecate the
enableMeshRootCertificate
binary flag added in #4871. Add theenableMeshRootCertificate
feature flag to the MeshConfig. This will allow the MRC to be enabled for certificate management after OSM install.To enable the use of the MRC the user will need to perform the following actions:
enableMeshRootCertificate
feature flag to true in the MeshConfigThe user must update the osm-bootstrap before the osm-controller and osm-injector to ensure the MRC is created before the controller and injector startup. The user must also not change the certificate provider during the enablement of the MRC.
Resources:
The text was updated successfully, but these errors were encountered: