Skip to content

Commit

Permalink
fix typos (#3215)
Browse files Browse the repository at this point in the history
Signed-off-by: yojay11717 <[email protected]>
  • Loading branch information
yojay11717 authored Sep 14, 2023
1 parent eb74761 commit 4a0a739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/images/ovsdb-inspect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function ovs-exec {
kubectl -n kube-system exec -i $1 -- $2
}

# for the crictl inital for containerd in ovs-ovn ds
# for the crictl initial for containerd in ovs-ovn ds
function init-ovs-ctr() {
for i in $(kubectl -n kube-system get pods -o wide | grep ovs-ovn | awk '{print $1}');
do
Expand Down
2 changes: 1 addition & 1 deletion dist/images/vpcnatgateway/nat-gateway.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function add_vpc_external_route() {
sleep 1
ip route | grep "default via $nextHop dev net1"
# make sure route is added
# gw lost probably occured when you create >10 nat gw pod at the same time
# gw lost probably occurred when you create >10 nat gw pod at the same time
# so add the same logic again in every eip add process

done
Expand Down

0 comments on commit 4a0a739

Please sign in to comment.