Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
procedures
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
libre.sh
kubernetes
procedures
Commits
77c7c7f4
Commit
77c7c7f4
authored
4 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Update kubedb.md
parent
ec2cde9b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
operators/kubedb.md
+1
-1
1 addition, 1 deletion
operators/kubedb.md
with
1 addition
and
1 deletion
operators/kubedb.md
+
1
−
1
View file @
77c7c7f4
...
@@ -7,5 +7,5 @@ kubectl get snapshots.kubedb.com -o go-template --template '{{range .items}}{{.m
...
@@ -7,5 +7,5 @@ kubectl get snapshots.kubedb.com -o go-template --template '{{range .items}}{{.m
Clean snapshots older than 2 months in all namespaces:
Clean snapshots older than 2 months in all namespaces:
```
```
kubectl get snapshots.kubedb.com -o go-template --template '{{range .items}}{{.metadata.namespace}} {{.metadata.name}} {{.metadata.creationTimestamp}}{{"\n"}}{{end}}' -A | awk '$3 <= "'$(date -d '2 month ago' -Ins --utc | sed 's/+0000/Z/')'" { print $1 " " $2}' | xargs --no-run-if-empty kubectl delete snapshots.kubedb.com
kubectl get snapshots.kubedb.com -o go-template --template '{{range .items}}{{.metadata.namespace}} {{.metadata.name}} {{.metadata.creationTimestamp}}{{"\n"}}{{end}}' -A | awk '$3 <= "'$(date -d '2 month ago' -Ins --utc | sed 's/+0000/Z/')'" { print $1 " " $2}' | xargs --no-run-if-empty kubectl delete snapshots.kubedb.com
-n
```
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment