mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-02-20 03:22:07 +00:00
parent
13dfa15ad6
commit
ec3b1076c0
@ -436,6 +436,10 @@ groups:
|
||||
Run the below command (based on the file location on your system) on the each worker
|
||||
node. For example,
|
||||
chmod 644 $proxykubeconfig
|
||||
|
||||
Note - This test reports "FAIL" if kube-proxy has been configured
|
||||
using a kubernetes configMap. Only under this situation, the "FAIL" can safely be ignored
|
||||
as the kube-proxy does not expose the kubeconfig file to the worker node.
|
||||
scored: true
|
||||
|
||||
- id: 2.2.6
|
||||
@ -449,6 +453,10 @@ groups:
|
||||
Run the below command (based on the file location on your system) on the each worker
|
||||
node. For example,
|
||||
chown root:root $proxykubeconfig
|
||||
|
||||
Note - This test reports "FAIL" if kube-proxy has been configured
|
||||
using a kubernetes configMap. Only under this situation, the "FAIL" can safely be ignored
|
||||
as the kube-proxy does not expose the kubeconfig file to the worker node.
|
||||
scored: true
|
||||
|
||||
- id: 2.2.7
|
||||
|
@ -417,6 +417,10 @@ groups:
|
||||
Run the below command (based on the file location on your system) on the each worker
|
||||
node. For example,
|
||||
chmod 644 $proxykubeconfig
|
||||
|
||||
Note - This test reports "FAIL" if kube-proxy has been configured
|
||||
using a kubernetes configMap. Only under this situation, the "FAIL" can safely be ignored
|
||||
as the kube-proxy does not expose the kubeconfig file to the worker node.
|
||||
scored: true
|
||||
|
||||
- id: 2.2.6
|
||||
@ -430,6 +434,10 @@ groups:
|
||||
Run the below command (based on the file location on your system) on the each worker
|
||||
node. For example,
|
||||
chown root:root $proxykubeconfig
|
||||
|
||||
Note - This test reports "FAIL" if kube-proxy has been configured
|
||||
using a kubernetes configMap. Only under this situation, the "FAIL" can safely be ignored
|
||||
as the kube-proxy does not expose the kubeconfig file to the worker node.
|
||||
scored: true
|
||||
|
||||
- id: 2.2.7
|
||||
|
Loading…
Reference in New Issue
Block a user