-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Communication problem between frontend and backend in K8S Clúster #1085
Comments
Hello, @ivanfr90 ! |
On call we discussed thing that we need to do:
UI:
enable: true
frontEnd:
NodePort: 30001
pullPolicy: "Always"
backEnd:
NodePort: 30002
pullPolicy: "Always"
valuesFileDirectory: "/opt/sc4snmp/gui"
valuesFileName: ""
keepSectionFiles: true |
@ivanfr90 after that you will collect this info, please schedule the call on Thu/Fri |
@ivanfr90 please let me know, can you provide this details We need it to reproduce problem, after that we can schedule meet to troubleshoot it :) |
After follow your recomendations we could determinate that the problem was a network configuration issue in the K8S environment. After apply the needed changes, now it's working fine. I'm very grateful for your help and support. You can mark this has resolved, thanks!! |
@ivanfr90 thanks, closing |
Hi.
We are experiencing a issue in a deployment on a K8S clúster following the guide SC4NSMP-GUI
The pods are running fine without problems, but after access to the application through the browser, after a few seconds, a communication issue is displayed in the screen:
Also it's impossible to save any configuration, no action appears to have effect through the GUI.
The SC4SNMP GUI it's deployed in a K8S Clúster:
Environments:
There're not detected issues:
Logs ui-backend-deployment:
Logs ui-backend-worker-deployment:
Logs ui-frontend-deployment:
Thanks.
The text was updated successfully, but these errors were encountered: