Skip to content

Instantly share code, notes, and snippets.

View alikhanxgrid's full-sized avatar
🏠
Working from home

Muhammad Ali Khan alikhanxgrid

🏠
Working from home
  • @X-CBG
View GitHub Profile
#!/usr/local/bin/python3
from kubernetes import client, config
import sys
config.load_kube_config()
def print_help():
print('I need the namespace(s) as an argument')
if len(sys.argv) <= 1: