-
Notifications
You must be signed in to change notification settings - Fork 207
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
ingress: Couple of changes to support Ingress/CEC/CCWEC #825
Conversation
4468337
to
eb1c7a2
Compare
hit this #816 when compiling for windows. |
eb1c7a2
to
8bc96e3
Compare
8bc96e3
to
408411b
Compare
408411b
to
b827ee4
Compare
b827ee4
to
882ddd9
Compare
882ddd9
to
607c439
Compare
607c439
to
0e6eb19
Compare
0e6eb19
to
5999f54
Compare
5999f54
to
cdf67dd
Compare
cdf67dd
to
534a2a1
Compare
534a2a1
to
ff9b61d
Compare
Sorry for all the noises, I was struggling with go.sum mismatch between local and CI 😓 , it should be fine now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 💯 LGTM apart from a few small nits.
ff9b61d
to
a603f14
Compare
a603f14
to
4fe01d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Tam!
Helm template output is already having this namespace manifest. Signed-off-by: Tam Mach <tam.mach@cilium.io>
This is to create role and role binding resources for both agent and operator. Signed-off-by: Tam Mach <tam.mach@cilium.io>
The goal is to have new CRDs (e.g. CiliumEnvoyConfig and, CiliumClusterwideEnvoyConfig), which will be used in subsequent commits. Signed-off-by: Tam Mach <tam.mach@cilium.io>
This is to make sure that envoy proto types are registered. ``` level=warning msg="Ignoring invalid CiliumEnvoyConfig JSON (proto: (line 1:10): unable to resolve \"type.googleapis.com/envoy.config.listener.v3.Listener\": \"not found\"): {\n\t\"@type\": \"type.googleapis.com/envoy.config.listener.v3.Listener\",\n\t\"filterChains\": ... ``` Signed-off-by: Tam Mach <tam.mach@cilium.io>
This commit is to add support for 3 new resources Ingress, CCEC and CEV. Signed-off-by: Tam Mach <tam.mach@cilium.io>
72603b3
to
96ee17c
Compare
Description
Please refer individual commit for more details
Testing
Testing was done locally to make sure nothing break.