is there a pattern or method for modifying k8s res...
# general
b
is there a pattern or method for modifying k8s resources that already exist? In my case, I need to add an annotation to the
default
namespace.
g
The work to support that is in progress, but not available yet. Best bet right now is shelling out to
kubectl
or similar.