|
| 1 | +apiVersion: v1 |
| 2 | +kind: ConfigMap |
| 3 | +metadata: |
| 4 | + name: cns-config |
| 5 | + namespace: kube-system |
| 6 | +data: |
| 7 | + cns_config.json: | |
| 8 | + { |
| 9 | + "CNIConflistFilepath": "/etc/cni/net.d/05-azure-chained-cilium.conflist", |
| 10 | + "CNIConflistScenario": "azurecni-chained-cilium", |
| 11 | + "ChannelMode": "CRD", |
| 12 | + "EnableAsyncPodDelete": true, |
| 13 | + "EnableCNIConflistGeneration": true, |
| 14 | + "EnableIPAMv2": true, |
| 15 | + "EnableK8sDevicePlugin": true, |
| 16 | + "EnableLoggerV2": true, |
| 17 | + "EnableStateMigration": true, |
| 18 | + "EnableSubnetScarcity": false, |
| 19 | + "InitializeFromCNI": false, |
| 20 | + "Logger": { |
| 21 | + "file": { |
| 22 | + "filepath": "/var/log/azure-cns/azure-cns.log", |
| 23 | + "level": "info", |
| 24 | + "maxBackups": 5, |
| 25 | + "maxSize": 5 |
| 26 | + } |
| 27 | + }, |
| 28 | + "ManageEndpointState": true, |
| 29 | + "ManagedSettings": { |
| 30 | + "InfrastructureNetworkID": "", |
| 31 | + "NodeID": "", |
| 32 | + "NodeSyncIntervalInSeconds": 30, |
| 33 | + "PrivateEndpoint": "" |
| 34 | + }, |
| 35 | + "MetricsBindAddress": ":10092", |
| 36 | + "ProgramSNATIPTables": false, |
| 37 | + "TelemetrySettings": { |
| 38 | + "DebugMode": false, |
| 39 | + "DisableAll": false, |
| 40 | + "HeartBeatIntervalInMins": 30, |
| 41 | + "RefreshIntervalInSecs": 15, |
| 42 | + "SnapshotIntervalInMins": 60, |
| 43 | + "TelemetryBatchIntervalInSecs": 15, |
| 44 | + "TelemetryBatchSizeBytes": 16384 |
| 45 | + } |
| 46 | + } |
0 commit comments