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 kustomize as prereq for the quickstart #161

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

laurafitzgerald
Copy link
Contributor

$subject

@openshift-ci openshift-ci bot requested review from eguzki and pmccarthy December 20, 2024 11:31
Copy link
Contributor

openshift-ci bot commented Dec 20, 2024

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: laurafitzgerald
Once this PR has been reviewed and has the lgtm label, please assign jasonmadigan for approval. For more information see the Code Review Process.

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

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

Copy link

netlify bot commented Dec 20, 2024

Deploy Preview for graceful-kangaroo-3c9c10 ready!

Name Link
🔨 Latest commit 8691303
🔍 Latest deploy log https://app.netlify.com/sites/graceful-kangaroo-3c9c10/deploys/67655577b2610d00082b689b
😎 Deploy Preview https://deploy-preview-161--graceful-kangaroo-3c9c10.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -11,6 +11,7 @@ In this quick start, we will cover:
- [Kind](https://kind.sigs.k8s.io/)
- [Kubectl](https://kubernetes.io/docs/tasks/tools/)
- [Helm](https://helm.sh/)
- [Kustomize](https://kubectl.docs.kubernetes.io/installation/kustomize/)
Copy link
Member

Choose a reason for hiding this comment

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

I recall this wasn't a pre-req as its run inside a container?
Maybe that's no longer the case?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It looks like in the code there was some preparation for that but it doesn't see that it's been applied to all cases where kustomize is used. I can address that instead if that's preferred.
I saw first failure at https://github.com/Kuadrant/kuadrant-operator/blob/main/hack/quickstart-setup.sh#L465
These lines would also be affected https://github.com/Kuadrant/kuadrant-operator/blob/main/hack/quickstart-setup.sh#L479-L481

Copy link
Member

Choose a reason for hiding this comment

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

Undrestood.
Perhaps using kubectl apply -k would be sufficient for those cmds?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants