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
However, when i set ebpf_data_plane= "cilium", it errors out saying that network_policy needs to be cilium, but it won't accept that as a value. I tried null as well with same error.
Steps to Reproduce
Build cluster without ebfp_data_plane set, cluster builds fine. Add ebpf_data_plane="cilium" and run apply again and you get the error about network_policy needing to be set to cilium. Set network_policy value and you get that it only accepts Azure or Calico.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered:
Another note. My example i'm trying to update an existing cluster and this may or may not be supported. But even to build a new cluster, i need to pass cilium as the network-policy.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
v1.1.9
AzureRM Provider Version
3.73.0
Affected Resource(s)/Data Source(s)
azurerm_kubernetes_cluster
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Cilium data plane should be setup
Actual Behaviour
Doco says support for cilium was added: #22952
However, when i set ebpf_data_plane= "cilium", it errors out saying that network_policy needs to be cilium, but it won't accept that as a value. I tried null as well with same error.
Steps to Reproduce
Build cluster without ebfp_data_plane set, cluster builds fine. Add ebpf_data_plane="cilium" and run apply again and you get the error about network_policy needing to be set to cilium. Set network_policy value and you get that it only accepts Azure or Calico.
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: