-
I have a pod which is running a python application with uwsgi service. The uwsgi service writes the logs to pod's /tmp/logs folder.
I have mounted the GCS bucket mapped with /tmp/logs folder so tha…
-
In a Google Kubernetes engine, it is not possible to manually set-up a shared workspace mount. The way to have a shared disk, is by using Persistent Volumes instead of the Host_path volumes (as is cur…
-
### Report
If perconaxtradbcluster.spec.haproxy.livenessProbes.httpGet field is added, statefullset is generated with both default exec probe and httpGet probe, which breaks statefulset spec
### Mor…
-
## Describe the bug
Fail to resize RWX PVC at filesystem resizing step
## To Reproduce
1. Create a RWX PVC
```
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
…
-
The README should mention that StorageClasses usually provision PVs with `reclaimPolicy: Delete`.
Suggest to manually patch the reclaimPolicy to be `Retain`, to preserve valuable data.
```
kubectl -n…
-
### Which jobs are flaking?
[pull-kubernetes-e2e-gce-csi-serial](https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/125795/pull-kubernetes-e2e-gce-csi-serial/1808503650306232320)
[pull-kube…
-
### What happened?
I have a pvc1: `tmp-pvc-1d9c5916-c994-42e5-8060-99d563b43e3a`, and bound to pv: `pvc-a4ec28db-8fed-4067-8a19-ba0ff65b4996`. I changed the claimRef of pv:`pvc-a4ec28db-8fed-4067-8a…
-
Hello Team.
Cluster: AKS 1.28
Helm Chart: 4.4.4 (the newest)
I would like to install stackrox on an AKS cluster using argoCd. Unfortunately, when I try to install it, I get an error regarding PVC. …
-
We use Helm-Hooks, especially a "pre-install" hook, as a part of our deployments that works well with Helm version **3.13.3**. The goal of this pre-install hook/job is to mount the filesystem, do some…
-
Hello, I install arroyo on k8s by below command
```shell
helm install arroyo ./arroyo_helm_chart.tar.gz -f values.yaml --namespace arroyo
```
However, I found pg pod is pending
```text
[root@edr…