hpi-schul-cloud / jitsi-deployment

Auto-scalable Jitsi Meet for Kubernetes
MIT License
215 stars 88 forks source link

Removes Sync Pod Name DecoratorController and hook #40

Open manquer opened 3 years ago

manquer commented 3 years ago

StatefulSets have pod name labels since Kubernetes v1.9 [1] Minimum supported version in the project is 1.17.2+ The sync pod-name hook is provided in the example repo [2] for older versions where Sts pod-name-labels are not set by default

[1] https://github.com/kubernetes/kubernetes/pull/55329 [2] https://github.com/GoogleCloudPlatform/metacontroller/tree/master/examples/service-per-pod