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
When I deploy a registry addon with the metallb ingress and cert-manager, pushing images into the registry with docker fails with the message Get "https://172.18.0.100/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority
I believe this is because the host does not know the cert-manager authority used for the generated self-signed certificates. Might be loosely related to #169 but not 100% sure.
Expected Behavior
Pushing images into the registry should work and the images should be made available to the cluster.
Is there an existing issue for this?
Current Behavior
When I deploy a registry addon with the metallb ingress and cert-manager, pushing images into the registry with docker fails with the message
Get "https://172.18.0.100/v2/": tls: failed to verify certificate: x509: certificate signed by unknown authority
I believe this is because the host does not know the cert-manager authority used for the generated self-signed certificates. Might be loosely related to #169 but not 100% sure.
Expected Behavior
Pushing images into the registry should work and the images should be made available to the cluster.
Steps To Reproduce
Kong Kubernetes Testing Framework Version
Kubernetes version
Anything else?
No response
The text was updated successfully, but these errors were encountered: