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
I'm not sure it makes sense to ko apply a bunch of config files and overwrite the namespaces each of those configs as we run through them. We might need a better higher-level way to express "install these components in namespace foo" than just passing to ko apply or kubectl apply.
Instead of this:
ko resolve -f config/ | kubectl apply -f - -n myns
I'd like to do this:
ko apply -f config/ -n myns
Essentially, pass any unrecognized options through to
kubectl apply
, excluding those that might be relevant to both, e.g.-f
The text was updated successfully, but these errors were encountered: