Skip to content

Instantly share code, notes, and snippets.

@ominidx
Last active October 21, 2021 07:34
Show Gist options
  • Save ominidx/6a3821e44cb97193176bbbc029575803 to your computer and use it in GitHub Desktop.
Save ominidx/6a3821e44cb97193176bbbc029575803 to your computer and use it in GitHub Desktop.
K8s kubernetes

Get external ips of k8s nodes (v1.19.14)

kubectl get nodes -o wide | awk '{print $7}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment