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
get_credentials.sh failed to fetch my credentials even though my cluster was ready.
% ./get_credentials.sh
* Testing connection
* Using cluster: https://api.collective.aws.red-chesterfield.com:6443
*
* Using app
* Using: kevin
Cluster is not ready, current state: [Pending: :] [Hibernating: False:Running] [Unreachable: False:ClusterReachable]
Unable to extract credentials until cluster is claimed and ready.
The entire status property is missing on my ClusterClaim. Any idea if this could also occur when the ClusterClaim is not ready? I changed the condition to check for == "True" instead of != "False" in the attached PR and that fixed my issue. I changed it for both the conditions that come from ClusterClaim and those that come from ClusterDeployment, but perhaps its only ClusterClaim that has this issue. If the fix is OK, we should make the same change in apply.sh as well.
The text was updated successfully, but these errors were encountered:
get_credentials.sh
failed to fetch my credentials even though my cluster was ready.The entire
status
property is missing on my ClusterClaim. Any idea if this could also occur when the ClusterClaim is not ready? I changed the condition to check for== "True"
instead of!= "False"
in the attached PR and that fixed my issue. I changed it for both the conditions that come from ClusterClaim and those that come from ClusterDeployment, but perhaps its only ClusterClaim that has this issue. If the fix is OK, we should make the same change inapply.sh
as well.The text was updated successfully, but these errors were encountered: