How to disable the Stackdriver Logging Agent in a cluster?

Our project has recently migrated from Stackdriver Logging. However, I cannot figure out how to get rid of fluentd-cloud-logging-*pods in the namespace kube-system. If I delete individual containers, they will go back.

How can I kill them forever?

I do not understand how they are recreated; Of course, DaemonSet will not return them.

I have already installed monitoringServicein nonein the configuration described gcloud container clusters describe.

+4
source share
1 answer

The fluentd-cloud-logging libraries in the namespace of kube systems are defined in the folder of /etc/kubernetes/manifests/each host machine; that is, they are determined using the Static Pods mechanism .

. node, - startup script pod. , .

( GCP .)

+3

Source: https://habr.com/ru/post/1670482/


All Articles