Skip to content

Commit

Permalink
fix log (#4928)
Browse files Browse the repository at this point in the history
Signed-off-by: zbb888 <[email protected]>
  • Loading branch information
zbb88888 authored Jan 16, 2025
1 parent ccff9b0 commit 773b790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/vpc_nat_gw_eip.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func (c *Controller) handleAddIptablesEip(key string) error {
return err
}

// make sure vpc nat gw pod is ready befor create eip
// make sure vpc nat gw pod is ready before eip allocation
if _, err := c.getNatGwPod(cachedEip.Spec.NatGwDp); err != nil {
klog.Error(err)
return err
Expand Down

0 comments on commit 773b790

Please sign in to comment.