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
Describe the bug
Cert manager is trying to issue certificates, but it appears to get errors when updating the certificate resource.
Error Detail.
E0731 22:10:10.006286 1 controller.go:131] cert-manager/controller/certificates "msg"="re-queuing item due to error processing" "error"="Certificate.certmanager.k8s.io \"multicloud-ca-cert\" is invalid: metadata.managedFields.fieldsType: Invalid value: \"\": must be `FieldsV1`" "key"="open-cluster-management/multicloud-ca-cert"
To Reproduce
Deploy 4.5 on vsphere (behind firewall)
Install ACM
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
$ k describe po mcm-apiserver-c66554bf6-rdsmw
Warning FailedMount 7m30s (x13 over 17m) kubelet, mgmt-lzlbb-worker-7dvtj MountVolume.SetUp failed for volume "mongodb-ca-cert" : secret "multicloud-ca-cert" not found
Warning FailedMount 2m4s (x2 over 6m35s) kubelet, mgmt-lzlbb-worker-7dvtj Unable to attach or mount volumes: unmounted volumes=[mongodb-ca-cert mongodb-client-cert], unattached volumes=[hub-sa-token-tl2j7 apiserver-certs klusterlet-certs mongodb-ca-cert mongodb-client-cert]: timed out waiting for the condition
root $ k get certificate
NAME READY SECRET AGE EXPIRATION
grc-2f6b9-ca-cert False grc-2f6b9-grc-secrets 16m
kui-proxy False kui-proxy-secret 16m
management-ingress-31ccb-cert False management-ingress-31ccb-tls-secret 16m
multicloud-ca-cert False multicloud-ca-cert 16m
The text was updated successfully, but these errors were encountered:
stobias123
added
bug
Something isn't working
deploy
specific to this repository... does not imply product specific issues
labels
Jul 31, 2020
Describe the bug
Cert manager is trying to issue certificates, but it appears to get errors when updating the certificate resource.
Error Detail.
I think #99 is caused by this.
To Reproduce
Deploy 4.5 on vsphere (behind firewall)
Install ACM
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
The text was updated successfully, but these errors were encountered: