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

@@ -82,3 +82,6 @@ DNS_REPLICAS=1
# Admission Controllers to invoke prior to persisting objects in cluster
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}