Skip to content

Instantly share code, notes, and snippets.

@goneri
Last active November 26, 2020 19:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goneri/ad252e30d48cfea99aaeb2e18736303e to your computer and use it in GitHub Desktop.
Save goneri/ad252e30d48cfea99aaeb2e18736303e to your computer and use it in GitHub Desktop.
run k8s_info 100x in a row
- hosts: localhost
gather_facts: false
tasks:
- k8s_info:
kind: Pod
with_sequence: count=100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment