Skip to content

Instantly share code, notes, and snippets.

@janeczku
Created April 22, 2022 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janeczku/e300edaab2fd36f4a79e3f57c446f3e1 to your computer and use it in GitHub Desktop.
Save janeczku/e300edaab2fd36f4a79e3f57c446f3e1 to your computer and use it in GitHub Desktop.
Configure Harvester to use private container registry
# Replace private.registry.com with the host name of your private container registry
# Save as /etc/rancher/rke2/registries.yaml on each Harvester server
mirrors:
docker.io:
endpoint:
- "https://private.registry.com"
private.registry.com:
endpoint:
- "https://private.registry.com"
configs:
private.registry.com:
tls:
insecure_skip_verify: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment