Shocky Han
Shocky Han
Call the stoptest.sh script from the jmeter-master pod should work. > \# check the jmeter-master pod name first > localhost$ kubectl -n tqa get pods > \# open a shell...
Seems influxdb version 1.x is required. https://github.com/kubernauts/jmeter-operator/blob/9de46870386bb5438e7183f41e99add44d0cc6ca/jmeter-deploy.yaml#L14 Change above line as follows: > influxdb_image: influxdb:1.7 Now, It works well. Good luck.
Found this blog: - https://qiita.com/yamaneko_usg3/items/56a55d7e461c8bf0c67a Since I already have a rancher server, I have to import an rpi3 k3s cluster. With above instruction, I can deploy the rancher-agent:v2.5.3-linux-arm64 successfully on...
k3os and rpi-update might be the magic. But please check if rpi-update is a must. Current version of k3os arm64 images does NOT support rpi 3 b+. See https://github.com/rancher/k3os/blob/master/README.md#arm-overlay-installation. And...