-
https://url.corp.redhat.com/b55be23
self =
secret_factory =
interface = 'CephBlockPool', copies = 7, timeout = 1800
@pytest.mark.parametrize(
argnames=["interface", "copies", "timeout…
-
### Description
Currently kubernetes_persistent_volume_claim does not allow to specify data source.
This prevents us from using terraform to automate volume backups.
### Potential Terraform Con…
-
Update:
GET /api/v1/workspaces
GET /api/v1/workspaces/{namespace}
GET /api/v1/workspaces/{namespace}/{name}
For a payload similar to
```json
{
"data": [
{
"name"…
-
**What happened**:
When I use the upload populator to create a PVC in the 'mk' namespace, the populator controller only creates the target PVC, but it does not create 'prime-pvc' and 'prime-pvc-…
-
Pod using the pvc made available by the nfs-server-provisioner start going through nfs mounting problems randomly
```
Warning FailedMount 31s (x3 over 37s) kubelet MountVolume.SetUp failed f…
-
self =
pvc_size = '100'
@pytest.mark.parametrize(
argnames=["pvc_size"],
argvalues=[pytest.param(*["1"]), pytest.param(*["10"]), pytest.param(*["100"])],
)
@pytest.mark.usefixtures(…
-
similar on how PVCs ignore `.existingConfigMap`, think you should also add `.existingSecret` so that a PVC is not created for mounting a secret
-
The test case test_pvc_expansion_when_full is reporting error due to leftover PV
```
raise exceptions.ResourceLeftoversException(
f"\nThere are leftovers in the environment after …
jilju updated
1 month ago
-
### What happened?
PVC never supported setting capacity limits. However, it looks like in validation, we never enforced it: https://github.com/kubernetes/kubernetes/blob/a5622f3f6e1f5d5ffd066d799204e…
-
### Describe the bug
Goal: reduce changes in common files.
There are currently 6 common files modified for windows support:
[diff_windows.txt](https://github.com/user-attachments/files/17912277…