Skip to content

[BUG] Additional config from installed plugin won't pass bootstrap #1078

@jmccrumm

Description

@jmccrumm

What is the bug?

You cannot seem to set cluster.general.additionalConfig items that exist via installed plugins.

How can one reproduce the bug?

  1. Add the following helm values override:
cluster:
  general:
    additionalConfig:
      s3.client.default.region: us-gov-west-1
    pluginsList:
      - repository-s3
  1. Perform a helm install
  2. Look at the logs of the bootstrap-0 Pod and you will see SettingsException[unknown setting [s3.client.default.region] please check that any required plugins are installed, or check the breaking changes documentation for removed settings]

What is the expected behavior?

I expected the bootstrap Pod to install the plugin before checking the config, then become ready and eventually go away when replacement manager Pods came up.

What is your host/environment?

K8s cluster

Do you have any screenshots?

Log on number 3 above should be sufficient.

Do you have any additional context?

Nope

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions