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
Cloud provider or hardware configuration:
On-prem baremtal host
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
Ubuntu 18.04
Version of Ansible (ansible --version):
Ansible 2.10
Version of Python (python --version):
3.8
Kubespray version (commit) (git rev-parse --short HEAD):
release-2.17
Network plugin used:
calico
Full inventory with variables (ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"):
Command used to invoke ansible:
Output of ansible run:
Anything else do we need to know:
There is a need to define a separate metrics url:port (ETCD_LISTEN_METRICS_URLS) for events etcd cluster(etcd_events_cluster_setup: true). Currently, etcd uses the same port for both k8s etcd, and events etcd container causing etcd container startup failure as both containers listen on the same port.
The text was updated successfully, but these errors were encountered:
Environment:
On-prem baremtal host
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):Ubuntu 18.04
ansible --version
):Ansible 2.10
python --version
):3.8
Kubespray version (commit) (
git rev-parse --short HEAD
):release-2.17
Network plugin used:
calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):Command used to invoke ansible:
Output of ansible run:
Anything else do we need to know:
There is a need to define a separate metrics url:port (
ETCD_LISTEN_METRICS_URLS
) for events etcd cluster(etcd_events_cluster_setup: true
). Currently, etcd uses the same port for both k8s etcd, and events etcd container causing etcd container startup failure as both containers listen on the same port.The text was updated successfully, but these errors were encountered: