You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the service rabbitmq indeed needs type "LoadBalancer" or using an ingress controller that is able to foward tcp streams. Nginx ingress controller could be used for that but needs additional configs. In my case I used metallb as LB on kubernetes (RKE2).
If tls is being used in ingress for trento-web then trento-agent needs to support "tls insecure" configurable option in /etc/trento/agent.yaml otherwise agent cannot report into trento-web.
Below is errror msg from trento-agent:
Aug 12 17:37:40 sap02 trento-agent[25685]: time="2024-08-12 17:37:40" level=error msg="Error while running discovery 'ha_cluster_discovery': Post \"https://trento.susedemo.de/api/v1/collect\": x509: certificate is valid for ingress.local, not trento.susedemo.de"
Aug 12 17:37:40 sap02 trento-agent[25685]: time="2024-08-12 17:37:40" level=info msg="ha_cluster_discovery discovery tick output: Error while running discovery 'ha_cluster_discovery': Post \"https://trento.susedemo.de/api/v1/collect\": x509: certificate is valid for ingress.local, not trento.susedemo.de"
The text was updated successfully, but these errors were encountered:
If tls is being used in ingress for trento-web then trento-agent needs to support "tls insecure" configurable option in /etc/trento/agent.yaml otherwise agent cannot report into trento-web.
hmm I'm not sure about this, the Agent doesn't allow insecure TLS by design.
The error message reports a certificate with ingress.local Common Name, while it looks like it should be trento.susedemo.de, are you sure this is not an ingress configuration issue? That is completely up to whatever annotations you put for the ingress controller, the helm chart doesn't prescribe anything there.
The https://github.com/trento-project/helm-charts/blob/main/charts/trento-server/values.yaml should be adapted or the docu should include an example values.yaml for trento-server that includes the subchart values especially for ingress for wanda and trento-web.
This values.yaml worked in my testing with rancher 2.9.1 and trento v2.3.2 on SLE-Micro 5.5.
Additional remarks:
Below is errror msg from trento-agent:
The text was updated successfully, but these errors were encountered: