Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Aug 30, 2023
1 parent 306530b commit d6d2e28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/aws/eks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -477,3 +477,12 @@ https://docs.aws.amazon.com/eks/latest/userguide/network_reqs.html
https://aws.github.io/aws-eks-best-practices/networking/subnets/

https://github.com/pulumi/examples/blob/master/aws-py-eks/vpc.py


List of all pods and its nodes
===============================

.. code-block:: bash
kubectl get pod -o=custom-columns=NODE:.spec.nodeName,NAME:.metadata.name -A
kubectl get pod -o=custom-columns=NAME:.metadata.name,STATUS:.status.phase,NODE:.spec.nodeName -A

0 comments on commit d6d2e28

Please sign in to comment.