Jeff Lowdermilk
|
838ddba1d9
|
Merge pull request #10188 from fabianofranz/fix_kubectl_set_credentials_example
Fixes wrong "kubectl config set-credentials" examples
|
2015-06-23 17:11:40 -07:00 |
|
Jeff Lowdermilk
|
5e25827919
|
Merge pull request #10204 from caesarxuchao/pr/9754/head
Continue on #9754, Improvements to the guestbook README, switch to .yaml files
|
2015-06-23 09:44:06 -07:00 |
|
Chao Xu
|
59b654c996
|
fix tests for 22f1b07858
|
2015-06-22 17:10:09 -07:00 |
|
fabianofranz
|
fae27669aa
|
Fixes kubectl config set-credentials examples
|
2015-06-22 17:34:04 -03:00 |
|
Anastasis Andronidis
|
b06ef70057
|
Print resource labels as columns
|
2015-06-22 00:44:51 +02:00 |
|
Eric Paris
|
f40fce4598
|
kubectl log->logs in bash completions
The kubectl log command switched to logs. But the bash completions code
was still looking for a singular
|
2015-06-19 16:00:58 -04:00 |
|
Chao Xu
|
5d89dda9a8
|
respect --api-version in the output of "kubectl cluster-info"
|
2015-06-18 16:51:10 -07:00 |
|
Satnam Singh
|
424d09fb97
|
Merge pull request #9907 from RichieEscarez/9404_controller
Changed "controller" to "replication controller"
|
2015-06-18 14:33:49 -07:00 |
|
Mike Danese
|
3de11e2fa8
|
reenable patch serverside using strategic-merge-patch
|
2015-06-18 12:06:46 -07:00 |
|
Satnam Singh
|
b86ed2356c
|
Merge pull request #10028 from andronat/small_wrong_printing_in_tests
Changed printing in a test file
|
2015-06-18 11:04:07 -07:00 |
|
Satnam Singh
|
3505fb48a3
|
Merge pull request #9803 from satnam6502/execessive
Improve error output of kubectl update
|
2015-06-18 10:29:27 -07:00 |
|
Anastasis Andronidis
|
64d984ae2e
|
changed printing in a test file
|
2015-06-18 18:34:07 +02:00 |
|
Satnam Singh
|
d69e0b5eb6
|
Improve error output of kubectl update
|
2015-06-17 15:55:03 -07:00 |
|
RichieEscarez
|
eb44b3c830
|
Qualified all references to "controller" so that references to "replication controller" are clear. fixes #9404
Also ran hacks/run-gendocs.sh
|
2015-06-17 08:48:59 -07:00 |
|
Piotr Szczesniak
|
2b19c002cb
|
Migrated kubectl cluster-info to v1.
Addresses #7018
Also fixed the case when kubernetes.io/name label is not defined
(another fix for #9875)
|
2015-06-17 15:21:05 +02:00 |
|
Brendan Burns
|
1dd18673ec
|
Merge pull request #9762 from jlowdermilk/negotiate-api-version
kubectl negotiates api version to use based on client,server supported versions
|
2015-06-16 11:18:08 -07:00 |
|
Jeff Lowdermilk
|
f31191224b
|
kubectl negotiates apiversion to use based on client,server supported
|
2015-06-16 10:12:39 -07:00 |
|
Fabio Yeon
|
72082624e5
|
Merge pull request #9522 from brendandburns/friction
Add a better message if the user doesn't specify a resource type.
|
2015-06-15 19:53:54 -07:00 |
|
Fabio Yeon
|
0453f9ea9d
|
Merge pull request #9705 from hurf/label4describe
Add label support for kubectl describe
|
2015-06-15 19:33:09 -07:00 |
|
Abhi Shah
|
86b6150fb0
|
Merge pull request #9287 from brendandburns/kubectl
Add some XSRF protection to kubectl proxy.
|
2015-06-12 13:51:08 -07:00 |
|
hurf
|
fa0efe3927
|
Add label support for kubectl describe
Add -l option to kubectl describe command, allow it return
multiple results filtered by label selector.
|
2015-06-12 15:08:28 +08:00 |
|
Brendan Burns
|
4aeee94603
|
Add some XSRF protection to kubectl proxy.
|
2015-06-10 20:55:33 -07:00 |
|
Anastasis Andronidis
|
62c766d58d
|
Add tests
|
2015-06-10 16:09:43 +02:00 |
|
Anastasis Andronidis
|
b7c485ee9a
|
make CheckErr testable
|
2015-06-10 16:09:42 +02:00 |
|
Brendan Burns
|
b259c873b7
|
Add a better message if the user doesn't specify a resource type.
|
2015-06-09 15:04:56 -07:00 |
|
Mike Danese
|
401d3c43fd
|
remove removed flags from usage examples
|
2015-06-09 12:56:58 -07:00 |
|
krousey
|
ff474e5d7e
|
Merge pull request #9376 from feihujiang/createValidateCrash
kubetcl create --validate crashes when no apiVersion or kind is provided
|
2015-06-09 09:59:42 -07:00 |
|
feihujiang
|
37abe11f8a
|
kubetcl create --validate crashes when no apiVersion or kind is provided
|
2015-06-09 10:38:43 +08:00 |
|
krousey
|
49a6b629f8
|
Merge pull request #9171 from jdef/parse_prefix_from_server
parse apiserver prefix from client config host spec
|
2015-06-08 10:17:41 -07:00 |
|
Anastasis Andronidis
|
bf87f0ec68
|
Print multiple validation errors
|
2015-06-08 14:06:20 +02:00 |
|
Quinton Hoole
|
6ff203e9da
|
Merge pull request #9280 from caesarxuchao/make-v1-preferred
Make v1 the preferred api version
|
2015-06-05 15:23:14 -07:00 |
|
Kris Rousey
|
6e83eb2636
|
Updating docs/ to v1
|
2015-06-05 14:09:49 -07:00 |
|
Chao Xu
|
e6ffa5bf67
|
make the meaning of a test in get_test.go clearer
|
2015-06-05 13:59:30 -07:00 |
|
Brendan Burns
|
380790a8e2
|
Add messages to indicate that opening an external firewall may be necessary.
|
2015-06-04 22:31:52 -07:00 |
|
Quinton Hoole
|
fc80fd6860
|
Merge pull request #9233 from lavalamp/no-ro-nonbreaking
Allow kubectl proxy to proxy everything
|
2015-06-04 16:22:07 -07:00 |
|
Chao Xu
|
1605fc7347
|
fix unit tests
|
2015-06-04 15:09:47 -07:00 |
|
James DeFelice
|
4b8995f009
|
parse apiserver prefix from client config host spec, with unit test
|
2015-06-04 20:20:19 +00:00 |
|
Chao Xu
|
080da97e1c
|
fix a comment
|
2015-06-04 10:35:10 -07:00 |
|
Brian Grant
|
656fa7bea1
|
Merge pull request #9225 from caesarxuchao/add-v1-tests-general
Add v1 tests
|
2015-06-03 22:18:21 -07:00 |
|
Brian Grant
|
c92b4255b3
|
Merge pull request #9217 from caesarxuchao/add-v1-tests-to-pkg/kubectl/cmd
add v1 tests to kubectl/cmd/*
|
2015-06-03 22:16:44 -07:00 |
|
Brian Grant
|
e7788771d6
|
Merge pull request #9030 from brendandburns/kubectl
Add a custom timeout flag for stop/delete.
|
2015-06-03 21:14:50 -07:00 |
|
Daniel Smith
|
1bab36f772
|
Fix 'kubectl proxy' to allow the /metrics page to be proxied, without breaking the previous proxy behavior
|
2015-06-03 18:31:45 -07:00 |
|
Chao Xu
|
6b81c064ed
|
change v1beta3 to v1 in test cases
|
2015-06-03 17:50:22 -07:00 |
|
Chao Xu
|
8885025d25
|
add v1 tests to tests in kubectl/cmd/*
|
2015-06-03 13:57:54 -07:00 |
|
Daniel Smith
|
67f53d2eff
|
Make kubectl work inside a container in k8s
|
2015-06-03 12:48:07 -07:00 |
|
Brendan Burns
|
ab0c9b8e1e
|
Add a custom timeout flag for stop/delete. Also try to be smarter about setting the timeout.
|
2015-06-03 11:21:30 -07:00 |
|
Brian Grant
|
785740a0f8
|
Merge pull request #9164 from brendandburns/fix
Fix a bug in kubectl exec handling.
|
2015-06-02 20:24:55 -07:00 |
|
Brendan Burns
|
911e3e9594
|
Fix a bug in kubectl exec handling.
|
2015-06-02 19:45:51 -07:00 |
|
Filip Grzadkowski
|
98115facfd
|
Revert "Gracefully delete pods from the Kubelet"
|
2015-06-02 23:40:05 +02:00 |
|
Brian Grant
|
6508c04f24
|
Merge pull request #9112 from kargakis/expose-nits
expose: Better error formatting and generic flag message
|
2015-06-02 13:10:52 -07:00 |
|