@@ -109,7 +109,7 @@ data:
109
109
apiVersion : v1
110
110
kind : ConfigMap
111
111
metadata :
112
- name : whereabouts-config
112
+ name : whereabouts-flatfile- config
113
113
namespace : openshift-multus
114
114
data :
115
115
whereabouts.conf : |
@@ -119,8 +119,7 @@ data:
119
119
"kubeconfig": "/etc/kubernetes/cni/net.d/whereabouts.d/whereabouts.kubeconfig"
120
120
},
121
121
"reconciler_cron_expression": "30 4 * * *",
122
- "log_level": "debug",
123
- "log_file": "/tmp/whereabouts.log",
122
+ "log_level": "verbose",
124
123
"configuration_path": "/etc/kubernetes/cni/net.d/whereabouts.d"
125
124
}
126
125
---
@@ -714,7 +713,7 @@ spec:
714
713
name : cnibin
715
714
- name : system-cni-dir
716
715
mountPath : /host/etc/cni/net.d
717
- - name : whereabouts-configmap
716
+ - name : whereabouts-flatfile- configmap
718
717
mountPath : /etc/whereabouts/config
719
718
env :
720
719
- name : NODENAME
@@ -775,9 +774,9 @@ spec:
775
774
configMap :
776
775
name : {{.CniSysctlAllowlist}}
777
776
defaultMode : 0744
778
- - name : whereabouts-configmap
777
+ - name : whereabouts-flatfile- configmap
779
778
configMap :
780
- name : whereabouts-config
779
+ name : whereabouts-flatfile- config
781
780
{{if .RenderWhereaboutsAuxillary}}
782
781
---
783
782
apiVersion : apps/v1
@@ -904,7 +903,7 @@ spec:
904
903
- mountPath : /host/etc/cni/net.d
905
904
name : cni-net-dir
906
905
- mountPath : /host/etc/cni/net.d/whereabouts.d/whereabouts.conf
907
- name : whereabouts-configmap
906
+ name : whereabouts-flatfile- configmap
908
907
subPath : whereabouts.conf
909
908
preemptionPolicy : PreemptLowerPriority
910
909
priorityClassName : " system-node-critical"
@@ -920,9 +919,9 @@ spec:
920
919
path : {{ .SystemCNIConfDir }}
921
920
type : Directory
922
921
name : cni-net-dir
923
- - name : whereabouts-configmap
922
+ - name : whereabouts-flatfile- configmap
924
923
configMap :
925
- name : whereabouts-config
924
+ name : whereabouts-flatfile- config
926
925
items :
927
926
- key : whereabouts.conf
928
927
path : whereabouts.conf
@@ -1069,8 +1068,8 @@ spec:
1069
1068
memory : 10Mi
1070
1069
terminationMessagePolicy : FallbackToLogsOnError
1071
1070
volumeMounts :
1072
- - name : whereabouts-configmap
1073
- mountPath : /etc/wherabouts /config
1071
+ - name : whereabouts-flatfile- configmap
1072
+ mountPath : /etc/whereabouts /config
1074
1073
env :
1075
1074
- name : KUBERNETES_SERVICE_PORT
1076
1075
value : " {{.KUBERNETES_SERVICE_PORT}}"
@@ -1085,8 +1084,8 @@ spec:
1085
1084
- name : WHEREABOUTS_NAMESPACE
1086
1085
value : " openshift-multus"
1087
1086
volumes :
1088
- - name : whereabouts-configmap
1087
+ - name : whereabouts-flatfile- configmap
1089
1088
configMap :
1090
- name : whereabouts-config
1089
+ name : whereabouts-flatfile- config
1091
1090
{{- end}}
1092
- ---
1091
+ ---
0 commit comments