Merge pull request 'Update content/en/docs/solution/tools/idpbuilder/installation/_index.md' (#4) from feature/ipcei-445-fix-bug-in-the-local-install-documentation into development
Reviewed-on: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW/website-and-documentation/pulls/4
This commit is contained in:
commit
c064c69494
1 changed files with 6 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue