diff --git a/recipes/newrelic/infrastructure/kubernetes.yml b/recipes/newrelic/infrastructure/kubernetes.yml index 1b319599a..375cd76e6 100644 --- a/recipes/newrelic/infrastructure/kubernetes.yml +++ b/recipes/newrelic/infrastructure/kubernetes.yml @@ -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