-
Notifications
You must be signed in to change notification settings - Fork 20
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
Documentation #9
Conversation
kopecmartin
commented
Oct 9, 2023
- Init documentation
- Change documentation theme
Change the theme to material theme
.. code-block:: bash | ||
|
||
oc apply -f tempest-config.yaml | ||
oc apply -f tempest-deployment.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just an observation: Isn't weird that the tempest-worker pod finishes and then it is started again because openshift detects the end of the script as a Crash?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
really? does it detect the end of the script as a fail? .. that is a bug then, let's track it separately
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't reproduce now. Previously the pod was oscillating between CrashLoopBackOff <-> Running. Now when I try to reproduce it, the pod status keeps changing between Completed <-> Running. I will keep an eye on this.
LGTM! I've tried all the steps manually and everything seems to be working. I just added a couple of comments which are not that important. |
Document running of tempest via different ways.
LGTM! 👍 |