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
autoscaler + mTLS: current test only checks the sidecar has TLS env vars, we should add a case that triggers a scale-up and verifies new worker pods join.
Future Plan
BYOC (bring your own certificate) support -> need further discussion. We can support this if there's user request
supports hostname-based identity instead of pod IP until ray-project/ray#61651 is resolved (ref)
Related issue
#3974
Description
Docs
maxLeafCertificatePEMSize: 36,500pemSizeLimitsConfig.maxCertificateSize30000for SANs (in real-world it can be bigger than this, this value can be view as the min size we have)Refactor
Bug
e2e test
Future Plan