mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-05-16 18:13:17 +00:00
Updated 1.5-hardening-v2.5 guide and Self-Assessment guide
This commit is contained in:
@@ -1281,7 +1281,7 @@ on the master node and ensure the correct value for the `--bind-address` paramet
|
||||
**Expected result**:
|
||||
|
||||
```
|
||||
'--bind-address' is present OR '--bind-address' is not present
|
||||
'--bind-address' argument is set to 127.0.0.1
|
||||
```
|
||||
|
||||
### 1.4 Scheduler
|
||||
@@ -1327,7 +1327,7 @@ on the master node and ensure the correct value for the `--bind-address` paramet
|
||||
**Expected result**:
|
||||
|
||||
```
|
||||
'--bind-address' is present OR '--bind-address' is not present
|
||||
'--bind-address' argument is set to 127.0.0.1
|
||||
```
|
||||
|
||||
## 2 Etcd Node Configuration
|
||||
|
||||
@@ -667,6 +667,7 @@ rancher_kubernetes_engine_config:
|
||||
service_node_port_range: 30000-32767
|
||||
kube_controller:
|
||||
extra_args:
|
||||
bind-address: 127.0.0.1
|
||||
address: 127.0.0.1
|
||||
feature-gates: RotateKubeletServerCertificate=true
|
||||
profiling: 'false'
|
||||
@@ -685,6 +686,7 @@ rancher_kubernetes_engine_config:
|
||||
generate_serving_certificate: true
|
||||
scheduler:
|
||||
extra_args:
|
||||
bind-address: 127.0.0.1
|
||||
address: 127.0.0.1
|
||||
profiling: 'false'
|
||||
ssh_agent_auth: false
|
||||
|
||||
Reference in New Issue
Block a user