Skip to content

Commit

Permalink
Add alternate way of checking Pod annotations (#225)
Browse files Browse the repository at this point in the history
Addition tested on K8s `v1.19.11` with kubectl `v1.22.1`
  • Loading branch information
ddubson committed Sep 20, 2021
1 parent 124e8c2 commit 793494a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions c.pod_design.md
Expand Up @@ -171,6 +171,10 @@ kubectl annotate po nginx{1..3} description='my description'
<p>

```bash
kubectl annotate pod nginx1 --list

# or

kubectl describe po nginx1 | grep -i 'annotations'

# or
Expand Down

0 comments on commit 793494a

Please sign in to comment.