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
Consistently observed that calico-node restarts on master after applying calico.yaml manifest while setting up a cluster with Calico policy with Calico networking.
ubuntu@fd-crc-kubeadm-master:~$ kubectl logs -n kube-system calico-node-3hrsf -c calico-node -p
Checking datastore connection
Datastore connection verified
Using autodetected IPv4 address on interface ens4: 10.128.0.10/32
No AS number configured on node resource, using global value
time="2017-08-21T19:15:46Z" level=error msg="Error updating resource" Key=GlobalBGPConfig(name=AsNumber) Name=asnumber Resource=GlobalBGPConfigs Value=64512 error="Operation cannot be fulfilled on globalbgpconfigs.crd.projectcalico.org "asnumber": the object has been modified; please apply your changes to the latest version and try again"
ERROR: Unable to set global default configuration: update conflict: 'GlobalBGPConfig(name=AsNumber)'
Terminating
Calico node failed to start
Context
Your Environment
Calico version
Orchestrator version (e.g. kubernetes, mesos, rkt):
Operating System and version:
Link to your project (optional):
The text was updated successfully, but these errors were encountered:
Consistently observed that calico-node restarts on master after applying calico.yaml manifest while setting up a cluster with Calico policy with Calico networking.
Versions:
calico/node=v2.5.0-rc2
Manifests:
https://docs.projectcalico.org/v2.5/getting-started/kubernetes/installation/hosted/rbac-kdd.yaml
https://docs.projectcalico.org/v2.5/getting-started/kubernetes/installation/hosted/kubernetes-datastore/calico-networking/1.7/calico.yaml
Expected Behavior
calico-node on master should not need to restart for the cluster to achieve a configured steady state.
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
The logs below do have
Context
Your Environment
The text was updated successfully, but these errors were encountered: