Merge pull request #1556 from drpebcak/cis-1.4

self-assessment and hardening guide for 2.2
This commit is contained in:
Denise
2019-07-17 13:15:40 -07:00
committed by GitHub
4 changed files with 2976 additions and 4 deletions
+1
View File
@@ -4,3 +4,4 @@
package-lock.json
*.tern-port
*/**/.tern-port
.DS_Store
File diff suppressed because it is too large Load Diff
@@ -805,9 +805,7 @@ Having access to the local cluster from the Rancher UI is convenient for trouble
kubectl get deployment rancher -n cattle-system -o yaml |grep 'add-local'
```
- In the Rancher UI go to _Clusters_ in the _Global_ view and verify that no `local` cluster is present. On a fresh install the _Clusters_ tab will look like the following image:
![No Local Cluster](images/no-local-cluster.png)
- In the Rancher UI go to _Clusters_ in the _Global_ view and verify that no `local` cluster is present.
**Remediation**
@@ -1167,4 +1165,4 @@ addons: |
- apiGroup: rbac.authorization.k8s.io
kind: Group
name: system:authenticated
```
```
File diff suppressed because it is too large Load Diff