Brendan Burns
|
f505a33998
|
Differentiate between server error messages and client error messages in kubectl
|
2015-03-07 11:39:23 +01:00 |
Rohit Jnagal
|
33855c2286
|
Merge pull request #4696 from kazegusuri/rollingupdate-namespace-aware
use default namespace to do rollingupdate
|
2015-02-23 10:15:03 -08:00 |
Clayton Coleman
|
35cc1b0c15
|
Mark old kubectl/resource.go methods as deprecated
Every command should use resource.Builder instead to have consistent
behavior.
|
2015-02-21 18:22:07 -05:00 |
Masahiro Sano
|
5c1c84f6c0
|
use default namespace to do rollingupdate
|
2015-02-21 20:22:26 +09:00 |
Eric Paris
|
d508395828
|
Change all cobra commands to use the example section
This will output the examples in their own section, rather than as part
of the 'long' synposis.
|
2015-02-20 16:41:31 -05:00 |
Brendan Burns
|
62c4187e78
|
Fix rolling update if namespace is empty.
|
2015-02-17 20:16:49 -08:00 |
MikeJeffrey
|
ca1e9f8061
|
Comments go above the sample line in kubectl docs.
|
2015-02-12 15:49:25 -08:00 |
MikeJeffrey
|
e5459c8802
|
Clean up kubectl help for auto-gen'd kubectl.md
|
2015-02-10 12:02:05 -08:00 |
Jeff Lowdermilk
|
d46ae5d841
|
Refactor kubectl/cmd helpers into pkg/kubectl/cmd/util
Allows helpers to be used by config commands.
|
2015-02-05 09:39:42 -08:00 |
deads2k
|
dd01137138
|
add namespace to kubeconfig file
|
2015-01-20 16:07:54 -05:00 |
Jeff Lowdermlk
|
f7b0a92932
|
Fail rollingupdate if replacement rc schema has same name as existing
|
2015-01-15 15:52:53 -08:00 |
Jeff Lowdermlk
|
250c948ae7
|
Autogenerate markdown docs for kubectl
Add test to verify generated docs are up to date.
|
2015-01-14 13:21:14 -08:00 |
Clayton Coleman
|
d1ab27762b
|
Create should be able to accept multiple resources
|
2015-01-09 13:30:31 -05:00 |
Clayton Coleman
|
8a4f225941
|
Make expandResourceShortcuts part of RESTMapper on client
|
2015-01-09 11:59:11 -05:00 |
deads2k
|
60a46e7d49
|
fixes e2e failure on gce with new .kubeconfig, kick travis
|
2015-01-08 16:31:25 -05:00 |
Brendan Burns
|
cfffe7049c
|
Revert "Fix inflight merge conflict by adapting rollingupdate to #2861"
|
2015-01-07 12:42:28 -08:00 |
Clayton Coleman
|
e0f0b9c588
|
Fix inflight merge conflict by adapting rollingupdate to #2861
ClientConfig changed right as rollingupdate was introduced.
|
2015-01-07 13:51:43 -05:00 |
Jeff Lowdermlk
|
0ab39df66b
|
Add a rollingupdate lib and command to kubectl
Also decouple conditions from client for testability.
|
2015-01-06 17:29:05 -08:00 |