borg286
borg286
I would also like this ability but also for creates, diff, update, and delete, not just show.
I was able to work around it by having a jsonnet_to_json target where I used ext_code to pass the variable in. The jsonnet simply pulled the variable in via std.extVar...
A common build design within Google is to separate out the binary + job description (command line flags, storage mappings, service setups) from the configuration that changes from cluster to...
Could validation be simply that before invoking kubectl we check if the KUBECONFIG is a non-empty environment variable or --config or --context flags are set in $@ ? If we...
I've been working on a repo that integrates jsonnet and rules_k8s https://github.com/borg286/better_minig The architecture is that I assume you have a kubernetes system and point a .bzl file to it....
I think that sounds great. This is a side question but will inform me on this dev work: Is it considered wrong to reference the helm binary by url path...
I saw that this repo was trying to make kubectl an optional tool to have on the host. Without it bazel would build it from scratch. Are you proposing a...
A significant benefit of incorporating helm would be access to its plethora of charts. Meaning that one could theoretically define a helm_object target, point it at some values.yaml file, then...
Mattmoor, can you help me understand the problems with the hermetic aspect of the go templating?
To address the title of the bug, I feel that jsonnet is a superior language for inheriting and modifying kubernetes objects that are fed into rules_k8s. Unlike gcl and piccolo...