This message was deleted.
# rke2
a
This message was deleted.
s
registries.yaml
that gets generated by Rancher:
Copy code
{
  "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"
      ]
    }
  }
}
a
missing run.sh file
s
Yes. The
run.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.
Turned out to be a corrupt image