-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Containerd containerd_insecure_registries not working #9720
Comments
I found solution
|
Can anyone tell me how to setup containerd_insecure_registries variable? |
I think this is a better solution:
|
fix pr: #9729 |
Hello, |
Is there any way to skip ensure docker-ce repository public key is installed & ensure docker-ce repository is enabled tasks |
Hello, version = 2 [grpc] [debug] [metrics] [plugins]
~ |
This behaviour is true, the kubeadm/kubelet fails to initialize if the mirrors portion is in the config.toml |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is my offline.yml entry
containerd_insecure_registries:
"repo:5000": "http://repo:5000"
I got error when running ansible using docker container
TASK [containerd | Create registry directories] ****************************************************************************************************************************
fatal: [master1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'key'\n\nThe error appears to be in '/root/r2-new-nexus/test.yml': line 7, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n tasks:\n - name: containerd | Create registry directories\n ^ here\n"}
fatal: [worker1]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'ansible.utils.unsafe_proxy.AnsibleUnsafeText object' has no attribute 'key'\n\nThe error appears to be in '/root/r2-new-nexus/test.yml': line 7, column 7, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n tasks:\n - name: containerd | Create registry directories\n ^ here\n"}
The text was updated successfully, but these errors were encountered: