thoraxe / lab-ossm

A homeroom-based workshop for Red Hat OpenShift Service Mesh
Apache License 2.0
31 stars 30 forks source link

Objects already exists in Lab 8 #12

Closed christianh814 closed 5 years ago

christianh814 commented 5 years ago

In the "Rate Limiting" lab, I was unable to "create" the new object.

[user5:~] $ oc create -n user5-tutorial -f /opt/app-root/workshop/content/src/istiofiles/destination-rule.yml
Error from server (AlreadyExists): error when creating "/opt/app-root/workshop/content/src/istiofiles/destination-rule.yml": destinationrules.networking.istio.io "recommendation" already exists
[user5:~] $ oc replace -n user5-tutorial -f /opt/app-root/workshop/content/src/istiofiles/destination-rule.yml
destinationrule.networking.istio.io/recommendation replaced

Might be related to #11

thoraxe commented 5 years ago

should be fixed by #15