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
When deploying a new cluster using version 8.1.0 of this module and with multiple control-plane nodes using "calico-tigera" as a CNI provider, I get the following error message from puppet agent Error: Found 1 dependency cycle: (Exec[Install cni network provider] => Exec[Install cni network provider])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Describe the Bug
When deploying a new cluster using version 8.1.0 of this module and with multiple control-plane nodes using "calico-tigera" as a CNI provider, I get the following error message from puppet agent
Error: Found 1 dependency cycle: (Exec[Install cni network provider] => Exec[Install cni network provider])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
It seems to be coming from this line reference the same exec : https://github.com/puppetlabs/puppetlabs-kubernetes/blob/v8.1.0/manifests/kube_addons.pp#L108
Expected Behavior
Calico deployment going OK
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
Here's the relevant content of my Ubuntu.yaml file
The text was updated successfully, but these errors were encountered: