Skip to content

Commit

Permalink
Update echo message
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan committed Dec 15, 2023
1 parent e55cf52 commit 47b38b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/newrelic/infrastructure/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ install:
if [[ "$GKE_AUTOPILOT_ANSWER" == "Y" ]]; then
echo "{\"Metadata\":{\"gkeAutopilotAnswer\":\"Yes\",\"DebugMessage\":\"$DEBUG_MESSAGE\"}}" | tee -a {{.NR_CLI_OUTPUT}} > /dev/null
echo "GKE Autopilot does not allowed privileged access. Turning off privileged mode." >&2
echo -e "\033[0;31mTurning off Pixie and Logging for this installation which requires privileged access.\033[0m" >&2
echo -e "\033[0;31mTurning off Pixie for this installation which requires privileged access.\033[0m" >&2
echo -e "\033[0;31mTurning off Logging for this installation which currently is not supported in GKE Autopilot.\033[0m" >&2
NR_CLI_PRIVILEGED=false
PIXIE_SUPPORTED=false
NR_CLI_LOGGING=false
Expand Down

0 comments on commit 47b38b4

Please sign in to comment.