AWS 上的 kubernetes 安装错误(RouteAlreadyExists)

kubernetes installation on AWS error (RouteAlreadyExists)

我使用以下方法在 AWS 上启动了一个 Kubernetes 集群:

wget -q -O - https://get.k8s.io | bash

然后我关闭了集群。然后我尝试重新启动它并收到以下错误:

A client error (RouteAlreadyExists) occurred when 
calling the CreateRoute operation: The route identified 
by 10.246.0.0/24 already exists.

有什么想法吗?

VPC 似乎没有被正确删除。手动删除后,安装正常进行。