We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Define and add PrivateLoadZone CRD following this approximate spec:
apiVersion: k6.io/v1alpha1 kind: PrivateLoadZone metadata: name: amazing-plz spec: token: cloud-token # mandatory resources: # mandatory cpu: ... memory: ... serviceAccountName: ... # or default nodeSelector: # or nil foo: bar
Subtasks:
The text was updated successfully, but these errors were encountered:
Most of the points were implemented in PR #238 except for:
On deletion of PLZ, call deregister.
Working deregistration is part of PR #239
Sorry, something went wrong.
TestRun
yorugac
No branches or pull requests
Define and add PrivateLoadZone CRD following this approximate spec:
Subtasks:
The text was updated successfully, but these errors were encountered: