I started a Kubernetes cluster on AWS using:
wget -q -O - https://get.k8s.io | bash
I then shutdown the cluster. I then tried restarting it and get the following error:
A client error (RouteAlreadyExists) occurred when
calling the CreateRoute operation: The route identified
by 10.246.0.0/24 already exists.
Any ideas?
Looks like the VPC was not correctly deleted. After deleting manually, the installation proceeded as normal.