Skip to content

Bitnami's jsonnet library for building Kubernetes manifests

License

Notifications You must be signed in to change notification settings

ikerperezdelpalomar/kube-libsonnet

 
 

Repository files navigation

Build Status

kube-libsonnet

This repo has been originally populated by the lib/ folder contents from https:/bitnami-labs/kube-manifests as of Mar/2018, aiming to provide a library of jsonnet manifests for common Kubernetes objects (such as Deployment, Service, Ingress, etc).

Accordingly, above kube-manifests has been changed to use this repo as a git submodule, i.e.:

$ git submodule add https:/bitnami-labs/kube-libsonnet
$ cat .gitmodules
[submodule "lib"]
path = lib
url = https:/bitnami-labs/kube-libsonnet

Testing

Unit and e2e-ish testing at tests/, needs usable docker-compose setup at node, will run a k3s "dummy" container to serve Kube API, "enough" to run kubecfg validate against it:

make tests

If you don't want that full kube-api stack (will then use your "local" kubernetes configured environment), you can run:

make -C tests local-tests kube-validate

About

Bitnami's jsonnet library for building Kubernetes manifests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jsonnet 86.2%
  • Makefile 9.7%
  • Dockerfile 2.4%
  • Shell 1.7%