Kubernetes - Secrets
You tried to create a secret with the command
kubectl create secret generic mysecret --from-literal password pass123 but got an error. What is the likely cause?