-
Notifications
You must be signed in to change notification settings - Fork 39.7k
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 "deploy" abbrev for deployments to kubectl #24087
Conversation
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
1 similar comment
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
ea6786f
to
4123500
Compare
I'm wondering whether I would ever "guess" dpl. Would "deploy" be more On Sun, Apr 10, 2016 at 4:41 PM, k8s-merge-robot [email protected]
|
@smarterclayton hey, it's more about my associations :) I would really appreciate feedback on it and other options while it's anyway nice to have change. "deployment" -> "deploy" seems to be not really abbr comparing what already in place:
I've used "dpl" because of I've seen such abbr for deployment in different places: |
The "short" names are intended to reduce the length of the name for typing
I'd be more inclined to "dp" than "dpl". "dep" is not appropriate (could On Wed, Apr 13, 2016 at 6:55 AM, Sergey Lukjanov [email protected]
|
cc @janetkuo |
I would never guess "dpl". |
Official abbreviations used by the military are "dep" and "deploy". |
I like deploy (the same way I like config for configmap). It also happens On Apr 19, 2016, at 12:05 AM, Brian Grant [email protected] wrote: Official abbreviations used by the military are "dep" and "deploy". — |
I like the "deploy" option, will update patches soon. @bgrant0607 @smarterclayton thx for the feedback. |
4123500
to
1736fa0
Compare
@smarterclayton |
@smarterclayton seems like something was wrong in CI, not sure... |
cc: @ironcladlou |
You need to regenerate the docs, since you changed a CLI command. |
3370cfe
to
4c65348
Compare
@smarterclayton hi, I've pushed an updated commit with re-generated docs |
@k8s-bot test this issue #IGNORE (pr builder got lost) |
LGTM, let's get this in |
d6f71e8
to
5ed2d92
Compare
@k8s-bot test this issue #IGNORE (job hung) |
5ed2d92
to
37cefe3
Compare
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
3 similar comments
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
Can one of the admins verify that this patch is reasonable to test? If so, please reply "ok to test". This message may repeat a few times in short succession due to jenkinsci/ghprb-plugin#292. Sorry. Otherwise, if this message is too spammy, please complain to ixdy. |
ok to test |
Hi folks, as 1.3 release, can we land it now? :) @smarterclayton @Kargakis Thanks. |
37cefe3
to
3c0f047
Compare
GCE e2e build/test passed for commit 3c0f047. |
@smarterclayton @janetkuo : this looks ready 👍 |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit 3c0f047. |
Automatic merge from submit-queue |
Most of the objects have the abbreviation (short form) in kubectl, for ex. rc == replicationcontroller. It'll be useful to have an abbrev for "deployments" as well and I'm proposing to use "dpl" for it.
P.S. It's my very first commit to k8s. I've signed CLA already. I've decided to create this pull request while waiting on more info in #24083.
This change is