Commit d5f62ca6 authored by Justin Santa Barbara's avatar Justin Santa Barbara

AWS: Don't use JSON parsing in kube-up

We use the AWS CLI support for --query and --filter instead; should be more reliable and clearer. Also set the output format to text, so we don't have to set it every time and don't risk problems if we forget to set it. Fixes #16747 We do still have to use JSON parsing in one place: ELB does not support --filter, so we have to use Python there.
parent 33a5874d
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment