netscaler / netscaler-k8s-ingress-controller

NetScaler Ingress Controller for Kubernetes:
https://developer-docs.citrix.com/projects/citrix-k8s-ingress-controller/en/latest/
307 stars 91 forks source link

CPX not started no /var directory #655

Closed StefanW86 closed 3 months ago

StefanW86 commented 3 months ago

I provision a cpx instance through docker compose. The instance is starting, but after connecting to the management gui i got the error message in the browser :

Access denied: /var/nstmp does not exist on the appliance with read/write/execute permissions.

My compose file is

`version: "3.9"

services:

netscaler: container_name: netscaler image: quay.io/citrix/citrix-k8s-cpx-ingress:13.1-37.38 restart: unless-stopped tty: true cap_add:

i tried also the newst 14.1 release. The same error.

In the logs i see one of these error messages. Something is wrong with the /var directory

image

I start the instance as sudo docker compose up If i dont mount the /cpx volume, it is also not working.