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
Re-run epicli: 15:47:19 ERROR epicli - ControlPlane downscale is not supported yet. Please revert your kubernetes_master count to previous value or increase it to scale up kubernetes.
Marcin Wilk's comments:
/usr/local/lib/python3.7/site-packages/cli/engine/ApplyEngine.py assert_no_master_downscale.
This check by default seems okay, however in SINGLE MACHINE scenario is an issue. I'm gonna try replace kubernetes_master to single_machine there. I did create 1 VM cluster with only single_machine role. Then it get broken during Ansible part because of HAProxy configuration. It is new cluster and fresh yaml created (modified) today, based on default -p azure --full.
The text was updated successfully, but these errors were encountered:
Potential fix is in this pull-req #1216. Please notice, that the single_machine is not a valid host group in Epiphany's ansible inventory, use the kubernetes_master instead.
Repro steps:
haproxy
role mappingsingle_machine
instead ofkubernetes_node
inserver_groups
ofbackend
: section):15:47:19 ERROR epicli - ControlPlane downscale is not supported yet. Please revert your kubernetes_master count to previous value or increase it to scale up kubernetes.
Marcin Wilk's comments:
The text was updated successfully, but these errors were encountered: