kubenix icon indicating copy to clipboard operation
kubenix copied to clipboard

Replaced by https://github.com/hall/kubenix

Results 15 kubenix issues
Sort by recently updated
recently updated
newest added

This PR adds support for Kubernetes v1.19 to v1.23 and documents the process for obtaining the specification for future versions of Kubernetes. closes #33

### Description Kubenix is in stage of refactoring due all the things we discovered at @gatehubnet while we were using kubenix for complex production deployments. We made kubenix public even...

Epic
refactoring

Hey! It seems that 1.18 is the last supported version of kubenix... would be great if this project gets continued support.

Let's say we have `"io.k8s.api.core.v1.ResourceRequirements"` submodule from https://github.com/xtruder/kubenix/blob/master/modules/generated/v1.18.nix And we want to override a type for `limits & requests` from `(types.nullOr (types.attrsOf types.str))` to `(types.nullOr (types.attrsOf types.oneOf [types.int types.str]));` How...

Very very draft k3s support. This adds a `distro` setting to the `test`, allowing you to swap between `nixos` and `k3s`. k3s is mostly working, however there are a few...

Combining #18 and #27

Addition to https://github.com/xtruder/kubenix/pull/27 which "fixes" the python-test executability.

The k8s ecosystem is starting to catch up with it's deficiencies over nix. https://kubectl.docs.kubernetes.io/guides/app_deployment/publishing_bases/ This means, it wold be tremendously useful if `kubenix` could hook into White Box Application concept,...