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

Replace use of kustomize with kubectl #1080

Merged
merged 3 commits into from
Sep 27, 2022
Merged

Conversation

NimJay
Copy link
Collaborator

@NimJay NimJay commented Sep 21, 2022

Background

  • One of the main reasons we chose to use Kustomize instead of kpt was because Kustomize is built into kubectl.
  • I want to make sure we don't expect Online Boutique users to download the kustomize command-line tool.
  • I believe kubectl kustomize <folder-path> and kustomize build <folder-path> are equivalent (or mostly equivalent). See relevant kubectl docs here.

Change Summary

  • Replace the use of kustomize build with kubectl kustomize.

@NimJay NimJay requested a review from a team as a code owner September 21, 2022 18:41
@github-actions
Copy link

🚲 PR staged at http://35.192.94.91

1 similar comment
@github-actions
Copy link

🚲 PR staged at http://35.192.94.91

@github-actions
Copy link

🚲 PR staged at http://35.192.94.91

@mathieu-benoit mathieu-benoit merged commit 5fc2282 into main Sep 27, 2022
@mathieu-benoit mathieu-benoit deleted the nimjay-kustomize-build branch September 27, 2022 00:17
arbrown pushed a commit that referenced this pull request Sep 28, 2022
* Replace use of "kustomize" with "kubectl"

* Remove extra "kustomize"
D-Mwanth pushed a commit to D-Mwanth/microservices-demo that referenced this pull request Mar 6, 2024
* Replace use of "kustomize" with "kubectl"

* Remove extra "kustomize"
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.

None yet

2 participants