-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.19.z, 4.20.0
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
API-1854 has completed. But the related tlsSecurityProfile API doc needs yet to be updated.
Version-Release number of selected component (if applicable):
4.20.0-0.nightly-2025-06-10-193958
How reproducible:
Always
Steps to Reproduce:
1. $ oc explain apiserver.spec.tlsSecurityProfile
Actual results:
Though API-1854 has completed to support "Modern" and "VersionTLS13", the output still shows exclusion of them:
... Note that only Old, Intermediate and Custom profiles are currently supported, and the maximum available minTLSVersion is VersionTLS12. ... ... Note that the Modern profile is currently not supported because it is not yet well adopted by common software libraries.
Expected results:
The output should not exclude Modern in the "... are currently supported" statement, and should update "the maximum" statement to be VersionTLS13, and should remove "the Modern profile is currently not supported ..." statement.
Additional info: