forked from VirtusLab/jenkins-operator
-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: information architecture and security guide update (#634)
* Add FAQ section * Add Troubleshooting section * Use Jenkins Operator as project name instead of jenkins-operator * Move installation and security pages to section on version they are for * Fix order of versions in getting started in section menu * Configure side bar menu to be compact * Rename getting started subpages * Update Security docs for 0.6 (#611) * Fix ordering of main sections in docs section menu * Add more descriptive names for customization and configuration sections * Update Getting Started index to link to latest version installation
- Loading branch information
Showing
25 changed files
with
764 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
title: "FAQ" | ||
linkTitle: "FAQ" | ||
date: 2021-07-01 | ||
weight: 6 | ||
description: > | ||
Frequently Asked Questions about running Jenkins Operator | ||
--- | ||
|
||
This document answers the most frequently asked questions. | ||
|
||
### My Jenkins pod keeps restarting with ‘missing-plugins’ errors. | ||
Jenkins can lose compatibility with its plugins or their dependencies. | ||
If you want to reduce the probability of it happening, don’t use ‘latest’ Jenkins image tag. | ||
Use set version of Jenkins image and declare plugins and all their dependencies in the Jenkins | ||
Custom Resource under ‘plugins’. If you are not sure which plugins to pin, you can check the logs | ||
from the ‘initial-config’ initcontainer or ‘jenkins-master’. | ||
|
||
### My job fails saying I don't have necessary permissions. | ||
You can always add a custom Role for your Jenkins with the permissions you need and reference it in the | ||
Jenkins Custom Resource under 'spec.roles'. The Operator will create a RoleBinding for it. Be careful. | ||
Operator may also not have these permissions. As a quick temporary workaround, you can manually bind this | ||
role to the Operator service account. | ||
|
||
### How can I change JENKINS_HOME from volume to Persistent Volume? | ||
In order to provide smooth extension, scalability and errorless backups, Jenkins needs to stay ephemeral. | ||
There is no way to change volume for JENKINS_HOME. All the configurations should be volatile in Jenkins | ||
and kept in a VCS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ed/latest/configure-backup-and-restore.md → .../latest/configuring-backup-and-restore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...s/Getting Started/latest/configuration.md → ...st/configuring-seed-jobs-and-pipelines.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
website/content/en/docs/Getting Started/latest/custom-backup-and-restore.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...s/Getting Started/latest/customization.md → ...omization-with-groovy-scripts-and-casc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
.../Getting Started/latest/deploy-jenkins.md → ...tting Started/latest/deploying-jenkins.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
42 changes: 0 additions & 42 deletions
42
website/content/en/docs/Getting Started/latest/diagnostics.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
website/content/en/docs/Getting Started/latest/notifications.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.