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
Auto-scaling mode: Set size: -1 to automatically scale proxy/target pods based on node selectors and tolerations
Auto-scale status tracking: New AutoScaleStatus field in cluster status tracks expected nodes for autoScaling clusters
Host path mounting: Use useHostPath: true in mount spec to bypass PV/PVC provisioning for direct host storage
Token exchange authentication support to allow operators to exchange tokens (e.g., Kubernetes service account tokens or OIDC tokens) with authentication services for AIS JWT tokens
Changed
Size validation: Allow size: -1 for autoScaling mode
Update target StatefulSet update strategy changed from RollingUpdate to OnDelete.
Set maintenance mode before pod deletion during target rollouts.
Reverse target rollout order to start from lowest ordinal (0 to N-1).