본문으로 건너뛰기

Cluster-wide IPAM CNI plugin, whereabouts

설치

whereabouts-values.yaml
fullnameOverride: "whereabouts"

nodeSliceController:
# Experimental
enabled: false

설정

apiVersion: "k8s.cni.cncf.io/v1"
kind: NetworkAttachmentDefinition
spec:
config: |
{
"cniVersion": "0.3.1",
"name": "xxx",

// ...

"ipam": {
"type": "whereabouts"
}
}
  • ipam
    • range: <ip>/<cidr>
    • range_start: <ip>
      • 설정하지 않으면 range로부터 추측합니다.
    • range_end: <ip>
      • 설정하지 않으면 range로부터 추측합니다.
    • ipRanges: []
      • range: <ip>/<cidr>
    • exclude: [<ip>/<cidr>]
    • node_slice_size: /<cidr>