Created
November 8, 2023 17:38
-
-
Save identw/7fa5219314735b9e9c09459c1352bb2b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cniVersion": "0.3.1", | |
"name": "cilium", | |
"plugins": [ | |
{ | |
"cniVersion": "0.3.1", | |
"eni": { | |
"first-interface-index": 1, | |
"subnet-tags": { | |
"Cilium": "Owned", | |
"Env": "prod", | |
"K8sCluster": "cluster-name", | |
"Purpose": "k8s pod network" | |
} | |
}, | |
"type": "cilium-cni" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment