Public bug reported: It's about this file:
https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments /configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks ** Affects: magnum (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789425 Title: magnum deb v6.1.0 not containing queens/stable data To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/magnum/+bug/1789425/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs