Skip to content

Commit

Permalink
Fix flag typo in logging (#1547)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketozhang authored Dec 17, 2023
1 parent e9f135e commit 72aa58b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ CA_CERTIFICATE_DIRECTORY=/etc/kubernetes/pki
CA_CERTIFICATE_FILE_PATH=$CA_CERTIFICATE_DIRECTORY/ca.crt
mkdir -p $CA_CERTIFICATE_DIRECTORY
if [[ -z "${B64_CLUSTER_CA}" ]] || [[ -z "${APISERVER_ENDPOINT}" ]]; then
log "INFO: --cluster-ca or --api-server-endpoint is not defined, describing cluster..."
log "INFO: --b64-cluster-ca or --apiserver-endpoint is not defined, describing cluster..."
DESCRIBE_CLUSTER_RESULT="/tmp/describe_cluster_result.txt"

# Retry the DescribeCluster API for API_RETRY_ATTEMPTS
Expand Down

0 comments on commit 72aa58b

Please sign in to comment.