mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Use a skeleton provider for unimplemented functionality
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user