Karsten Siemer
87a53778a8
fix(istio): support for ExternalIPs in Istio resources
...
✨ Add support for ExternalIPs in Istio Gateway and VirtualService
ℹ️ This commit extends Istio Gateway and VirtualService resources
to support ExternalIPs. The changes include:
- Checking if service has ExternalIPs defined
- If yes, adding them to the list of targets
- If not, continuing with the existing process
👌 Now you can have your Istio resources use `externalIPs` too! 🎉
Not to be `ip`-percritical, but don't we all love an `ip`grade! 🎈
Signed-off-by: Karsten Siemer <karsten.siemer@sda.se>
2023-12-06 08:52:35 +01:00
John Gardiner Myers
17e9637f11
Refactor getTTLFromAnnotations() to not return error ( #3939 )
...
* Refactor getTTLFromAnnotations() to not return error
* Improve log messages
2023-10-02 03:56:45 -07:00
John Gardiner Myers
39955e556e
Refactor setting the "resource" label into endpointsForHostname
2023-08-29 11:36:27 -07:00
David Pait
1a5249af5e
fix go conventions and ehance error messages
2023-08-09 08:41:50 -04:00
David Pait
f9600b7b35
move ingress annotation and parseIngress to gateway source
2023-08-08 11:51:42 -04:00
David Pait
08b592d2fd
update istio gateway ingress source annotation constant
2023-08-08 11:51:42 -04:00
David Pait
cb2772c6ae
add istio gateway ingress annotation support to gateway source
2023-08-08 08:05:42 -04:00
Michel Loiseleur
e06ed8cc5d
build(deps): bump dev-dependencies group with 40 updates
2023-06-16 17:15:35 +02:00
Kubernetes Prow Robot
042654c4cf
Merge pull request #2538 from mcwarman/istio-gateway-logging
...
istio-gateway: Add debug logging when endpoints missing
2022-04-27 01:00:11 -07:00
Matthew Warman
b79dc1e894
istio-gateway: Add debug logging when endpoints missing
2022-01-24 12:55:09 +00:00
Andrey Lebedev
4f41229820
Pass stop channel to informer factory instances
2022-01-22 21:31:29 +01:00
Andy Bursavich
60c649bf5c
source: dedupe wait for cache sync
...
wait
2021-07-28 13:37:17 -07:00
Andy Bursavich
55637abbef
source: dedupe event handlers
2021-07-28 13:36:35 -07:00
Andy Bursavich
b032f2864f
source: dedupe template execution
2021-07-28 13:35:51 -07:00
Andy Bursavich
638194fccd
source: dedupe template parsing
2021-07-28 07:46:35 -07:00
Andy Bursavich
5069c3f0fb
source: name files consistently with their source name
2021-07-28 07:46:35 -07:00