Hi,
Someone know if we can enable PodPreset on the Karbon? (https://kubernetes.io/docs/concepts/workloads/pods/podpreset/#enable-pod-preset)
Basically my cluster are under a Proxy and I can’t deploy application under Pod because they need to access the internet, with the PodPreset I can configure the proxy information like this https://docs.gitlab.com/ee/topics/autodevops/index.html#installing-helm-behind-a-proxy
Best answer by AnishWalia20
Hey
Also, this is an Alpha feature and usually we only enable beta and above.
So what can you do in this scenarios is basically use an internal container repository instead of an internet one so that you don't need to depend on a proxy.
One of our alliance partners makes free container registry that you can use https://jfrog.com/container-registry/ or you can use the one from your Gitlab.
Let me know if you need any more help