Skip to content

Commit

Permalink
Merge pull request #390 from openinfradev/develop
Browse files Browse the repository at this point in the history
20241002 release from develop
  • Loading branch information
ktkfree authored Oct 2, 2024
2 parents 2c82bce + bb65cae commit 9fbba54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tks-cluster/create-usercluster-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ spec:
case $INFRA_PROVIDER in
aws)
# check whether admin cluster is managed or not
kcp_count=$(kubectl get kcp -n default $CLUSTER-control-plane | grep -v NAME | wc -l)
kcp_count=$(kubectl get kcp -n default $CLUSTER | grep -v NAME | wc -l)
awsmcp_count=$(kubectl get awsmcp -n default $CLUSTER | grep -v NAME | wc -l)
if [ $kcp_count = 1 ]; then # Self-managed control plane cluster
Expand Down

0 comments on commit 9fbba54

Please sign in to comment.