Update content/en/docs/solution/tools/idpbuilder/installation/_index.md

Fixed a bug and added next steps
This commit is contained in:
Richard-Robert.Reitz 2024-09-30 13:57:11 +00:00
parent 6b0338fdba
commit ea43b75911

View file

@ -14,6 +14,7 @@ Windows and Mac users already utilize a virtual machine for the Docker Linux env
- Docker Engine
- Go
- kubectl
- kind
### Build process
@ -32,7 +33,7 @@ The idpbuilder binary will be created in the current directory.
To start the idpbuilder binary execute the following command:
```
./idpbuilder create --use-path-routing --log-level debug --package-dir https://github.com/cnoe-io/stacks//ref-implementation
./idpbuilder create --use-path-routing --log-level debug --package https://github.com/cnoe-io/stacks//ref-implementation
```
### Logging into ArgoCD
@ -59,6 +60,10 @@ To see all running pods:
kubectl get pods -o wide
```
### Next steps
Follow this documentation: https://github.com/cnoe-io/stacks/tree/main/ref-implementation
### Delete the idpbuilder KIND cluster
The cluster can be deleted by executing: