
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,760 Views
Hi,
I'm stuck on step 7.2. The mysql pod stuck at status containerCreating.
I'm trying to restart this lab many times but issue still persist.
Anybody facing the same issue?
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,707 Views
Hey @Manus
I may be wrong but it looks like this activity may have a solutions directory, we sometimes include that directory which has completed, working versions of the files you're expected to edit in an activity.
Have a look at:
/home/student/DO180/solutions/multicontainer-design/
You can compare your files, to the ones in the activity by running:
sdiff -w solution_file your_file
I often use this command in the project as part of my troubleshooting workflow:
oc get events --sort-by='.lastTimestamp'
I hope that this helps you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,713 Views
@Manus thank you for being a member of our the Red Hat Learning Community! Where you able to resolve this issue? I have reached out to a few folks in the meantime to assist, but would love to see if you made any progress here and have lessons learned.
Thanks!
Deanna

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 1,708 Views
Hey @Manus
I may be wrong but it looks like this activity may have a solutions directory, we sometimes include that directory which has completed, working versions of the files you're expected to edit in an activity.
Have a look at:
/home/student/DO180/solutions/multicontainer-design/
You can compare your files, to the ones in the activity by running:
sdiff -w solution_file your_file
I often use this command in the project as part of my troubleshooting workflow:
oc get events --sort-by='.lastTimestamp'
I hope that this helps you!