openshift-labs / learn-katacoda

The OpenShift learning portal, powered by Katacoda
https://learn.openshift.com
159 stars 266 forks source link

Environment should come with a project selected other than default #35

Closed jorgemoralespou closed 6 years ago

jorgemoralespou commented 7 years ago

This is related to #34 where if the user logged is by default is system:admin, the project used by default is "default".

When testing an scenario I did not select a project or a user, as I was validating the instructions, and I did a deployment that I wanted to delete. I did:

$ oc delete all --all
$ oc delete all --all
buildconfig "zerodowntime-talk" deleted
imagestream "zerodowntime-talk" deleted
deploymentconfig "docker-registry" deleted
deploymentconfig "router" deleted
deploymentconfig "zerodowntime-talk" deleted
service "docker-registry" deleted
service "kubernetes" deleted
service "router" deleted
service "zerodowntime-talk" deleted

As you can see, I deleted the router and the registry, making that instance unusable from that moment.

jorgemoralespou commented 7 years ago

Opinions?

cc/ @marekjelen @mhausenblas @gshipley @thesteve0 @GrahamDumpleton @Charlaxy

thesteve0 commented 7 years ago

Commented in the other thread

On Thu, Jun 22, 2017 at 8:58 AM, Jorge Morales Pou <notifications@github.com

wrote:

Opinions?

cc/ @marekjelen https://github.com/marekjelen @mhausenblas https://github.com/mhausenblas @gshipley https://github.com/gshipley @thesteve0 https://github.com/thesteve0 @GrahamDumpleton https://github.com/grahamdumpleton @Charlaxy https://github.com/charlaxy

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/openshift-evangelists/intro-katacoda/issues/35#issuecomment-310424213, or mute the thread https://github.com/notifications/unsubscribe-auth/ABVsw4f0x-nElMaelcgrWZQ5kWeyiehbks5sGo8rgaJpZM4OCe0U .

mhausenblas commented 6 years ago

Seems stale, please re-open if it persists.