podman/pkg/bindings/kube
Jake Correnti 7b54fd84ec Add `--no-trunc` flag to maintain original annotation length
Adds a `--no-trunc` flag to `podman kube generate` preventing the
annotations from being trimmed at 63 characters. However, due to
the fact the annotations will not be trimmed, any annotation that is
longer than 63 characters means this YAML will no longer be Kubernetes
compatible. However, these YAML files can still be used with `podman
kube play` due to the addition of the new flag below.

Adds a `--no-trunc` flag to `podman kube play` supporting YAML files with
annotations that were not truncated to the Kubernetes maximum length of
63 characters.

Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
2023-07-10 18:02:53 -04:00
..
kube.go Add --configmap to podman-remote kube play 2023-05-17 14:23:55 +00:00
types.go Add `--no-trunc` flag to maintain original annotation length 2023-07-10 18:02:53 -04:00
types_apply_options.go Add podman kube apply command 2022-11-01 15:30:17 -04:00
types_down_options.go kube play: update the handling of PersistentVolumeClaim 2022-11-08 11:08:50 +02:00
types_play_options.go Add `--no-trunc` flag to maintain original annotation length 2023-07-10 18:02:53 -04:00