File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -551,13 +551,11 @@ function copy-ovn-runtime() {
551
551
local ovn_go_controller_built_binaries_path=" ${ovn_root} /go-controller/_output/go/bin"
552
552
cp " ${ovn_go_controller_built_binaries_path} /ovnkube" " ${target} "
553
553
cp " ${ovn_go_controller_built_binaries_path} /ovn-kube-util" " ${target} "
554
+ cp " ${ovn_go_controller_built_binaries_path} /ovn-k8s-overlay" " ${target} "
555
+ cp " ${ovn_go_controller_built_binaries_path} /ovn-k8s-cni-overlay" " ${target} "
554
556
555
557
local ovn_k8s_binaries_path=" ${ovn_root} /bin"
556
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-cni-overlay" " ${target} "
557
558
cp " ${ovn_k8s_binaries_path} /ovn-k8s-gateway-helper" " ${target} "
558
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-overlay" " ${target} "
559
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-util" " ${target} "
560
- cp " ${ovn_k8s_binaries_path} /ovn-k8s-watcher" " ${target} "
561
559
562
560
local ovn_k8s_python_module_path=" ${ovn_root} /ovn_k8s"
563
561
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