Skip to content

deploy.sh requires standalone kustomize binary #768

Description

@ktdreyer

Jira: RHOAIENG-51905

Problem

components/manifests/deploy.sh requires a standalone kustomize binary. It checks for it with command_exists kustomize and calls it directly throughout the script (kustomize build, kustomize edit set image, kustomize edit set namespace, etc.).

This is unnecessary because kubectl already ships with kubectl kustomize built in, and kubectl is already a prerequisite for this script.

Proposal

Replace all kustomize calls with kubectl kustomize and remove the standalone binary check.

Note: the e2e deploy script (e2e/scripts/deploy.sh) already uses kubectl kustomize and does not have this problem.

(Written by Claude Code / Opus 4.6)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions