Skip to content

Commit 32199fa

Browse files
authored
Merge pull request #44 from IABTechLab/tjm-UID2-3987-k8s-k6-testing
K8s k6 testing
2 parents 80b3be8 + 75a8839 commit 32199fa

File tree

6 files changed

+436
-1
lines changed

6 files changed

+436
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kubectl create configmap operator-stress-test --from-file ./k6-uid2-operator.js
2+
3+
kubectl apply -f ./k6-test-resource.yml
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: k6.io/v1alpha1
2+
kind: K6
3+
metadata:
4+
name: k6-uid2-load-test
5+
spec:
6+
parallelism: 4
7+
arguments: --out cloud
8+
script:
9+
configMap:
10+
name: operator-stress-test
11+
file: k6-uid2-operator-encrypt-inline.js

0 commit comments

Comments
 (0)