-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during installation #6
Comments
kubectl version
|
the server version should be > 1.9.6 I think, we tested it on k8s 1.10.x and all works |
Hi, I have kubectl version 1.17 but still see above error , i am trying to deploy it on AWS. Do we know the reason for this? |
@amitmindstix - How did you fix this? |
I ran into this issue as well today with kubectl 1.17. I am not sure if the best solution but I had to modify at least the 4 meter-kubernetes/jmeter*_deploy.yaml files (mentioned in my error). I had to change the apiVersion from apps/v1beta2 (or extensions/v1beta1) to use apps/v1 instead. FILE:jmeter_grafana_deploy.yaml _checking if kubectl is present Creating Jmeter slave nodes Number of worker nodes on this cluster is 2 deployment.apps/jmeter-slaves created NAME READY STATUS RESTARTS AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME READY UP-TO-DATE AVAILABLE AGE NAME DESIRED CURRENT READY AGE Is this a valid workaround/fix? |
nice, thanks, we'll have a look into it . |
When I follow the instructions to run jmeter_cluster.sh, I get following errors -
The text was updated successfully, but these errors were encountered: