We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
I 'd like to know the following:
Environment:
kubectl version
cat /etc/os-release
uname -a
The text was updated successfully, but these errors were encountered:
@youwalther65 I assume you are referring to the MAC address bound to the pod IP, which would be the MAC address assigned to the eth0 interface in the pod network namespace. That MAC is assigned by the kernel (https://github.com/aws/amazon-vpc-cni-k8s/blob/master/cmd/routed-eni-cni-plugin/driver/driver.go#L114), and the address is not predictable. For the lifetime of the pod on this node, though, the MAC is the same.
eth0
Why are you looking for this information? To get it, you can always ARP for the pod IP using arping.
arping
Sorry, something went wrong.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days
Issue closed due to inactivity.
No branches or pull requests
What happened:
I 'd like to know the following:
Environment:
kubectl version
): 1.27cat /etc/os-release
):MAME="Amazon Linux"
VERSION="2"
ID="amzn"
ID_LIKE="centos rhel fedora"
VERSION_ID="2"
PRETTY_NAME="Amazon Linux 2"
ANSI_COLOR="0;33"
CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2"
HOME_URL="https://amazonlinux.com/"
SUPPORT_END="2025-06-30"
uname -a
):Linux ip-10-0-21-238.eu-west-1.compute.internal 5.10.198-187.748.amzn2.aarch64 Initial commit of amazon-vpc-cni-k8s #1 SMP Tue Oct 24 19:49:48 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux
The text was updated successfully, but these errors were encountered: