k8s icon indicating copy to clipboard operation
k8s copied to clipboard

Code generator for Jsonnet Kubernetes libraries.

Results 24 k8s issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

question

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.

question

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