Skip to content

Commit

Permalink
Update recipes/newrelic/infrastructure/kubernetes.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Prasanna Krishna <[email protected]>
  • Loading branch information
csongnr and NSSPKrishna authored Dec 21, 2023
1 parent 620be7e commit 867630b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ install:
fi
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;31mGKE Autopilot does not allow privileged access. Turning off privileged mode.\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
Expand Down

0 comments on commit 867630b

Please sign in to comment.