You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added maxUnavailable to proxySpec.autoScale and targetSpec.autoScale to prevent autoscale scale-down while a cluster has unavailable pods within the configured budget.
AIStoreAuth custom resource (auth.ais.nvidia.com/v1alpha1), served by the existing operator. This addition also introduces API types, a validating webhook, and a no-op reconciler for AIStoreAuth as the foundation for managing AuthN deployments via the operator.
Added spec.proxySpec.externalAccess and spec.targetSpec.externalAccess for additional control of external services to expose pod access; currently limited to LoadBalancers.
Changed
Deprecated enableExternalLB. Use spec.proxySpec.externalAccess and spec.targetSpec.externalAccess for equivalent and extended config.