Pearl1594 commented on issue #5999: URL: https://github.com/apache/cloudstack/issues/5999#issuecomment-1041361282
Thanks for sharing the details. It's quite odd that it's trying to pull the image when it's locally available. My best guess is that because the kubernetes-dashboard manifest / config has an image pull policy set to always. Can you please try editing the config by doing a: `kubectl edit deployment kubernetes-dashboard -n kubernetes-dashboard` and edit the imagePullPolicy to `IfNotPresent` instead of `Always`, just to rule out if that's causing an issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
