provider-gcp icon indicating copy to clipboard operation
provider-gcp copied to clipboard

Support loggingConfig for GKE clusters

Open hsharrison opened this issue 2 years ago • 0 comments

What problem are you facing?

I've configured a custom fluent-bit deployment in a crossplane-managed Cluster in GKE. I'm getting duplicated logs because the GKE fluentbit and the custom fluentbit are both parsing the stdout/stderr of the containers in the cluster.

The typical recommendation in this case, as far as I understand, is to configure the cluster to only collect system logs, exposed in the REST API as loggingConfig.

How could Crossplane help solve your problem?

Support passing loggingConfig in spec.forProvider of `Cluster.

hsharrison avatar Jun 09 '22 15:06 hsharrison