-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathmonitoring-persistent-volume.json
70 lines (70 loc) · 2.27 KB
/
monitoring-persistent-volume.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"metadata": {
"name": "pvc-99ffaeb3-8ff8-4137-a1fc-0bf72e7209a5",
"uid": "17122aab-411b-4a71-ae35-c13caac23492",
"resourceVersion": "20098",
"creationTimestamp": "2023-02-20T14:44:30Z",
"labels": {
"topology.kubernetes.io/region": "us-west-2",
"topology.kubernetes.io/zone": "us-west-2c"
},
"annotations": {
"kubernetes.io/createdby": "aws-ebs-dynamic-provisioner",
"pv.kubernetes.io/bound-by-controller": "yes",
"pv.kubernetes.io/provisioned-by": "kubernetes.io/aws-ebs"
},
"finalizers": [
"kubernetes.io/pv-protection"
]
},
"spec": {
"capacity": {
"storage": "20Gi"
},
"awsElasticBlockStore": {
"volumeID": "aws://us-west-2c/vol-07ecf570b7adfedda",
"fsType": "ext4"
},
"accessModes": [
"ReadWriteOnce"
],
"claimRef": {
"kind": "PersistentVolumeClaim",
"namespace": "openshift-monitoring",
"name": "prometheus-data-prometheus-k8s-1",
"uid": "99ffaeb3-8ff8-4137-a1fc-0bf72e7209a5",
"apiVersion": "v1",
"resourceVersion": "19914"
},
"persistentVolumeReclaimPolicy": "Delete",
"storageClassName": "gp2",
"volumeMode": "Filesystem",
"nodeAffinity": {
"required": {
"nodeSelectorTerms": [
{
"matchExpressions": [
{
"key": "topology.kubernetes.io/region",
"operator": "In",
"values": [
"us-west-2"
]
},
{
"key": "topology.kubernetes.io/zone",
"operator": "In",
"values": [
"us-west-2c"
]
}
]
}
]
}
}
},
"status": {
"phase": "Bound"
}
}