Platform Installation
One-Click can run inside or outside of a Kubernetes cluster.
You will need the following to run OneClick:
Kubernetes cluster
Docker daemon
Node.js v18.16.0 or higher
npm v9.5.1 or higher
Installation
You can also run the one-click container outside of the corresponding Kubernetes cluster and make sure it has access to the ~/.kube/config
of the executing user and the env LOCAL=true
set.
Install the Operator Follow the installation instructions provided in the one-click-operator repository or in the Setup Guide
Install the UI & Backend Check out the deployment folder and change the values for your environment. Then run the following commands:
Access the UI
Access Pocketbase on your URL or localhost:8080 with
/_
as the path. Example:localhost:8080/_
. You should see the Pocketbase UI and set your admin user. Then create a new user underusers
collection. You can now login with your new user.
Head over to the Pocketbasedocs to get more information why we use pocketbase and how you can adminstrate it.
Helm
The helm chart is not yet done. I've you got some time you can help us out!
Last updated