File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ config=/etc/origin/node/bootstrap-node-config.yaml
14
14
if [[ -f /etc/origin/node/node-config.yaml ]]; then
15
15
config=/etc/origin/node/node-config.yaml
16
16
fi
17
- flags=$( /usr/bin/openshift start node --write-flags " --config=${config} " --loglevel= ${DEBUG_LOGLEVEL :- 2} )
17
+ flags=$( /usr/bin/openshift- node-config " --config=${config} " )
18
18
exec /usr/bin/hyperkube kubelet --v=${DEBUG_LOGLEVEL:- 2} ${flags}
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ PLATFORM="$(go env GOHOSTOS)/$(go env GOHOSTARCH)"
262
262
install -d %{buildroot }%{_bindir }
263
263
264
264
# Install linux components
265
- for bin in oc oadm openshift hypershift hyperkube template-service-broker
265
+ for bin in oc oadm openshift hypershift hyperkube template-service-broker openshift-node-config
266
266
do
267
267
echo "+++ INSTALLING ${bin}"
268
268
install -p -m 755 _output/local /bin/${PLATFORM}/${bin} %{buildroot }%{_bindir }/${bin}
@@ -399,6 +399,7 @@ chmod 0744 $RPM_BUILD_ROOT/usr/sbin/%{name}-docker-excluder
399
399
%config(noreplace) %{_sysconfdir }/origin/master
400
400
401
401
%files node
402
+ %{_bindir }/openshift-node-config
402
403
%{_sysconfdir }/systemd/system.conf.d/origin-accounting.conf
403
404
%config(noreplace) %{_sysconfdir }/sysconfig/%{name }-node
404
405
%defattr(-,root,root,0700)
You can’t perform that action at this time.
0 commit comments