-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kubectl diff
exits with code 0 when files don't exist
#1087
Comments
cc @rikatz |
/triage accepted |
/assign |
Hey @jmcarp, I tried but wasn't able to reproduce this issue. Could you please confirm if I followed the correct steps?
This gives me the following error as expected:
It even shows a non-zero exit code of |
+1
@jmcarp any more information that you can provide that can help reproduce this? |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
We'll track this here kubernetes/enhancements#2574 /close |
@eddiezane: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What happened:
Run
kubectl diff
using akustomization.yaml
that refers to files that don't exist.What you expected to happen:
A non-zero exit code is returned.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
):macos
Happy to submit a patch to change the behavior if it's a bug or to document it if it's expected.
The text was updated successfully, but these errors were encountered: