-
有两个使用上的问题请教一下
1. 我的pod的亲和性是按照下面配置的,我用konfig应该怎么写。
```
spec:
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
…
-
After upgrading to v1.11.0 I noticed the following messages for every postgres cluster on every start up of the operator:
```
time="2024-04-04T16:56:37Z" level=info msg="statefulset myapp/myapp-po…
bo0ts updated
1 month ago
-
Idea and template courtesy of @craigyu.
```yml
apiVersion: v1
kind: Pod
metadata:
name: pvc-inspect-pod
namespace: a4b31c-test
spec:
containers:
- name: pvc-inspector
…
-
## Description
With flatcar 3975.2.1 we see very weird behavior of NFS 4.2 where one pod writes a file but a pod on a different host is unable to see the just written file content.
NFS 3 / 4.1 w…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
/kind bug
**What happened**:
The current way to specify the list of zones where a volume would be available is to specify a JSON blob as a value of…
-
***What would you like to be added:***
We would need to visualize the I/O that each pod performs on the PVCs it uses
We would also need to have the I/O of each PV
***Why is this needed:***
We …
-
### Kyverno Version
admission controller 1.10.1
CLI 1.10.3
### Kubernetes Version
1.25.x
### Kubernetes Platform
EKS
### Kyverno Rule Type
Validate
### Description
Pattern …
-
## Describe the bug
When we try to expand 1GB PVC size to beyond scale limit for example 9223372036854775807Gi and then we try to increase to 2 GB then in this condition PVC size does not increase an…
-
### Suggestion
problem happen with config
```yaml
localHome:
persistentVolumeClaim:
create: true
```
Into the pod mounts other volume
```bash
$ df
/dev/sdg 1% /opt/a…
-
I create PersistentVolumeClaim with size of `1Gi`:
```
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: block-pvc
spec:
accessModes:
- ReadWriteMany
volumeMode: Block
…
kvaps updated
1 month ago