This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
############################################################# | |
# Purpose: wrapper for inspecting Requests/Limits for Pods ## | |
# @dejanualex ## | |
############################################################# | |
# read namespace and po | |
echo -e "Available namespaces are:\n $(kubectl get ns -o=custom-columns=NAMESPACES:.metadata.name) \n" | |
echo -e "\n Please write the name of the namespace for which you want to know the resource status:\n" |