We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Custom registry configs doesn't work without defining a mirror and manually restarting rke2-agent on all nodes.
rke2-agent
Bug Report
ansible [core 2.14.4] config file = /Users/moray/.ansible.cfg configured module search path = ['/Users/moray/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/homebrew/Cellar/ansible/7.4.0/libexec/lib/python3.11/site-packages/ansible ansible collection location = /Users/moray/.ansible/collections:/usr/share/ansible/collections executable location = /opt/homebrew/bin/ansible python version = 3.11.3 (main, Apr 7 2023, 20:13:31) [Clang 14.0.0 (clang-1400.0.29.202)] (/opt/homebrew/Cellar/ansible/7.4.0/libexec/bin/python3.11) jinja version = 3.1.2 libyaml = True
rke2_custom_registry_configs: - endpoint: registry.example.com config: auth: username: "REDACTED" password: "REDACTED"
rke2_custom_registry_mirrors: - name: dummy.example.com endpoint: - https://dummy.example.com rke2_custom_registry_configs: - endpoint: registry.example.com config: auth: username: "REDACTED" password: "REDACTED"
Stopping at step 2 should be enough to update the registry configuration.
- Stopping at step 2 doesn't update the registry configs - Stopping at step 3 produces 401 errors from the registry on image pull
The text was updated successfully, but these errors were encountered:
#149 should take care of restarting the agent.
Sorry, something went wrong.
lablabs#142 Typo fix in parameter name for custom registry
0a33cb1
2c4f0da
Merge pull request #155 from Niro/issue-142
056f9df
#142 Typo fix in parameter name for custom registry
No branches or pull requests
Summary
Custom registry configs doesn't work without defining a mirror and manually restarting
rke2-agent
on all nodes.Issue Type
Bug Report
Ansible Version
Steps to Reproduce
rke2-agent
on all nodesExpected Results
Stopping at step 2 should be enough to update the registry configuration.
Actual Results
The text was updated successfully, but these errors were encountered: