RELEASED: Public: January 11, 2023
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)
-