Skip to content

fluentd config map weblogic-fluentd-configmap is not domain scoped #3865

Closed
@belfo

Description

@belfo

Hello,

i noticed that when the operator create the fluentd config map with the configuration it's name is generic: weblogic-fluentd-configmap

When we have more than 1 domain, this cause an issue, as the different domain continously delete and recreate the config map.
At one moment i had a domain Pod failing to start as the config map was not present.
Note: I don't use this config map, i create a different one with my specific config, and reference it in the startup of fluentd, but by default this map is required to start the pod.

As it's defined inside the domain, it should, as other config map have the domain name in the config map name, like
$(DOMAIN_UID)-weblogic-fluentd-configmap. Or at least if already exist don't delete and recreate? to avoid the POD to fail to start.

Regard

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions