Proxy support is available starting from Zylon 1.48 and CLI version 1.23
Configure Zylon to run behind a proxy
If your Zylon installation is running in a LAN network that requires a proxy for internet access, you must configure the proxy settings in the Zylon configuration file. These three lines must be added to the/etc/zylon/zylon-conf.yaml file under the proxy section.
If the proxy is modifying SSL certificates, you must also add the custom CA certificate in the
crt field, otherwise, you omit it.
sudo zylon-cli update to apply the changes.
Additionally, if the cluster was already running before applying the proxy settings, you must
restart the k0s controller to apply the proxy settings to the kubernetes cluster itself as well as
recreate the Zylon pods to apply the proxy settings to them.