-
Notifications
You must be signed in to change notification settings - Fork 595
OCPNODE-4114: Update TLSSecurityProfile doc to reflect CRI-O propagation and TLS 1.3 support #2747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -757,7 +757,10 @@ type KubeletConfigSpec struct { | |
|
|
||
| // If unset, the default is based on the apiservers.config.openshift.io/cluster resource. | ||
| // Note that only Old and Intermediate profiles are currently supported, and | ||
| // the maximum available minTLSVersion is VersionTLS12. | ||
| // the maximum available minTLSVersion is VersionTLS13. | ||
| // When set, this TLS configuration is applied to both the kubelet and CRI-O | ||
| // on nodes matching the pool selector. CRI-O receives the minimum TLS version | ||
| // via a drop-in configuration file managed by the ContainerRuntimeConfig controller. | ||
|
Comment on lines
+760
to
+763
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Clarify supported-profile scope and CRI-O propagation here. Combined with the preceding sentence, this now reads inconsistently: it still says only Old/Intermediate are supported, but also advertises 🤖 Prompt for AI Agents |
||
| // +optional | ||
| TLSSecurityProfile *configv1.TLSSecurityProfile `json:"tlsSecurityProfile,omitempty"` | ||
| } | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1. Tls profile docs contradict schema
🐞 Bug✓ CorrectnessAgent Prompt
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools