-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Use oc adm instead of oadm which might not exist in various installations. #4785
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
Conversation
No idea, I worked with master. If backporting to older versions is needed likely needs to be decided by someone else. |
Ok - maybe @smarterclayton and/or @liggitt ? Should we port this from 3.3 onwards? |
@vikram-redhat Downloaded |
Please note that not all I can likely produce similar pull request(s) for older branch(es) but I'd like to have this pull request commented on in master, to avoid redoing those if something about this proposed commit is not going in after all. |
Rebased on master to fix typo introduced by 6863599 -> af1759344677b554e1c4d05b3f7c34ab2fbb68d2. |
Rebased on master -> e0f40a9a2b99446450cd073a9679092f341706b8. |
Rebased on master -> 0d5936c270798ef17b8598bab1919f8148cb6423. |
@mfojtik, could you please reopen #1845 and ideally help with review of this PR? Note that the change to origin itself was already merged via openshift/origin#15202 so at this point this is about docs catching up. |
@smarterclayton was there any reason we keeping the /approve |
Yes, @smarterclayton noted that in http://lists.openshift.redhat.com/openshift-archives/dev/2017-May/msg00013.html.
Thanks @mfojtik. What else is needed to get this merged / who can merge this? |
@smarterclayton, @mfojtik, what else is needed to get this merged / who can merge this? |
Rebased on master -> ccd646e. |
PTAL @openshift/team-documentation |
@mburke5678 - PTAL. |
|
||
* `oc`: for normal project and application management | ||
* `oadm`: for administrative tasks | ||
* `oc adm` or `oadm`: for administrative tasks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adelton Should we remove the or oadm
here and leave only oc adm
?
Also, should the following line be:
_Use oc --help
and oc adm --help
to view all available options.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we rule out that there might be an environment where oadm
is available and oc
is not?
Please note that this pull requests only attempts to actually show that there is oc adm
way to do things, and prefer that notation. It did not try to convey message that oadm
is deprecated as it seemed to become in the mean time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adelton From what I understand, the oadm is being deprecated in 3.9. Should we take out all oadm references now,since you have gotten so many to this point?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In 3.9, is it deprecated or completely gone? If it's deprecated but still available (at least in some environments), making note about that with the few oadm
occurences that are left might give the change better visibility than merely removing them right away.
@mburke5678, I have a question about the Do they mean that this change will be automagically backported to those branches? Or are manualy patches needed? Also, in #4785 (comment) @adellape mentioned that the change might be needed in 3.3 as well -- should that be added to the list of labels? |
…icated-3.6-stage [dedicated-3.6] add restart policy info xref:openshift#4785
…icated-3.6-stage [dedicated-3.6] Updated Backup and Restore docs for Dedicated xref:openshift#4785
Fixes #1845.