Update README.md

This commit is contained in:
antoniaklja 2019-01-05 21:11:50 +01:00
parent 342851b000
commit 2cb6c9c2e7
1 changed files with 16 additions and 3 deletions

View File

@ -10,6 +10,19 @@ It provides out of the box:
- secure and hardened Jenkins instance
- basic authentication with username and password
The main reason why we decided to write the Jenkins operator is the fact that we faced a lot of problems with standard Jenkins deployment.
Also, we heavily use Jenkins on large production Kubernetes clusters in a multi-tenant environment.
Some of the problems we want to solve:
- volumes handling (AWS EBS volume attach/detach issue)
- installing plugins with incompatible versions or security vulnerabilities
- declarative configuration as code
- lack of end to end tests
- make Jenkins more suitable for dynamic environment and handle graceful shutdown properly
- security and hardening out of the box
- job stuck and jnlp connection is lost
- make errors more visible for end users
## Documentation
1. [Installation][installation]