Skip to content
#

jsonnet

Here are 95 public repositories matching this topic...

anguslees
anguslees commented Mar 21, 2018

Garbage collection works by listing everything with the gc-tag. In a busy cluster, we really want that filter to happen server-side and ideally using an index of some sort.

That means we should use a Kubernetes label, not an annotation.

I think this will require a two-step migration plan (write both but continue to read annotation; release; drop support for annotation; release).

srueg
srueg commented Jun 24, 2020

When Kapitan is called with kapitan compile --cache is called, a cache file is created in the compiled/ directory. This file contains the hashes of all input values (classes and parameters). Before compiling the catalog, Kapitan can calculate these hashes and compare them to the current ones. If they didn't change, the compilation won't change anything and can be skipped.

.kapitan_cache

Improve this page

Add a description, image, and links to the jsonnet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jsonnet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.