Skip to content

Commit

Permalink
Update hardening.md
Browse files Browse the repository at this point in the history
If it not must be required, it's better to use # comment the line.
  • Loading branch information
titansmc authored Oct 9, 2023
1 parent 248c460 commit 26c04ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hardening.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ kube_apiserver_enable_admission_plugins:
- PodSecurity
kube_apiserver_admission_control_config_file: true
# Creates config file for PodNodeSelector
kube_apiserver_admission_plugins_needs_configuration: [PodNodeSelector]
# kube_apiserver_admission_plugins_needs_configuration: [PodNodeSelector]
# Define the default node selector, by default all the workloads will be scheduled on nodes
# with label network=srv1
kube_apiserver_admission_plugins_podnodeselector_default_node_selector: "network=srv1"
# kube_apiserver_admission_plugins_podnodeselector_default_node_selector: "network=srv1"
# EventRateLimit plugin configuration
kube_apiserver_admission_event_rate_limits:
limit_1:
Expand Down

0 comments on commit 26c04ea

Please sign in to comment.