Adjusting readme
parent
b86f267408
commit
3501b8340c
13
readme.md
13
readme.md
|
|
@ -5,6 +5,19 @@ Dashboard is generated for specific cluster provided as parameter for the script
|
|||
|
||||
Dashboard naming convention is: "[PROVIDED CLUSTER NAME] - Kubernetes cluster overview"
|
||||
|
||||
# Running with Jenkins
|
||||
|
||||
To run this script with Jenkins go to Jenkins project:
|
||||
https://jaws.bmwgroup.net/opapm/job/CoCo_Kubernetes_Dashboard_as_code/job/master/
|
||||
then use option "Build with parameters".
|
||||
|
||||
Jenkins provides following parameters:
|
||||
|
||||
CLUSTER - value is provided as "-C CLUSTER, --cluster CLUSTER" parameter for script
|
||||
ENVIRONMENT - value is provided as "-E ENVIRONMENT, --environment ENVIRONMENT" parameter for script
|
||||
OWNER - value is provided as "-O OWNER, --owner OWNER" parameter for script
|
||||
REMOVE - value is provided as "--remove" parameter for script
|
||||
|
||||
# Prerequisites
|
||||
|
||||
## Python packages
|
||||
|
|
|
|||
Loading…
Reference in New Issue