Skip to content

Commit

Permalink
update version to v1.8.10 (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongzhen-ma committed Aug 16, 2022
1 parent dfc8992 commit 3d966bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v1.8.9
v1.8.10
2 changes: 1 addition & 1 deletion dist/images/install.sh
Expand Up @@ -19,7 +19,7 @@ CNI_CONF_DIR="/etc/cni/net.d"
CNI_BIN_DIR="/opt/cni/bin"

REGISTRY="kubeovn"
VERSION="v1.8.9"
VERSION="v1.8.10"
IMAGE_PULL_POLICY="IfNotPresent"
POD_CIDR="10.16.0.0/16" # Do NOT overlap with NODE/SVC/JOIN CIDR
POD_GATEWAY="10.16.0.1"
Expand Down
2 changes: 1 addition & 1 deletion pkg/controller/pod.go
Expand Up @@ -583,7 +583,7 @@ func (c *Controller) handleDeletePod(pod *v1.Pod) error {
}
}

ports, err := c.ovnClient.ListPodLogicalSwitchPorts(pod.Name, pod.Namespace)
ports, err := c.ovnClient.ListPodLogicalSwitchPorts(podName, pod.Namespace)
if err != nil {
klog.Errorf("failed to list lsps of pod '%s', %v", pod.Name, err)
return err
Expand Down

0 comments on commit 3d966bf

Please sign in to comment.