-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] subject_root variable missing #837
Comments
fixing SovereignCloudStack#837 Signed-off-by: sluetze <[email protected]>
@mbuechse : Doc bug or code bug ? |
@garloff doc bug |
@garloff On second thought... Technically, it's a doc bug, but it's also just a questionable UX. I think I will try to find a way to make the UX better as well. |
another thing (maybe a new issue?) the cncf compatibility checks are not done by the script for now. I do not know it this is expected (as the result says failed). Also I am missing any docs on how to run the cncf compatibility checks with the scs tooling. |
@sluetze They are supposed to be run. Sonobuoy has to be in the path. Can you attach some detailed console output? |
Topic better UX: would be great if the tool would just use the
just needed to login for an updated kubeconfig, then rename it to kubeconfig.yaml... relevant line was: since there have been an update to the yaml file in between I updated my local copy after So disregard that for now. I ll try to get it running with sonobuoy first. |
Thanks for going through the ordeal. It's still wet behind the ears, and it does have infant diseases. |
no problem. this is opensource on the master branch, no paid product with enterprise SLAs ;-). appreciate the fast responses. As I am firing against a non-vanilla-kubernetes with a couple of deviations from upstream, I expect to run into challenges. |
OK, I'm happy to review suggestions how to deal with this. |
./scs-compliance-check.py -v -a kubeconfig=path/to/kubeconfig.yaml -s SUBJECT scs-compatible-kaas.yaml
does not work
The Readme says to use it this way
https://github.com/SovereignCloudStack/standards/blob/main/Tests/README.md?plain=1#L34-L44
Running
./scs-compliance-check.py -v -a subject_root=./kubeconfig -s OCP4.16 scs-compatible-kaas.yaml
where ./kubeconfig is a folder having
kubeconfig.yaml
worksThe text was updated successfully, but these errors were encountered: