diff --git a/pkg/steps/clusterinstall/template.go b/pkg/steps/clusterinstall/template.go index 509da144748..ac895a0d3ae 100644 --- a/pkg/steps/clusterinstall/template.go +++ b/pkg/steps/clusterinstall/template.go @@ -717,6 +717,8 @@ objects: value: test - name: HOME value: /tmp + - name: LC_ALL + value: en_US.UTF-8 command: - /bin/bash - -c @@ -837,7 +839,7 @@ objects: while IFS= read -r i; do mkdir -p "/tmp/artifacts/nodes/${i}" if [[ "${CLUSTER_TYPE}" = "aws" ]]; then - queue /tmp/artifacts/nodes/$i/console aws ec2 get-console-output --instance-id "${i}" + queue /tmp/artifacts/nodes/$i/console aws ec2 get-console-output --instance-id "${i}" --output text fi done < /tmp/node-provider-IDs