st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Fix vulnerabilities - go-client and controller-runtime #53

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Description

Tested

Confirmed that

here is the test procedure

# create kind cluster
make kind-deploy
# deploy gatling operator-v0.5.2 to kind cluster
make kind-deploy
# deploy sample gatling CR to the cluster
make kind-sample-deploy
yokawasa commented 2 years ago

@akitok thanks for the review! I'll go ahead to merge this