Sorry for the unstructured question and the lack of protocol, this is my first post... Please go easy on me :/
Installed SCDF on K3s cluster, helm chart: v26.5.4 SCDF version : 2.11.2
I am able to register applications in SCDF, but I get a connection refused when I click on the streams menu item.
I am using the default bitnami SCDF helm chart.
values.yaml
server:
service:
type: LoadBalancer
loadBalancerIP: "192.168.66.156"
image:
debug: true
configuration:
trustK8sCerts: true
skipper:
enabled: true
image:
debug: true
configuration:
trustK8sCerts: true
flyway:
enabled: true
rabbitmq:
enabled: true
hostAliases:
- ip: 10.43.0.1
hostnames:
- kubernetes.default
auth:
password: "1111"
seurePassword: false
erlangCookie: "xxxxxxxxxx"
mariadb:
enabled: true
jdbcParameter:
useMysqlMetadata: false
Connected to Skipper (on port 80) from a container without an issue.
Error displayed on the UI other error message
Solution / Fix:
I downgraded to Helm 23.1.3 and SCDF version : 2.10.3
Working now on that version... :(