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 creating a civo_kubernetes_cluster with the cluster type of talos and the CNI as cilium the cluster is created successfully but actually uses the Flannel CNI. Any subsequent applies cause an error before the cni property is immutable and it is now comflicting with the flannel value that was actually applied.
If cilium is not a valid CNI value for Talos then the initial create should be blocked with an error. Otherwise, if Cilium is a supported CNI then it should use that value when creating the cluster.
The text was updated successfully, but these errors were encountered:
Pretty sure Talos only leverages Flannel currently, if you try to build a new cluster via ui as well and select Talos the cilium option gets greyed out.
Description
When creating a
civo_kubernetes_cluster
with the cluster type oftalos
and the CNI ascilium
the cluster is created successfully but actually uses the Flannel CNI. Any subsequent applies cause an error before thecni
property is immutable and it is now comflicting with theflannel
value that was actually applied.Example:
Acceptance Criteria
If
cilium
is not a valid CNI value for Talos then the initial create should be blocked with an error. Otherwise, if Cilium is a supported CNI then it should use that value when creating the cluster.The text was updated successfully, but these errors were encountered: