This page is a summary of the steps we took to get browsertrix-cloud running on-prem in a k3s installation at KB.
...
- Start chrome from the command line with "--ignore-certificate-errors" and replay one harvest. Quit chrome and start normally. Now it should work for a while.
- Use Firefox.
- Learn how to install a valid TLS certificate.
Kubernetes Dashboard
We also installed the kubernetes dashboard on port 8001. To access this at the moment you need to login to the machine and obtain a token:
Code Block |
---|
kubectl create token admin-user -n kubernetes-dashboard |