I am trying to get the output of my pod logs into Stackdriver, but I am running into an issue where they are not being sent to Stackdriver.
If I look at the GKE cluster details, it is showing this:
Stackdriver Logging - Disabled
Stackdriver Monitoring - Enabled
I cannot find any information on how to enable Stackdriver on a running cluster.
There is a running heapster pod, and I have run this command as this wasn't set:
gcloud container clusters update <cluster> --monitoring-service=monitoring.googleapis.com
That is now showing the correct service, but this doesn't solve the logging issue. Is anyone able to shed any light on how to enable to logging?
Thanks