You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "${KUBECONFIG}" == */lifeguard/clusterclaims/*/kubeconfig ]]; then
printlog error "KUBECONFIG is set to an existing claim's configuration file. Please unset before continuing: unset KUBECONFIG"
exit 1
This line will cause issues if a user is still using the file to login to the ClusterPool cluster and reuses the same claim:
https://github.com/open-cluster-management/lifeguard/blob/0ce949b7e2d9997a1d5e0511e3b8ba4af946c165/clusterclaims/apply.sh#L389
The text was updated successfully, but these errors were encountered: