File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Locust k8s operator
22
3- Docs: https://docs.locust.io/en/stable/locust-cloud/ kubernetes-operator.html
3+ Docs: https://docs.locust.io/en/stable/kubernetes-operator.html
Original file line number Diff line number Diff line change 11apiVersion : v2
22name : locust-operator
33description : Locust Operator Helm Chart for managing distributed test runs in Kubernetes
4- icon : https://www.locust.cloud/logo-stacked.png
4+ icon : https://avatars.githubusercontent.com/u/2641063?s=200&v=4
55type : application
6- version : 0.1.8
7- appVersion : " 0.1.5 "
6+ version : 0.1.9
7+ appVersion : " 0.1.6 "
Original file line number Diff line number Diff line change 11apiVersion : apiextensions.k8s.io/v1
22kind : CustomResourceDefinition
33metadata :
4- name : locusttests.locust.cloud
4+ name : locusttests.locust.io
55spec :
6- group : locust.cloud
6+ group : locust.io
77 scope : Namespaced
88 names :
99 plural : locusttests
Original file line number Diff line number Diff line change 11🚀 Locust Kubernetes Operator has been installed successfully!
22
33To learn how to create and run your first load test, see the official documentation:
4- - https://docs.locust.io/en/stable/locust-cloud/ kubernetes-operator.html
4+ - https://docs.locust.io/en/stable/kubernetes-operator.html
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ RBAC rules for the operator
7373 resources: [namespaces]
7474 verbs: [list, watch]
7575# Application
76- - apiGroups: [" locust.cloud " ]
76+ - apiGroups: [" locust.io " ]
7777 resources: [" *" ]
7878 verbs: [" *" ]
7979# Applcation: Managed resources
Original file line number Diff line number Diff line change 11import os
22
3- GROUP = "locust.cloud "
3+ GROUP = "locust.io "
44VERSION = "v1"
55API_VERSION = GROUP + "/" + VERSION
66
You can’t perform that action at this time.
0 commit comments