RELEASED: Public: January 11, 2023
Resolved issues
KubernetesDeploymentSpecalways picks up first container (BEE-20107)-
KubernetesDelpoymentSpecwould blindly pick up the first container in the pod. When adding the sidecar to the controller,KubernetesDeploymentSpeccould randomly pick up the sidecar container.The problem is resolved. The
KubernetesDeploymentSpecnow looks for the container running the controller by name.-
Internal changes to streamline development. Not user visible. (BEE-24868)
-