Check for existing GCE resources in kube-up

This commit is contained in:
Marcin Wielgus
2015-06-15 18:21:27 +02:00
parent 43889c612c
commit 3a562f1619
3 changed files with 101 additions and 0 deletions

View File

@@ -79,3 +79,6 @@ DNS_DOMAIN="cluster.local"
DNS_REPLICAS=1
ADMISSION_CONTROL=NamespaceLifecycle,NamespaceExists,LimitRanger,SecurityContextDeny,ServiceAccount,ResourceQuota
# Optional: if set to true kube-up will automatically check for existing resources and clean them up.
KUBE_UP_AUTOMATIC_CLEANUP=${KUBE_UP_AUTOMATIC_CLEANUP:-false}