mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 12:41:58 +00:00
Merge pull request #46063 from madhusudancs/fed-kubefed-logv4
Automatic merge from submit-queue Log kubefed operations at log level 4 in our test environments. This is useful for debugging test failures that involve federation control plane turn up/down. **Release note**: ```release-note NONE ``` /assign @perotinus @csbell /sig federation cc @kubernetes/sig-federation-pr-reviews
This commit is contained in:
@@ -52,7 +52,8 @@ function unjoin_clusters() {
|
||||
"${context}" \
|
||||
--federation-system-namespace=${FEDERATION_NAMESPACE} \
|
||||
--context="${FEDERATION_KUBE_CONTEXT}" \
|
||||
--host-cluster-context="${HOST_CLUSTER_CONTEXT}"
|
||||
--host-cluster-context="${HOST_CLUSTER_CONTEXT}" \
|
||||
--v=4
|
||||
done
|
||||
}
|
||||
|
||||
|
@@ -94,7 +94,8 @@ function init() {
|
||||
--apiserver-enable-basic-auth=true \
|
||||
--apiserver-enable-token-auth=true \
|
||||
--apiserver-arg-overrides="--v=4" \
|
||||
--controllermanager-arg-overrides="--v=4"
|
||||
--controllermanager-arg-overrides="--v=4" \
|
||||
--v=4
|
||||
}
|
||||
|
||||
# join_clusters joins the clusters in the local kubeconfig to federation. The clusters
|
||||
@@ -107,7 +108,8 @@ function join_clusters() {
|
||||
"${context}" \
|
||||
--federation-system-namespace=${FEDERATION_NAMESPACE} \
|
||||
--host-cluster-context="${HOST_CLUSTER_CONTEXT}" \
|
||||
--context="${FEDERATION_KUBE_CONTEXT}"
|
||||
--context="${FEDERATION_KUBE_CONTEXT}" \
|
||||
--v=4
|
||||
done
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user