change dashboard imagePullPolicy to ifNotPresent
@ -191,7 +191,7 @@ spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.5.1
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8443
protocol: TCP