Skip to content

FailedToRetrieveImagePullSecret Solver and Controller manager and Scheduler

I have the following warning at both the SWM solver (2.1.0) and controller manager (2.0.15) and Scheduler (2.0.15) describe-pod-events K3s :

Warning  FailedToRetrieveImagePullSecret  2s (x3 over 4s)  kubelet
Unable to retrieve some image pull secrets (qos-registry-access); 
attempting to pull the image may not succeed. 

Controller manager logs:

 controller app is target for channel    {"app": "acm-swm-app", "channel": "frontend"}                                                                  │
│ controller service already exists    {"service": "svc-frontend"}                                                                                       │
│ controller app is target for channel    {"app": "acm-swm-app", "channel": "backend"}                                                                   │
│ controller service already exists    {"service": "svc-backend"}                                                                                        │
│ controller (msg A076 end)                                                                                                                              │
│ controller W1105 11:10:35.357227       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice                   │
│ controller W1105 11:19:34.360215       1 warnings.go:70] v1 Endpoints is deprecated in v1.33+; use discovery.k8s.io/v1 EndpointSlice 

Solver:

│ solved: working directory: /qos                                                                                                                        │
│ solved: options:{verbose:true, host:"0.0.0.0", port:5000, max-requests:—}                                                                              │
│ solved: no canned assignments 

Scheduler:

│ I1105 11:30:44.287428       1 eventhandlers.go:218] "Update event for scheduled pod" pod="he-codeco-netma/codeco-almende-lpm-5bc56c5b4c-n4l5z"                                                                                                                                                                         │
│ I1105 11:30:44.440964       1 eventhandlers.go:218] "Update event for scheduled pod" pod="he-codeco-netma/codeco-almende-lpm-5bc56c5b4c-n4l5z"                                                                                                                                                                         │
│ I1105 11:30:47.343071       1 eventhandlers.go:218] "Update event for scheduled pod" pod="he-codeco-netma/steroidpi-lpm-79fd884dc8-cvstj"                                                                                                                                                                              │
│ I1105 11:30:47.496607       1 eventhandlers.go:218] "Update event for scheduled pod" pod="he-codeco-netma/steroidpi-lpm-79fd884dc8-cvstj"                                                                                                                                                                              │
│ I1105 11:30:48.421453       1 reflector.go:800] pkg/mod/k8s.io/client-go@v0.29.2/tools/cache/reflector.go:229: Watch close - *v1.ReplicaSet total 8 items received                                                                                                                                                     │
│ I1105 11:30:48.421715       1 round_trippers.go:466] curl -v -XGET  -H "User-Agent: scheduler/v0.0.0 (linux/amd64) kubernetes/$Format/scheduler" -H "Authorization: Bearer <masked>" -H "Accept: application/vnd.kubernetes.protobuf, */*" 'https://10.245.0.1:443/apis/apps/v1/replicasets?allowWatchBookmarks=true&r │
│ I1105 11:30:48.423148       1 round_trippers.go:553] GET https://10.245.0.1:443/apis/apps/v1/replicasets?allowWatchBookmarks=true&resourceVersion=7926075&timeout=6m30s&timeoutSeconds=390&watch=true 200 OK in 1 milliseconds                                                                                         │
│ I1105 11:30:48.423164       1 round_trippers.go:570] HTTP Statistics: GetConnection 0 ms ServerProcessing 1 ms Duration 1 ms                                                                                                                                                                                           │
│ I1105 11:30:48.423173       1 round_trippers.go:577] Response Headers:                                                                                                                                                                                                                                                 │
│ I1105 11:30:48.423182       1 round_trippers.go:580]     X-Kubernetes-Pf-Flowschema-Uid: a91067d4-6902-4067-a4da-672d61b34f59                                                                                                                                                                                          │
│ I1105 11:30:48.423191       1 round_trippers.go:580]     X-Kubernetes-Pf-Prioritylevel-Uid: 4dee1e1e-f992-416a-914d-da3da9a8a832                                                                                                                                                                                       │
│ I1105 11:30:48.423200       1 round_trippers.go:580]     Date: Wed, 05 Nov 2025 11:30:48 GMT                                                                                                                                                                                                                           │
│ I1105 11:30:48.423207       1 round_trippers.go:580]     Audit-Id: 5acc2194-49ba-46bf-b37a-b5c945419d74                                                                                                                                                                                                                │
│ I1105 11:30:48.423215       1 round_trippers.go:580]     Cache-Control: no-cache, private                                                                                                                                                                                                                              │
│ I1105 11:30:48.423223       1 round_trippers.go:580]     Content-Type: application/vnd.kubernetes.protobuf;stream=watch                                                                                                                                                                                                │
│ I1105 11:30:52.622974       1 eventhandlers.go:218] "Update event for scheduled pod" pod="he-codeco-netma/taart5-lpm-5f7f87c7cc-6mjnf"                                                                                                                                                                                 │
│ I1105 11:30:52.778482       1 eventhandlers.go:218] "Update event for scheduled pod" pod="he-codeco-netma/taart5-lpm-5f7f87c7cc-6mjnf"

@jkgesswein

Edited by Chiel van Diepen