Endre Kovács

Results 4 issues of Endre Kovács

### Description I'd like to propose a feature request. The new feature would be, to allow creating a connection between a processor and a RemoteProcessGroup. When using the web UI,...

in order to have better control over where the tunnel deployment's pod end up, please allow: - nodeSelector or affinities - tolerations to be specified in https://github.com/cloudflare/helm-charts/blob/main/charts/cloudflare-tunnel-remote/templates/deployment.yaml

in https://kubernetes.io/docs/reference/using-api/deprecation-guide/#v1-22 the CRD `apiextensions.k8s.io/v1beta1` is deprecated and only `apiextensions.k8s.io/v1` is supported going forward. also some of the fields need to be updated: ``` CustomResourceDefinition in version "v1" cannot be...