We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug citrix-k8s-cpx-ingress Docker container cannot start on ARM Mac.
citrix-k8s-cpx-ingress
To Reproduce
This is a minimum docker-compose.yml setup. This works on a Intel Mac but not on m2 Mac.
services: proxy: image: quay.io/citrix/citrix-k8s-cpx-ingress:13.0-83.27 tty: true cap_add: - NET_ADMIN privileged: true environment: - LOCAL_LICENSE=yes - EULA=yes
And the last few outputs are as follows:
citrix-proxy-1 | Aug 18 14:15:20 a0e33ffd85bb cron[436]: (CRON) INFO (pidfile fd = 5) citrix-proxy-1 | Aug 18 14:15:20 a0e33ffd85bb cron[437]: (CRON) STARTUP (fork ok) citrix-proxy-1 | Aug 18 14:15:20 a0e33ffd85bb cron[437]: (CRON) INFO (Running @reboot jobs) citrix-proxy-1 | Aug 18 14:15:20 a0e33ffd85bb nsaggregatord: Aggregator got a abort signal for some crazy reason citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord process doesn't start in first attempt trying to !!! Restart !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord pid file not written properly !!! Retrying !!! citrix-proxy-1 | nsaggregatord process doesn't start in second attempt !!! Stoping Container !!! citrix-proxy-1 | service[nsaggregatord -i 192.0.0.2] start failed with return code 1 citrix-proxy-1 | Exiting CPX citrix-proxy-1 exited with code 1
Expected behavior Hopefully this can run on m2.
Logs
Additional context
The text was updated successfully, but these errors were encountered:
citrix-k8s-cpx-ingress does not support ARM.
Sorry, something went wrong.
@mohitsaxena019 Gotcha. Is there a chance it will support ARM in the future?
No branches or pull requests
Describe the bug
citrix-k8s-cpx-ingress
Docker container cannot start on ARM Mac.To Reproduce
This is a minimum docker-compose.yml setup. This works on a Intel Mac but not on m2 Mac.
And the last few outputs are as follows:
Expected behavior
Hopefully this can run on m2.
Logs
Additional context
The text was updated successfully, but these errors were encountered: