We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168d9e2 commit 53ced2dCopy full SHA for 53ced2d
examples/sks/main.tf
@@ -17,6 +17,9 @@ resource "exoscale_sks_cluster" "my_sks_cluster" {
17
name = "my-sks-cluster"
18
auto_upgrade = true
19
exoscale_csi = true
20
+ # The default cni is "calico", use the Cilium security group rules provided below if
21
+ # you change the cni to "cilium"
22
+ # cni = "cilium"
23
}
24
25
# (ad-hoc anti-affinity group)
0 commit comments