-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add guidelines about difference between 'oc create' and 'oc apply' #82253
Comments
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: 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-sigs/prow repository. |
Which section(s) is the issue in?
Declarative config examples
What needs fixing?
AFAIK, the imperative command 'oc create' fails if the user uses it to update a resource that already exists. Yet, I see 'oc create' used in exactly such a situation. I think it would be safer to use 'oc apply' in most cases, since it will create and update resources. I am not sure that most writers understand the difference between 'oc create' and 'oc apply'. Some guidance would help.
The text was updated successfully, but these errors were encountered: