I need to have ability to set number of fields in controlled cloudflared deployment's pod template spec:
- resources
- securityContext (both on pod and container levels)
- topologySpreadConstraints
- arbitrary labels and annotations
- volumes and volumeMounts
- etc
Missing by default readiness and liveness probes is bummer, but I can set up them myself, if allowed.
In general it's expected to be able to control (and override) every field in Deployment's pod template spec.
In addition I need to have ability to deploy PodDisruptionBudget resource alongside the Deployment.
I need to have ability to set number of fields in controlled cloudflared deployment's pod template spec:
Missing by default readiness and liveness probes is bummer, but I can set up them myself, if allowed.
In general it's expected to be able to control (and override) every field in Deployment's pod template spec.
In addition I need to have ability to deploy PodDisruptionBudget resource alongside the Deployment.