Update docs
This commit is contained in:
parent
442199f0e7
commit
4eb5cba369
|
|
@ -42,9 +42,27 @@ Watch Jenkins instance being created:
|
||||||
kubectl get pods -w
|
kubectl get pods -w
|
||||||
```
|
```
|
||||||
|
|
||||||
Connect to Jenkins:
|
Get Jenkins credentials:
|
||||||
|
|
||||||
// TODO (antoniaklja)
|
```bash
|
||||||
|
kubectl get secret jenkins-operator-credentials-example -o 'jsonpath={.data.password}' | base64 -d
|
||||||
|
```
|
||||||
|
|
||||||
|
Connect to Jenkins (minikube):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
minikube service jenkins-operator-example --url
|
||||||
|
```
|
||||||
|
|
||||||
|
Connect to Jenkins (actual Kubernetes cluster):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
kubectl describe svc jenkins-operator-example
|
||||||
|
kubectl jenkins-operator-example 8080:8080
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Configure Seed Jobs and Pipelines
|
## Configure Seed Jobs and Pipelines
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 135 KiB |
Loading…
Reference in New Issue