Master Provisioning 2.6.26

1 minute read

RELEASED: Public: January 11, 2023

New features

None.

Feature enhancements

None.

Resolved issues

KubernetesDeploymentSpec always picks up first container (BEE-20107)

KubernetesDelpoymentSpec would blindly pick up the first container in the pod. When adding the sidecar to the controller, KubernetesDeploymentSpec could randomly pick up the sidecar container.

The problem is resolved. The KubernetesDeploymentSpec now looks for the container running the controller by name.

  • Internal changes to streamline development. Not user visible. (BEE-24868)

Known issues

None.

Upgrade notes

None.