Updated 1.5-hardening-v2.5 guide and Self-Assessment guide

This commit is contained in:
dhruvmewada15
2022-02-23 12:33:34 +05:30
parent 8992c705d1
commit 39e89e5f77
2 changed files with 4 additions and 2 deletions
@@ -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