Katyanna Moura

Results 4 issues of Katyanna Moura

Given the deprecation of `extensions/v1beta1` and `networking.k8s.io/v1beta1`, remove support for them. Signed-off-by: Katyanna Moura

do-not-merge

Kubernetes 1.22: https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md - Remove support to Ingress versions `extensions/v1beta1` and `kuberentes.k8s.io/v1beta1`

do-not-merge

Currently once a spot node dies, the pods fall to on-demand and can only go back to spot when the nodes are eventually rolled out. This PR adds a CronJob...

```yaml apiVersion: zalando.org/v1 kind: StackSet metadata: name: pcs spec: {...} stackTemplate: version: "dev-1" spec: configurationResources: - platformCredentialsSet: name: my-credentials spec: application: pcs-app tokens: sample-token: privileges: - com.zalando::foobar.write ``` From this...

do-not-merge
wip