Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 06:08:58 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-31 06:08:58 +0300
commit749c2a5f5aada205b959c5651bfc5d4d7c22229b (patch)
tree7391de3bc96b76b2431c9a82363a36077018baed /doc/administration
parenta1ed98e0c8c0562591bca710649b3ecca0a320d7 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/troubleshooting/kubernetes_cheat_sheet.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/administration/troubleshooting/kubernetes_cheat_sheet.md b/doc/administration/troubleshooting/kubernetes_cheat_sheet.md
index dfd5e82a159..4a7d677723a 100644
--- a/doc/administration/troubleshooting/kubernetes_cheat_sheet.md
+++ b/doc/administration/troubleshooting/kubernetes_cheat_sheet.md
@@ -72,6 +72,16 @@ and they will assist you with any issues you are having.
This is the principle of Kubernetes, read [Twelve-factor app](https://12factor.net/)
for details.
+- How to get cronjobs configured on a cluster
+
+ ```bash
+ kubectl get cronjobs
+ ```
+
+ When one configures [cron-based backups](https://docs.gitlab.com/charts/backup-restore/backup.html#cron-based-backup),
+ you will be able to see the new schedule here. Some details about the schedules can be found
+ in [Running Automated Tasks with a CronJob](https://kubernetes.io/docs/tasks/job/automated-tasks-with-cron-jobs/#creating-a-cron-job)
+
## GitLab-specific Kubernetes information
- Minimal config that can be used to test a Kubernetes Helm chart can be found