You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Tests/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ specified in `clouds.yaml`.
36
36
Given a kubeconfig file `path/to/kubeconfig.yaml`, run
37
37
38
38
```shell
39
-
./scs-compliance-check.py -v -a kubeconfig=path/to/kubeconfig.yaml -s SUBJECT scs-compatible-kaas.yaml
39
+
./scs-compliance-check.py -v -a kubeconfig=path/to/kubeconfig.yaml -a subject_root=. -s SUBJECT scs-compatible-kaas.yaml
40
40
```
41
41
42
42
Replace `SUBJECT` with an arbitrary, but meaningful subject name.
@@ -88,7 +88,7 @@ docker run -v ~/.config/openstack:/root/.config/openstack:ro scs-compliance-chec
88
88
For KaaS:
89
89
90
90
```shell
91
-
docker run -v /path/to/kubeconfig.yaml:/root/kubeconfig.yaml:ro scs-compliance-check -a kubeconfig=/root/kubeconfig.yaml -s SUBJECT scs-compatible-kaas.yaml
91
+
docker run -v /path/to/kubeconfig.yaml:/root/kubeconfig.yaml:ro scs-compliance-check -a kubeconfig=/root/kubeconfig.yaml -a subject_root=. -s SUBJECT scs-compatible-kaas.yaml
92
92
```
93
93
94
94
If you want to test against a cluster running on localhost (e.g., kind cluster), replace
0 commit comments