Closed arashkaffamanesh closed 5 years ago
Thanks a lot @arashkaffamanesh and yeah, doh, need to fix ECR access. The permissions setup is explained in install though ;)
Should work now (a temporary fix, but …) so can you please try again @arashkaffamanesh?
It works like a charm! Thanks again for the brilliant work!
$ ./kubectl-kboom results
Server Version: v1.13.5
Running a scale test, launching 10 pod(s) with a 14s timeout ...
-------- Results --------
Overall pods successful: 6 out of 10
Total runtime: 14.229769666s
Fastest pod: 6.009329057s
Slowest pod: 13.011650419s
p50 pods: 10.06318941s
p95 pods: 13.011650419s
Coolio and thanks again for the alpha testing, much appreciated :)
Only a minor issue in README:
kubectl kboom generate
kubectl kboom results
should be (dash is missing)
kubectl-kboom generate ...
kubectl-kboom results
Actually, both is valid :)
Unless you're using a very old kubectl
version that doesn't support the binary plugins, see also https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/
Yes, my issue was, I missed to move kubectl-kboom to /usr/local/bin on my path and it's clear kubectl kboom results
can't work. Thanks again!
Thanks for the nice work Michael!
After creating a service account named kboom-sa (whic is missing), I'm getting:
seems ecr needs proper auth :-)
And
is needed.