mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +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**:
|
**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
|
### 1.4 Scheduler
|
||||||
@@ -1327,7 +1327,7 @@ on the master node and ensure the correct value for the `--bind-address` paramet
|
|||||||
**Expected result**:
|
**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
|
## 2 Etcd Node Configuration
|
||||||
|
|||||||
@@ -667,6 +667,7 @@ rancher_kubernetes_engine_config:
|
|||||||
service_node_port_range: 30000-32767
|
service_node_port_range: 30000-32767
|
||||||
kube_controller:
|
kube_controller:
|
||||||
extra_args:
|
extra_args:
|
||||||
|
bind-address: 127.0.0.1
|
||||||
address: 127.0.0.1
|
address: 127.0.0.1
|
||||||
feature-gates: RotateKubeletServerCertificate=true
|
feature-gates: RotateKubeletServerCertificate=true
|
||||||
profiling: 'false'
|
profiling: 'false'
|
||||||
@@ -685,6 +686,7 @@ rancher_kubernetes_engine_config:
|
|||||||
generate_serving_certificate: true
|
generate_serving_certificate: true
|
||||||
scheduler:
|
scheduler:
|
||||||
extra_args:
|
extra_args:
|
||||||
|
bind-address: 127.0.0.1
|
||||||
address: 127.0.0.1
|
address: 127.0.0.1
|
||||||
profiling: 'false'
|
profiling: 'false'
|
||||||
ssh_agent_auth: false
|
ssh_agent_auth: false
|
||||||
|
|||||||
Reference in New Issue
Block a user