I've set up a Kubernetes cluster on AWS using kube-aws, but when the cluster is started, all my proxy and dashboard pods keep crashing into CrashLoopBackoff. When I run kubectl logs on the pod, I get this error:
$ kubectl logs kube-proxy-7svvr -n kube-system
Error: unknown flag: --config
Where am I going wrong?