Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add node addr type to pod to host test
This commit changes the output format of the `pod-to-host` test cases. From: ``` Action [allow-all-except-world/pod-to-host/ping-ipv4-1 ``` to: ``` Action [allow-all-except-world/pod-to-host/ping-ipv4-internal-ip ``` by utilizing the `field Type v1.NodeAddressType` With this change, a user can immediately see if the ping to the ExternalIP or InternalIP of the node is failing. Without the need to run `kubectl get po -o wide` separately. Signed-off-by: darox <[email protected]>
- Loading branch information