Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Sep 6, 2023
1 parent 5cea967 commit abe528e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/kubernetes/tips.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1551,3 +1551,11 @@ Service account
Configuring a Kubernetes service account to assume an IAM role

https://docs.aws.amazon.com/eks/latest/userguide/associate-service-account-role.html


Logs all pods
*************

.. code-block:: bash
kubectl logs --all-containers -l key=val -n namespace --max-log-requests=10 -f

0 comments on commit abe528e

Please sign in to comment.