Snapshots are not created through UI.
Just want to verify this could be related to a web-socket issue, we discussed before.
My configuration:
Longhorn 1.0.0 running within K3S
Traefik is my Ingress-Controller
UI is called via “localhost:8087” which is forwarded by Traefik to Longhorn service within K3S.
I can see all my PVs. Actions typically seem to fail.
edit:
Access to XMLHttpRequest at ‘ws://localhost:8087/v1/volumes/pvc-8cac06cc-d203-4248-a3a9-44086974d1dd?action=snapshotCreate’ from origin ‘http://localhost:8087’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, chrome, chrome-extension, https.
Do I need to modify Traefik Ingress (e.g. add CORS middleware)?