Update Verteilungsdiagramm authored by Jvan Fadda's avatar Jvan Fadda
......@@ -165,6 +165,15 @@ postgres postgres-postgresql ClusterIP 10.96.193.140
postgres postgres-postgresql-hl ClusterIP None <none> 5432/TCP 4d
```
## Cronjobs (`kubectl get cronjobs -A`)
```
NAMESPACE NAME SCHEDULE SUSPEND ACTIVE LAST SCHEDULE AGE
agents grenzkontrolle-agent */1 * * * * False 0 52s 4d
agents marathon-agent */1 * * * * False 0 52s 4d
agents noshow-agent */1 * * * * False 0 52s 4d
cattle-fleet-system fleet-cleanup-gitrepo-jobs @daily False 0 8h 4d
```
### Pods (`kubectl get pods -A`)
```
......
......