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

We've use this patch on a fork for about 18 months, and it's very useful for working with libraries where they don't make the CRDs available via a single, simple...

enhancement

I try to dynamically create volumes for a deployment based on a config file with many volume declarations. Is there a way to achieve this? The only way that works...

help wanted
question

It would've been nice to use the Github API and go-git to query the existing project repos for newer releases and version packages, emit a separate `versions.libsonnet` file for more...

enhancement
wontfix

An example is: https://github.com/jsonnet-libs/k8s-libsonnet/blob/main/docs/1.26/core/v1/service.md#fn-new what is `selector` or `ports` supposed to look like? Might be nice to include links back to the api reference documentation, e.g. https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.26/#servicespec-v1-core

documentation

In the process of trying to create a jsonnet-lib for the [Azure Service Operator v2](https://github.com/Azure/azure-service-operator/releases/tag/v2.0.0), I discovered that they label one of their attributes `$propertyBag`. By doing this, the generator...

Hi, I'll try to run the k8s-libsonnet sample from the documentation: https://jsonnet-libs.github.io/k8s-libsonnet/ When executing `tk show environments/qa' to render the yaml which will be applied, the following error occurs: ```...

possible-bug

This adds v0.4-v0.7 versions of vault secrets operator (VSO).

Hi :wave: I would like to use k8s-libsonnet with kubernetes 1.23, unfortunately I have an error when I tried to init repository: ```sh tk init -f --k8s=1.23 GET https://github.com/jsonnet-libs/docsonnet/archive/6ac6c69685b8c29c54515448eaca583da2d88150.tar.gz 200...

question

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.11.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies