k8s
k8s copied to clipboard
Code generator for Jsonnet Kubernetes libraries.
Currently if we create a deployment with this lib we're forced to have the `replicas` field set to `1` by default (or a specified integer), because of this line: https://github.com/jsonnet-libs/k8s-libsonnet/blob/main/1.21/_custom/apps.libsonnet#L37...
Hello, I work with jsonnet library with more or less 1y now and we are quite happy to manage our k8s resources this way (I work with @xvzf ). We...
I'm currently using k8s 1.21, and it seems that I can't mapContainers for pods. I also can't use the nice volumeMount functions, because they're not defined for pod.
Do we want to deprecate / remove some of the older versions here now?
- add crossplane 1.15 - add upbound aws 1.x versions
Add new prometheus-operator versions. See https://github.com/prometheus-operator/prometheus-operator/releases
It seems there's a bug in the generation, skipping the modifier for altering status codes in the directResponse ([ref](https://istio.io/latest/docs/reference/config/networking/virtual-service/#HTTPDirectResponse)). At first glance, the CRD looks correct though