Skip to content

Instantly share code, notes, and snippets.

@j-zimnowoda
Last active September 9, 2019 20:57
Show Gist options
  • Save j-zimnowoda/97daab18787e2f7170344e38636fd047 to your computer and use it in GitHub Desktop.
Save j-zimnowoda/97daab18787e2f7170344e38636fd047 to your computer and use it in GitHub Desktop.
$ kubectl get node -o yaml
apiVersion: v1
items:
- apiVersion: v1
kind: Node
status:
addresses:
- address: <n-ip1>
type: InternalIP
- apiVersion: v1
kind: Node
status:
addresses:
- address: <n-ip2>
type: InternalIP
- apiVersion: v1
kind: Node
status:
addresses:
- address: <n-ip3>
type: InternalIP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment