Created
July 29, 2022 08:25
-
-
Save TBeijen/70e1fd372ac269adec8a0c9f24582216 to your computer and use it in GitHub Desktop.
JQ Fu (cheat sheet)
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
# List EKS addons AWS considers default for given cluster cersion | |
aws eks describe-addon-versions |jq '.addons[] | del(.addonVersions[].compatibilities[] | select(.clusterVersion != "1.22" or .defaultVersion != true) ) | del(.addonVersions[] | select(.compatibilities | length == 0) )' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment