File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
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 @@ -22,7 +22,7 @@ function ovn-kubernetes-node-setup() {
22
22
23
23
ln -sf /data/ovnkube /usr/local/bin/
24
24
ln -sf /data/ovn-kube-util /usr/local/bin/
25
- ln -sf /data/ovn-k8s-cni-overlay /usr/local /bin/
25
+ ln -sf /data/ovn-k8s-cni-overlay /opt/cni /bin/
26
26
ln -sf /data/ovn-k8s-gateway-helper /usr/local/bin/
27
27
ln -sf /data/ovn-k8s-overlay /usr/local/bin
28
28
ln -sf /data/ovn-k8s-util /usr/local/bin/
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