Skip to content

docs(devenv): add yq and kustomize to devenv requirements - #3100

Merged
google-oss-prow[bot] merged 1 commit into
kubeflow:mainfrom
kaikaila:docs/devenv-add-yq-kustomize
Aug 19, 2026
Merged

docs(devenv): add yq and kustomize to devenv requirements#3100
google-oss-prow[bot] merged 1 commit into
kubeflow:mainfrom
kaikaila:docs/devenv-add-yq-kustomize

Conversation

@kaikaila

Copy link
Copy Markdown

Summary

  • make tilt-up fails out of the box on a fresh machine because the catalog service's config sync step shells out to yq, and the Tiltfile renders manifests via kustomize — neither is listed in devenv's Requirements.
  • Adds both to the Requirements list in devenv/README.md.

Test plan

  • Reproduced the failure on a clean machine (missing yq broke the catalog-config-sync Tilt resource with yq: command not found)
  • Installed yq + kustomize, confirmed make tilt-up deploys cleanly
  • Docs-only change, no code/build impact

Assisted-by: Claude Sonnet 5

make tilt-up fails out of the box without yq (used by the catalog
service's config sync step) and kustomize (used to render manifests
in the Tiltfile), but neither was listed as a requirement.

Assisted-by: Claude Sonnet 5
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
Signed-off-by: Yunkai Li <yunli@redhat.com>

@pboyd pboyd left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @kaikaila!

/lgtm
/approve

@google-oss-prow

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pboyd

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@google-oss-prow
google-oss-prow Bot merged commit 89652df into kubeflow:main Aug 19, 2026
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants