GoogleCloudPlatform / kubeflow-distribution

Blueprints for Deploying Kubeflow on Google Cloud Platform and Anthos
Apache License 2.0
75 stars 63 forks source link

Get rid of dependency on yq #8

Open jlewi opened 4 years ago

jlewi commented 4 years ago

Right now the Makefile uses yq to extract the value of various kpt setters.

I filed GoogleContainerTools/kpt#542 to support this natively in kpt.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the labels:

Label Probability
kind/feature 0.93

Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback! Links: app homepage, dashboard and code for this bot.

donnyv12 commented 3 years ago

bumping this issue up, as of now it appears yq has removed the r argument, which has broken https://github.com/kubeflow/gcp-blueprints/blob/master/management/README.md

Since yq 3 is deprecated, this would definitely help.