You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dataplane connects vi the metallb loadbalancer k8s service
to the pods exposed to them. If TLS is configured for those is
controlled via the tls.podLevel configuraturation of the ctlplane.
Right now the implementation checks for both tls.ingress and
tls.podLevel configuration. With this it is not possible to deploy
edpm nodes with tls.podLevel disabled. This change updates the
verification to just check that spec.tlsEnabled of the
DataPlaneNodeSet matches tls.podLevel of the ctlplane.
Signed-off-by: Martin Schuppert <[email protected]>
0 commit comments