Skip to content

Instantly share code, notes, and snippets.

@identw
Created November 8, 2023 17:38
Show Gist options
  • Save identw/7fa5219314735b9e9c09459c1352bb2b to your computer and use it in GitHub Desktop.
Save identw/7fa5219314735b9e9c09459c1352bb2b to your computer and use it in GitHub Desktop.
{
"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