You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently kubectl is just a dependency for other plugins like helm or aws, meaning you can't use kubectl as a full-fledged deployment plugin, only indirectly.
However, kubectl apply -f against a dir with a bunch of K8s objects is a valid deployment scenario and so kubectl should be a full member plugin with its own schema.
The text was updated successfully, but these errors were encountered:
Currently
kubectl
is just a dependency for other plugins likehelm
oraws
, meaning you can't usekubectl
as a full-fledged deployment plugin, only indirectly.However,
kubectl apply -f
against a dir with a bunch of K8s objects is a valid deployment scenario and sokubectl
should be a full member plugin with its own schema.The text was updated successfully, but these errors were encountered: