AxeOfMen

k8s cheat sheet

Sep 12th, 2023
787
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. # Watch pods sorted by cteation timestamp
  2. watch kubectl get pods --sort-by=.metadata.creationTimestamp
  3.  
  4. # Force a new deployment after pushing deployment project changes
  5. flux reconcile source helm artifactory
Advertisement
Add Comment
Please, Sign In to add comment