adamant-kite-43734
07/20/2022, 7:58 AMstraight-nest-8449
07/20/2022, 8:03 AMregistries.yaml
that gets generated by Rancher:
{
"configs": {
"10.191.240.208:5000": {
"auth": null,
"tls": {
"ca_file": "",
"cert_file": "",
"key_file": "",
"insecure_skip_verify": true
}
},
"registry.[REDACTED]-educ.local": {
"auth": null,
"tls": {
"ca_file": "",
"cert_file": "",
"key_file": "",
"insecure_skip_verify": true
}
}
},
"mirrors": {
"10.191.240.208:5000": {
"endpoint": [
"<http://10.191.240.208:5000>"
]
},
"<http://docker.io|docker.io>": {
"endpoint": [
"<https://registry>.[REDACTED]-educ.local"
]
},
"registry.[REDACTED]-educ.local": {
"endpoint": [
"<https://registry>.[REDACTED]-educ.local"
]
}
}
}
ambitious-plastic-3551
07/20/2022, 9:06 AMstraight-nest-8449
07/20/2022, 9:16 AMrun.sh
file should be in the system-agent-installer
image which gets pulled by the rancher-system-agent
. Either the image is broken or the system agent doesn't pull the image correctly.straight-nest-8449
07/20/2022, 11:56 AM