You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having this in a parent chart that pulls in redis and mysql as a dependency causes the redis and mysql workload template to have a misformed imagePullSecrets field.
The bug causes endless logging in the /var/log/syslog file Aug 23 12:12:22 dgx-2 kubelet[2558]: I0823 12:12:22.865890 2558 kubelet_pods.go:897] "Unable to retrieve pull secret, the image pull may not succeed." pod="dragonfly/dragonfly-redis-replicas-0" secret="" err="secret \"map[name:uhub-pullsecret]\" not found"
The text was updated successfully, but these errors were encountered:
Which chart
dragonfly/dragonfly 1.1.32
Describe the bug
Having this in a parent chart that pulls in redis and mysql as a dependency causes the redis and mysql workload template to have a misformed imagePullSecrets field.
dragonfly-redis-xxx StatefulSet yaml:
dragonfly-mysql StatefulSet yaml:
The bug causes endless logging in the /var/log/syslog file
Aug 23 12:12:22 dgx-2 kubelet[2558]: I0823 12:12:22.865890 2558 kubelet_pods.go:897] "Unable to retrieve pull secret, the image pull may not succeed." pod="dragonfly/dragonfly-redis-replicas-0" secret="" err="secret \"map[name:uhub-pullsecret]\" not found"
The text was updated successfully, but these errors were encountered: