This message was deleted.
# rancher-desktop
a
This message was deleted.
m
Is Rancher Desktop running und configured to use containerd? I guess you are using Windows, did you run "nerdctl compose ..." or "docker compose ..."?
l
Yes, rancher desktop is running and configured to use containerd. I ran nerdctl compose.... But nerdctl run... also fails. I am using windows.
m
can you provide the output from "`rdctl list-settings`"?
l
Output of
rdctl list-settings
Copy code
{
  "version": 4,
  "kubernetes": {
    "version": "",
    "memoryInGB": 2,
    "numberCPUs": 2,
    "port": 6443,
    "containerEngine": "containerd",
    "checkForExistingKimBuilder": false,
    "enabled": false,
    "WSLIntegrations": {},
    "options": {
      "traefik": true,
      "flannel": true
    },
    "suppressSudo": false,
    "hostResolver": true
  },
  "portForwarding": {
    "includeKubernetesServices": false
  },
  "images": {
    "showAll": true,
    "namespace": "buildkit"
  },
  "telemetry": true,
  "updater": true,
  "debug": false,
  "pathManagementStrategy": "notset"
}
In the server.log, there are a lot of entry with this message
Auth failure: user/password validation failure for attempted login of user interactive-user
@miniature-advantage-69986 Any advice?