kubernetes installation on AWS error (RouteAlreadyExists)

8/21/2015

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?

-- JuanIsFree
kubernetes

1 Answer

8/21/2015

Looks like the VPC was not correctly deleted. After deleting manually, the installation proceeded as normal.

-- JuanIsFree
Source: StackOverflow