Error when imagePullSecret is invalid
Secret missing, wrong namespace, or malformed
kubectl get pod -o yaml | grep imagePullSecrets
kubectl get secret
kubectl get secret -o jsonpath=.type
kubectl create secret docker-registry
Secrets namespace-scoped. kubernetes.io/dockercfg or kubernetes.io/dockerconfigjson types. Create in each namespace separately.
Failed to connect to server: connection refused (HTTP/2)
How to fix "HTTP/2 connection refused" error in Kubernetes
missing request for cpu in container
How to fix "missing request for cpu in container" in Kubernetes HPA
error: invalid configuration
How to fix "error: invalid configuration" in Kubernetes
spec.imagePullSecrets.name
kubectl patch serviceaccount