File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -500,13 +500,13 @@ function copy-ovn-runtime() {
500
500
local ovn_go_controller_built_binaries_path=" ${ovn_root} /go-controller/_output/go/bin"
501
501
cp " ${ovn_go_controller_built_binaries_path} /ovnkube" " ${target} "
502
502
cp " ${ovn_go_controller_built_binaries_path} /ovn-kube-util" " ${target} "
503
+ cp " ${ovn_go_controller_built_binaries_path} /ovn-k8s-overlay" " ${target} "
504
+ cp " ${ovn_go_controller_built_binaries_path} /ovn-k8s-cni-overlay" " ${target} "
505
+ cp " ${ovn_go_controller_built_binaries_path} /ovn-kube-util" " ${target} "
503
506
504
507
local ovn_k8s_binaries_path=" ${ovn_root} /bin"
505
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-cni-overlay" " ${target} "
506
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-gateway-helper" " ${target} "
507
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-overlay" " ${target} "
508
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-util" " ${target} "
509
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-watcher" " ${target} "
508
+ cp " ${ovn_go_controller_built_binaries_path} /ovn-k8s-gateway-helper" " ${target} "
509
+ # cp "${ovn_k8s_binaries_path}/ovn-k8s-watcher" "${target}"
510
510
511
511
local ovn_k8s_python_module_path=" ${ovn_root} /ovn_k8s"
512
512
cp -R " ${ovn_k8s_python_module_path} " " ${target} /"
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function ovn-kubernetes-node() {
30
30
31
31
cat > " /etc/openvswitch/ovn_k8s.conf" << EOF
32
32
[default]
33
- k8s_ca_certificate =${config_dir} /ca.crt
33
+ k8s-ca-certificate =${config_dir} /ca.crt
34
34
EOF
35
35
36
36
local host
You can’t perform that action at this time.
0 commit comments