xrally-kubernetes icon indicating copy to clipboard operation
xrally-kubernetes copied to clipboard

A set of xRally plugins to run workloads against Kubernetes platform.

Results 6 xrally-kubernetes issues
Sort by recently updated
recently updated
newest added

Scenario ```samples/scenario/create-check-and-delete-pod-with-local-persistent-volume.yaml ``` fails with error ```persistentvolume-controller waiting for first consumer to be created before binding``` The persistent volume gets created, but the claim fails. Disk space is sufficient. Is...

help wanted
bug

Update namespace context by adding 'serviceaccount_delay' property (integer) to wait for every service account creation. Otherwise, tests which have 'with_serviceaccount=True' fail with 'No API token found for service account "c-rally-xxx-xxx"',...

According to [Kubernetes documentation](https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/), some of the API groups are deprecated like ```extensions/v1beta1``` and ```apps/v1beta2```. Due to this, some of the xrally tests give the error like ```'extensions/v1beta1'. Is this...

create_check_and_delete_pod_with_node_port_service gets erred when cluster URL doesn't have a port. Code expects the URL to always contain port. See [here](https://github.com/Mirantis/rally-plugins/blob/master/rally_plugins/scenarios/kubernetes/services.py#L219L222). For example, URL of type `https://k8s-api.example.com` gives the service URL...

Test scenario fails with below error: ``` 2019-10-30 10:46:02.888 249762 INFO rally.task.context [-] Task 774dbe1a-d5cf-43a5-bad4-61d20baf3b26 | Context namespaces@kubernetes setup() finished in 71.32 msec 2019-10-30 10:46:02.911 249899 INFO rally.task.runner [-] Task...

Allow user to specify already existed namespaces instead of creating new ones.

enhancement
question