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 container override for images #273

Merged
merged 2 commits into from
Oct 3, 2024
Merged

Conversation

varungup90
Copy link
Collaborator

@varungup90 varungup90 commented Oct 3, 2024

Address #233

@@ -0,0 +1,26 @@
resources:
- ../../../../gateway
- envoyproxy.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

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

just curious why can not we use envoyproxy + gatreway_patch.yaml from the original folder? If we just like to override the images? I think the one under default/kustomization.yaml is good enough?

Copy link
Collaborator Author

@varungup90 varungup90 Oct 3, 2024

Choose a reason for hiding this comment

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

There is no envoyproxy + gateway_patch in config/gateway. Its a override added to replace envoyproxy image, which was not needed in US env.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Got it. Makes sense. I misunderstand this part

@@ -0,0 +1,4 @@
kind: Kustomization
Copy link
Collaborator

Choose a reason for hiding this comment

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

if we move image override to this folder. does it mean we just need this single file?

image

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In dependency, envoy-gateway has different namespace. So that will always be separate. In other cases, we can not merge because each one references to their parent also. When I tried to club everything together, resources order is not guaranteed and it was not working.

@@ -0,0 +1,26 @@
resources:
- ../../../../gateway
- envoyproxy.yaml
Copy link
Collaborator

Choose a reason for hiding this comment

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

Got it. Makes sense. I misunderstand this part

@Jeffwan Jeffwan merged commit aa107d3 into main Oct 3, 2024
10 checks passed
@Jeffwan Jeffwan deleted the container-override-simplified branch October 3, 2024 23:46
gangmuk pushed a commit that referenced this pull request Jan 25, 2025
* Add container override for images

* remove overlays/vke/dependency/kuberay-operator
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.

2 participants