tk create
as an alternative option to tk apply
#900
James-Riordan
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In most cases,
kubectl apply
is better to use thankubectl create
. However, in the case of installing kube-prometheus / kube-prometheus-stack, there is a bug that essentially states that the annotationkubectl apply
creates makes the annotations in kube-prometheus-stack too long. The only 2 workarounds that have been widely used by the community is to dokubectl create
to avoid the excess length annotation bug, or to comb through the kube-prometheus-stack / kube-prometheus CRDs and tailor them yourself to be shorter. I would like the option to make a custom ArgoCD plugin using Tanka that can be used just for kube-prometheus-stack that usestk create
(kubectl create) instead oftk apply
(kubectl apply).Beta Was this translation helpful? Give feedback.
All reactions