kube-render icon indicating copy to clipboard operation
kube-render copied to clipboard

Results 11 kube-render issues
Sort by recently updated
recently updated
newest added

We're experiencing failures on builds on images (for example, ubuntu) with python 3.10. The output could be seen below: ``` 2022-11-23T17:45:06.1240888Z Defaulting to user installation because normal site-packages is not...

bug

## Motivation Today we are using Kube Render into Coteminas to create some config values. Unfortunately we use `--set` to set a Base64 value that comes with a `=` at...

Bumps [libvcs](https://github.com/vcs-python/libvcs) from 0.3.0 to 0.11.1. Changelog Sourced from libvcs's changelog. libvcs 0.11.1 (2022-03-12) CVE-2022-21187: Command Injection with mercurial repositories By setting a mercurial URL with an alias it is...

dependencies

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...

dependencies

Bumps [jinja2](https://github.com/pallets/jinja) from 2.9.6 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

## Resume I think that improve docs and change something on command interface could improve a lot of experience with kube-render, but here some tips that could help :) ##...

enhancement

## Resume **Problem:** What happens if I want to use multiple templates sources? **Reply:** I can't **Solution:** Make **-u** and **-t** be the same command as `--template-source` and add multiple...

enhancement

**Problems:** - Today we look all template-dir or template-url and compile all files (includes macro's one) - Today we didn't have a logical sequence between compilation and if one day...

enhancement

## Resume **Problem:** What happens if I don't provide a **-t** or **-u**? **Reply:** Errors haha **Solution:** Get templates from a default folder (set by the user using an env-var...

enhancement

Currenlty if we use `kube-render` with `--apply` and the implicit `kubectl apply` commands fail we have no output informing the user about the error. This commit makes `apply_template` returns default...