Merge pull request #11828 from djablonski-moia/patch-1

Fix kOps version for managed flag on cert-manager
This commit is contained in:
Kubernetes Prow Robot 2021-06-21 06:22:51 -07:00 committed by GitHub
commit ceb5031b59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ either remove this installation prior to enabling this addon, or mark cert-mange
As long as you are using v1 versions of the cert-manager resources, it is safe to remove existing installs and replace it with this addon** As long as you are using v1 versions of the cert-manager resources, it is safe to remove existing installs and replace it with this addon**
##### Self-provisioned cert-manager ##### Self-provisioned cert-manager
{{ kops_feature_table(kops_added_default='1.21', k8s_min='1.16') }} {{ kops_feature_table(kops_added_default='1.20.2', k8s_min='1.16') }}
The following cert-manager configuration allows provisioning cert-manager externally and allows all dependent plugins The following cert-manager configuration allows provisioning cert-manager externally and allows all dependent plugins
to be deployed. Please note that addons might run into errors until cert-manager is deployed. to be deployed. Please note that addons might run into errors until cert-manager is deployed.