diff --git a/content/en/docs/solution/tools/idpbuilder/installation/_index.md b/content/en/docs/solution/tools/idpbuilder/installation/_index.md index 9bb482f..f30b4b5 100644 --- a/content/en/docs/solution/tools/idpbuilder/installation/_index.md +++ b/content/en/docs/solution/tools/idpbuilder/installation/_index.md @@ -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: