Configure NIC pods with zone_sync
enabled without TLS support
#7219
Labels
proposal
An issue that proposes a feature request
zone_sync
enabled without TLS support
#7219
Is your feature request related to a problem? Please describe.
As an engineer, I want zone_sync to a feature for NIC to allow state sharing.
Prereq: #7218
Acceptance Criteria
zone-sync
data read from thenginx-config
(ConfigMap)headless service example:
-- lookup selector:app value from NIC deployment obj - it will be the name for app:selector in the headless service (we match NIC deployment with the headless service)-- on NIC startup -> create headless service (K8s API call) - (?) Do we start NIC if this call fails?-- learn where to put the code (controller.go
?) for managing config map zone-sync changes - during runtime-- we need to remove headless service when user removes zone-sync (or set tofalse
) from the nginx-ingress config map-- we need to add headless service when user enables zone-sync (or set totrue
) in the nginx-ingress config mapThe text was updated successfully, but these errors were encountered: