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
Deploy a registry
Attempt to push an image with the docker go sdk
Alternatively trying to push images manually with the docker cli produces the same error
Kong Kubernetes Testing Framework Version
Kubernetes version
Anything else?
No response