Skip to content

Commit 53ced2d

Browse files
committed
add and document the cni setting
1 parent 168d9e2 commit 53ced2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/sks/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ resource "exoscale_sks_cluster" "my_sks_cluster" {
1717
name = "my-sks-cluster"
1818
auto_upgrade = true
1919
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"
2023
}
2124

2225
# (ad-hoc anti-affinity group)

0 commit comments

Comments
 (0)