v2.6.0
Added
- Read authN configuration and secret location from ConfigMap defined by
AIS_AUTHN_CM- See https://github.com/NVIDIA/ais-k8s/tree/main/helm/operator/authn-cm for details on configuring the ConfigMap
Changed
- Fix cleanup job loop to skip deleted jobs and avoid unnecessary re-queues during cluster cleanup.
- Enforce primary proxy reassignment, if required, during proxy scale-down (was previously best-effort).
- Refactor proxy scale-down handling to improve primary proxy reassignment and node decommissioning with better logging.
Removed
- All AuthN environment variables from operator deployment
- AIS_AUTHN_SU_NAME
- AIS_AUTHN_SU_PASS
- AIS_AUTHN_SERVICE_HOST
- AIS_AUTHN_SERVICE_PORT
- AIS_AUTHN_USE_HTTPS