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
This is due a race condition between getting the calico-node data and the replace of it through calicoctl. The revisionVersion of the data from etcd is outdated when the replace is done, as the data of etcd have been modified and the revisionVersion were increased.
Environment:
OS (printf "$(uname -srm)\n$(cat /etc/os-release)\n"):
** Description **
Installing the cluster with calico, at the time the route reflector is being configured, an error is shown:
This is due a race condition between getting the calico-node data and the replace of it through calicoctl. The revisionVersion of the data from etcd is outdated when the replace is done, as the data of etcd have been modified and the revisionVersion were increased.
Environment:
printf "$(uname -srm)\n$(cat /etc/os-release)\n"
):ansible --version
):python --version
):Python 3.7.7
Kubespray version (commit) (
git rev-parse --short HEAD
):01dbc909 -> v2.13.0
Network plugin used:
Calico
Full inventory with variables (
ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"
):The hosts of the calico-rr group are the same of the kube-master:
The text was updated successfully, but these errors were encountered: