-
Notifications
You must be signed in to change notification settings - Fork 243
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
odo deploy --dry-run #6240
Comments
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
Still relevant. /remove-lifecycle stale |
This issue was closed because it has been inactive for 30 days since being marked as stale. |
Still relevant. /remove-lifecycle stale |
@rm3l: Reopened 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. |
/kind user-story
User Story
Acceptance Criteria
odo deploy
should have--dry-run
that will output all Kubernetes resource formated as YAML separated by---
that would be created on the clusterodo dev
should have--dry-run
that will output all Kubernetes resources formated as YAML separated by---
that would be created on the cluster. When this flag is specified, the command exists right after printing all the objects (no waiting for anything)/kind user-story
original text:
Which functionality do you think we should add?
The command should describe which Kubernetes components would be applied in both cases.
Why is this needed?
It can be confusing for a user that a Kubernetes component is sometimes deployed with
odo deploy
, depending on if the component is referenced or not from anApply
command.The text was updated successfully, but these errors were encountered: