Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ec0267fc
Commit
ec0267fc
authored
Jan 30, 2020
by
Alexander Tanayno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds info about k8s cronjobs
parent
dd5308b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
+10
-0
No files found.
doc/administration/troubleshooting/kubernetes_cheat_sheet.md
View file @
ec0267fc
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment