Error in Tutorial: Deploying Applications From Source #1054
Labels
Bug
One or more commands or instructions in a scenario fail to execute cleanly
Topic: OpenShift Basics
Hi
I worked through the tutorial "Deploying Applications From Source". In step 6 (deploying from comand line), when I run the command
oc new-app python:latest~https://github.com/openshift-katacoda/blog-django-py
, i get this error.Since latest is now 3.8 and the tutorial refers to latest as 3.6, I tried running
oc new-app python:3.6~https://github.com/openshift-katacoda/blog-django-py
instead. I get an error and a suggestion to add a --strategy (source or docker) but if I pick one of those I get a different error.Since I am currently learning OpenShift I have no further approaches on how to resolve the issue and continue with the tutorial.
Kind regards,
Stefani
The text was updated successfully, but these errors were encountered: