Skip to content
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

chore: DENA-828 - bases for k6-operator #356

Merged
merged 19 commits into from
Mar 25, 2025
Merged

chore: DENA-828 - bases for k6-operator #356

merged 19 commits into from
Mar 25, 2025

Conversation

fillyD
Copy link
Contributor

@fillyD fillyD commented Aug 8, 2024

No description provided.

Copy link

linear bot commented Aug 8, 2024

Copy link
Contributor Author

@fillyD fillyD Aug 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For testing behind firewalls we will need this applied and a template deployed wherever we want access to.

instructions are as following

  1. generate a k6 token via grafana cloud and create a k8s secret

kubectl create secret generic grafana-k6-token -n plz-ns --from-literal=token=<GRAFANA_API_STACK_TOKEN>

  1. create a PLZ resource definition and apply it in your desired cluster. I am not sure if it needs to be namespace-bound, I guess it depends on the access controls of the system under test

apiVersion: k6.io/v1alpha1
kind: PrivateLoadZone
metadata:
name: my-first-plz
namespace: plz-ns
spec:
token: grafana-k6-token
resources:
limits:
cpu: 256m
memory: 1024Mi

@fillyD fillyD marked this pull request as ready for review March 25, 2025 10:28
@fillyD fillyD requested a review from a team as a code owner March 25, 2025 10:28
@fillyD fillyD merged commit 5502f1c into master Mar 25, 2025
3 checks passed
@fillyD fillyD deleted the chore/k6-operator branch March 25, 2025 13:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants