x509: certificate signed by unknown authority #725
Unanswered
dirk-olmes
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @dirk-olmes , thanks for starting this discussion!
Can you please provide the full k3d cluster create command that you issued?
Is that without any additional flags? The general config is described here: https://rancher.com/docs/k3s/latest/en/installation/private-registry/#configs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We use a company repository that does not have a publicly valid ssl certificate but one that's signed by our company internal CA. When I'm trying to pull an image from that repo I get the following error message:
I tried to use a
registries.yaml
config file when starting the k3d cluster and have verified that its content ends up in the server-0 container that runs the cluster. However I'm still unable to pull the image from our internal repository. Here's the content of theregistries.yaml
:Next I tried to upload the company-ca.crt into the running server-0 container. I put the file to
/etc/ssl/certs
. Applying a simple pod yaml that references the image still does not work. But I can pull the image just fine using thectr image pull
command line when I exec into the server-0 container. After manually pulling the image I can start the pod just fine since the image is already present.What am I missing here? What would be the proper setup to have containerd pull from our company's internal repository?
This seems to be on the same page as #507
Beta Was this translation helpful? Give feedback.
All reactions