Replies: 8 comments 16 replies
-
Right now only Kubernetes setup is supported. Make sure the K3S installed with this command:
Replace While running |
Beta Was this translation helpful? Give feedback.
-
You need to have a DNS server and a domain name and assign public IP address or FQDN of the server to that domain then you can access the server with someone like graylog.radarbase.com. You can also temporary port forward applications to your local machine as well with a command like this:
And the access the application with The management-portal error is strange, are you using the latest version? have you made any changes to the
In the last post it seems like that the radar-home is installed so going to the domain name configured in |
Beta Was this translation helpful? Give feedback.
-
I see a bit better now, thank you. When I ran
|
Beta Was this translation helpful? Give feedback.
-
You can run If the ingress is pointing out to For the management portal error it seems like the |
Beta Was this translation helpful? Give feedback.
-
Could you run |
Beta Was this translation helpful? Give feedback.
-
Seems like the keystore file is properly generated, please also share content of The applications needs to be healthy and running and accessible from valid domain name that is set in
|
Beta Was this translation helpful? Give feedback.
-
Updated it after your question. Didn't have the keystore specific lines uncommented. Explains a lot :/ With the below file, getting new error
|
Beta Was this translation helpful? Give feedback.
-
The file should look like this:
|
Beta Was this translation helpful? Give feedback.
-
Hi all,
Finding hard to wrap my head around the Kubernetes install here. I've left everything pretty much "baseline" in the environment and production yamls. Found I had to undo my last install and move from minikube to k3s to make helmfile happy.
My latest roadblock I'm running into is after running
helmfile sync --concurrency 1
. It looks like a GO error coming from Nginx. This is all running on an Ubuntu 20.04 on AWS. Any suggestions?I know it's deprecated, but should I be using the docker compose project for a simpler deploy?
Beta Was this translation helpful? Give feedback.
All reactions