load-test icon indicating copy to clipboard operation
load-test copied to clipboard

Loadtest not deploying to sock-sock namespace properly

Open abuehrle opened this issue 8 years ago • 2 comments

Deployed the sock-shop to a Kubernetes cluster in the usual way:

kubectl apply -n sock-shop -f deploy/kubernetes/manifests

Zipkin and the loadtest are returning the following errors:

namespace "zipkin" created
the namespace from the provided object "loadtest" does not match the namespace "sock-shop". You must pass '--namespace=loadtest' to perform this operation.
the namespace from the provided object "zipkin" does not match the namespace "sock-shop". You must pass '--namespace=zipkin' to perform this operation.

abuehrle avatar Apr 11 '17 18:04 abuehrle

I am still getting this error. How do you work around it?

error: the namespace from the provided object "loadtest" does not match the namespace "sock-shop". You must pass '--namespace=loadtest' to perform this operation.

abuehrle avatar Aug 17 '17 16:08 abuehrle

created it's own namespace for it seemed to work and applying just that file:

kubectl apply -n loadtest -f deploy/kubernetes/manifests/loadtest-dep.yaml

abuehrle avatar Aug 17 '17 16:08 abuehrle