Skip to content

Commit bf42a5d

Browse files
Merge pull request #4484 from rverchere/etcd-kyverno
Add kyverno resources for etcd quota error
2 parents 8a995fd + 08ff380 commit bf42a5d

15 files changed

+150
-60
lines changed

pages/platform/kubernetes-k8s/etcd-quota-error/guide.de-de.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ slug: etcd-quota-error
55
section: Diagnostics
66
routes:
77
canonical: 'https://docs.ovh.com/gb/en/kubernetes/etcd-quota-error/'
8-
updated: 2022-12-14
8+
updated: 2023-04-06
99
---
1010

11-
**Last updated 14th December 2022**
11+
**Last updated 06th April 2023**
1212

1313
## Objective
1414

@@ -123,6 +123,12 @@ We have found that the following resources can sometimes be generated continuous
123123
kubectl get backups.velero.io -A | wc -l
124124
```
125125

126+
- `podvolumebackups.velero.io`
127+
128+
```bash
129+
kubectl get podvolumebackups.velero.io -A | wc -l
130+
```
131+
126132
- `ingress.networking.k8s.io`
127133

128134
```bash
@@ -141,10 +147,10 @@ kubectl get ingress.extensions -A | wc -l
141147
kubectl get authrequests.dex.coreos.com -A | wc -l
142148
```
143149

144-
- `podvolumebackups`
150+
- `reportchangerequest.kyverno.io`
145151

146152
```bash
147-
kubectl get podvolumebackups -A | wc -l
153+
kubectl get reportchangerequest.kyverno.io -A | wc -l
148154
```
149155

150156
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-asia.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-au.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-ca.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-gb.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-ie.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-sg.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.en-us.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: ETCD Quotas, usage, troubleshooting and error
33
excerpt: 'Find out how to view ETCD quotas, usage and fix errors'
44
slug: etcd-quota-error
55
section: Diagnostics
6-
updated: 2022-12-14
6+
updated: 2023-04-06
77
---
88

9-
**Last updated 14th December 2022**
9+
**Last updated 06th April 2023**
1010

1111
## Objective
1212

@@ -121,6 +121,12 @@ We have found that the following resources can sometimes be generated continuous
121121
kubectl get backups.velero.io -A | wc -l
122122
```
123123

124+
- `podvolumebackups.velero.io`
125+
126+
```bash
127+
kubectl get podvolumebackups.velero.io -A | wc -l
128+
```
129+
124130
- `ingress.networking.k8s.io`
125131

126132
```bash
@@ -139,10 +145,10 @@ kubectl get ingress.extensions -A | wc -l
139145
kubectl get authrequests.dex.coreos.com -A | wc -l
140146
```
141147

142-
- `podvolumebackups`
148+
- `reportchangerequest.kyverno.io`
143149

144150
```bash
145-
kubectl get podvolumebackups -A | wc -l
151+
kubectl get reportchangerequest.kyverno.io -A | wc -l
146152
```
147153

148154
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.es-es.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ slug: etcd-quota-error
55
section: Diagnostics
66
routes:
77
canonical: 'https://docs.ovh.com/gb/en/kubernetes/etcd-quota-error/'
8-
updated: 2022-12-14
8+
updated: 2023-04-06
99
---
1010

11-
**Last updated 14th December 2022**
11+
**Last updated 06th April 2023**
1212

1313
## Objective
1414

@@ -123,6 +123,12 @@ We have found that the following resources can sometimes be generated continuous
123123
kubectl get backups.velero.io -A | wc -l
124124
```
125125

126+
- `podvolumebackups.velero.io`
127+
128+
```bash
129+
kubectl get podvolumebackups.velero.io -A | wc -l
130+
```
131+
126132
- `ingress.networking.k8s.io`
127133

128134
```bash
@@ -141,10 +147,10 @@ kubectl get ingress.extensions -A | wc -l
141147
kubectl get authrequests.dex.coreos.com -A | wc -l
142148
```
143149

144-
- `podvolumebackups`
150+
- `reportchangerequest.kyverno.io`
145151

146152
```bash
147-
kubectl get podvolumebackups -A | wc -l
153+
kubectl get reportchangerequest.kyverno.io -A | wc -l
148154
```
149155

150156
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

pages/platform/kubernetes-k8s/etcd-quota-error/guide.es-us.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ slug: etcd-quota-error
55
section: Diagnostics
66
routes:
77
canonical: 'https://docs.ovh.com/gb/en/kubernetes/etcd-quota-error/'
8-
updated: 2022-12-14
8+
updated: 2023-04-06
99
---
1010

11-
**Last updated 14th December 2022**
11+
**Last updated 06th April 2023**
1212

1313
## Objective
1414

@@ -123,6 +123,12 @@ We have found that the following resources can sometimes be generated continuous
123123
kubectl get backups.velero.io -A | wc -l
124124
```
125125

126+
- `podvolumebackups.velero.io`
127+
128+
```bash
129+
kubectl get podvolumebackups.velero.io -A | wc -l
130+
```
131+
126132
- `ingress.networking.k8s.io`
127133

128134
```bash
@@ -141,10 +147,10 @@ kubectl get ingress.extensions -A | wc -l
141147
kubectl get authrequests.dex.coreos.com -A | wc -l
142148
```
143149

144-
- `podvolumebackups`
150+
- `reportchangerequest.kyverno.io`
145151

146152
```bash
147-
kubectl get podvolumebackups -A | wc -l
153+
kubectl get reportchangerequest.kyverno.io -A | wc -l
148154
```
149155

150156
If that still does not cover your case, you can use a tool like [ketall](https://github.com/corneliusweig/ketall) to easily list and count resources in your cluster.

0 commit comments

Comments
 (0)