Skip to content

Commit 3a34531

Browse files
author
Rajat Chopra
committed
With upstream PR: ovn-kubernetes/ovn-kubernetes#173, this PR will obsolete the python binaries (except gateway helper)
Signed-off-by: Rajat Chopra <[email protected]>
1 parent a4e491d commit 3a34531

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hack/dind-cluster.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -500,13 +500,13 @@ function copy-ovn-runtime() {
500500
local ovn_go_controller_built_binaries_path="${ovn_root}/go-controller/_output/go/bin"
501501
cp "${ovn_go_controller_built_binaries_path}/ovnkube" "${target}"
502502
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}"
503506

504507
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}"
510510

511511
local ovn_k8s_python_module_path="${ovn_root}/ovn_k8s"
512512
cp -R "${ovn_k8s_python_module_path}" "${target}/"

images/dind/node/ovn-kubernetes-node.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function ovn-kubernetes-node() {
3030

3131
cat >"/etc/openvswitch/ovn_k8s.conf" <<EOF
3232
[default]
33-
k8s_ca_certificate=${config_dir}/ca.crt
33+
k8s-ca-certificate=${config_dir}/ca.crt
3434
EOF
3535

3636
local host

0 commit comments

Comments
 (0)