Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubectl apply to kubectl kustomize in README #2300

Merged
merged 1 commit into from
Aug 29, 2024

Conversation

thomedw
Copy link
Contributor

@thomedw thomedw commented Aug 29, 2024

This Pull Request updates the deployment command in the README.md file to correctly apply the Kustomize output to the cluster. The kustomize command by itself does not install the operator. What it does is generate the Kubernetes manifest files for the operator. To actually install the operator, you would typically pipe the output of this command to kubectl apply.

Copy link
Contributor

@shtripat shtripat left a comment

Choose a reason for hiding this comment

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

lgtm

@shtripat shtripat requested a review from pjuarezd August 29, 2024 09:33
README.md Show resolved Hide resolved
@pjuarezd pjuarezd merged commit 7352650 into minio:master Aug 29, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants