Kubernetes - ConfigMaps
You run
kubectl create configmap test-config --from-file=config.txt but get an error saying the file does not exist. What is the most likely cause?