Use a skeleton provider for unimplemented functionality

This commit is contained in:
Aaron Levy
2016-06-06 19:25:36 -07:00
parent 6c549ae91f
commit e8d1dae1a9
4 changed files with 105 additions and 81 deletions

View File

@@ -46,7 +46,7 @@ source "${KUBE_ROOT}/cluster/kube-util.sh"
# ---- Do cloud-provider-specific setup
if [[ -n "${KUBERNETES_CONFORMANCE_TEST:-}" ]]; then
echo "Conformance test: not doing test setup."
KUBERNETES_PROVIDER=""
KUBERNETES_PROVIDER="skeleton"
detect-master-from-kubeconfig