Nikhil Jindal
8a5cdcc7e8
Merge pull request #12532 from derekwaynecarr/fix_doc
...
Remove trailing commas
2015-08-24 14:05:50 -07:00
Paul Weil
709e654686
use privileged source object
2015-08-24 16:53:43 -04:00
Yu-Ju Hong
fb3c8c5bcc
e2e: add a test to ensure restart count increments monotonically
2015-08-24 12:50:15 -07:00
Yu-Ju Hong
1e26cdfb67
kubelet: fix container restart counts
...
This commit ensures that the container restart count increments monotonically
when there is no kubelet restarts.
2015-08-24 12:50:05 -07:00
derekwaynecarr
d25082250d
Update salt deployment for new limit-range
2015-08-24 15:43:32 -04:00
Maciej Szulik
5bc93e0eb4
Updated deprecated flags (address and port). Added an option to pass runtime-config.
2015-08-24 21:43:16 +02:00
derekwaynecarr
dde158085a
Update admission control logic for LimitRange
2015-08-24 15:20:10 -04:00
derekwaynecarr
3ee66f358f
Update kubectl describer for LimitRange
2015-08-24 15:19:29 -04:00
derekwaynecarr
8fbe4645e3
Add fields to LimitRange object
2015-08-24 15:18:45 -04:00
derekwaynecarr
f17ebf7350
Use singular, make LimitRequestRatio MaxLimitRequestRatio
2015-08-24 15:17:34 -04:00
derekwaynecarr
060204bc4d
Remove trailing commas
2015-08-24 14:55:31 -04:00
Christian Stewart
3a23bee9ad
always select non link-local interface, fixes #11961
...
The API server will refuse to start if a link-local IP address is selected, however, ChooseNetworkInterface can still select link-local network routes. This causes a startup failure on platforms like DigitalOcean that use a link-local route to fetch metadata.
Signed-off-by: Christian Stewart <christian@paral.in>
2015-08-24 14:49:19 -04:00
Nikhil Jindal
4c88aeeda2
Merge pull request #13093 from hurf/nit
...
Fix docstring for InfoForObejct func
2015-08-24 11:37:50 -07:00
Nikhil Jindal
03d961a8b3
Merge pull request #12770 from bparees/master
...
bump(fsouza/go-dockerclient): 42d06e2b125654477366c320dcea99107a86e9c2
2015-08-24 11:29:02 -07:00
derekwaynecarr
559905ab0e
Document need to run generated deep copy
2015-08-24 14:28:53 -04:00
Andy Zheng
94896d1340
Stage trusty/node.yaml for GKE use
2015-08-24 11:04:57 -07:00
Nikhil Jindal
1ae8e369d1
Merge pull request #12979 from HaiyangDING/update_scheduler_docs
...
Replace limits with requests in scheduler documentation.
2015-08-24 10:41:30 -07:00
Nikhil Jindal
e690f3b3e8
Merge pull request #12900 from feihujiang/deleteMultipleResourcesWithTheSameName
...
Allow delete multiple resources with the same name
2015-08-24 10:40:41 -07:00
Nikhil Jindal
9a7f871d17
Merge pull request #12896 from thockin/proxy-nodeports
...
Tail-call nodeports rules in iptables proxy
2015-08-24 10:39:54 -07:00
Nikhil Jindal
a1c5f3f45d
Merge pull request #12876 from yujuhong/pod_status
...
kubelet: switch to using pod UID as the key in status manager
2015-08-24 10:39:02 -07:00
Nikhil Jindal
4ffb59fa79
Merge pull request #12813 from JanetKuo/kubectl-deprecate-t
...
Deprecated -t for --template to make it --tty
2015-08-24 10:37:55 -07:00
Nikhil Jindal
e0d61b49cc
Merge pull request #12162 from ncdc/fix-port-forward-bind-failure
...
Correctly error when all port forward binds fail
2015-08-24 10:37:19 -07:00
Nikhil Jindal
5614d21438
Merge pull request #13088 from Huawei-PaaS/UtilShell_WrongWord
...
Correct the wrong words in shell comments
2015-08-24 10:36:38 -07:00
Nikhil Jindal
a09425d828
Merge pull request #10933 from andronat/swagger_auto_type_docs
...
Automatic Generation of Swagger Documentation in Types
2015-08-24 10:35:58 -07:00
dinghaiyang
2979ae7f2a
Repalce limits with requests in scheduler documentation.
...
Due to #11713
2015-08-25 00:14:24 +08:00
Andy Goldstein
725aa9656e
Correctly error when all port forward binds fail
...
Fix port forwarding code such that if all local binds fail, an error is
returned instead of waiting for an interrupt.
2015-08-24 10:56:26 -04:00
Marcin Wielgus
1ce8bb7bb2
Scale subresource querying in HorizontalPodAutoscaler
2015-08-24 16:42:25 +02:00
Dr. Stefan Schimanski
211fe33f40
Fix undefined variable f in 'finally' clause of verify-flags-underscore.py
2015-08-24 16:36:52 +02:00
hurf
5bec41d0b6
Fix docstring for InfoForObejct func
2015-08-24 21:46:49 +08:00
Wojciech Tyczynski
61de4fc34d
Refactoring of create etcd tests.
2015-08-24 15:11:00 +02:00
Dr. Stefan Schimanski
ce013e288c
Fix sort on sets in hack/verify-flags-underscore.py
2015-08-24 15:06:33 +02:00
Janet Kuo
46eb607677
Enable kubectl exec pod name bash completion
2015-08-24 05:25:48 -07:00
yuqi huang
a20de17d5e
Correct the wrong words in shell comments
...
Correct the wrong words in shell comments
2015-08-24 20:13:38 +08:00
Marcin Wielgus
9ad982ef77
Merge pull request #12844 from hurf/label_out
...
Simplify output of 'kubectl label' command
2015-08-24 14:00:56 +02:00
Marcin Wielgus
b0354d2671
Merge pull request #12999 from nikhiljindal/deploymentAPI
...
Adding Deployment API Objects to /expapi
2015-08-24 13:57:49 +02:00
Sam Abed
995cb15bb6
back off restarts of crashlooping containers
...
Signed-off-by: Sam Abed <samabed@gmail.com>
2015-08-24 21:43:17 +10:00
Marcin Wielgus
c92cc62145
Merge pull request #13084 from mwielgus/serialization_test_fix
...
Serialization_test quick fix (remove exapi)
2015-08-24 13:40:32 +02:00
Marcin Wielgus
9d466abd55
Serialization_test quick fix (remove exapi)
2015-08-24 13:13:14 +02:00
Wojciech Tyczynski
102b618ce3
Reenable Cacher.
2015-08-24 13:07:10 +02:00
Janet Kuo
0bcb3147f6
Deprecated -t for --template to make it --tty
2015-08-24 02:16:01 -07:00
Janet Kuo
4047e13c13
UPSTREAM: pflags 52: Add shorthand deprecator
2015-08-24 02:15:20 -07:00
Piotr Szczesniak
35430b86b0
Added possible improvement to Initial Resources proposal
2015-08-24 11:00:00 +02:00
Marcin Wielgus
66309325f8
Merge pull request #13015 from feihujiang/kubectlAnnotationAcceptFileNameParam
...
Kubectl annotate command accepts a filename param
2015-08-24 10:57:30 +02:00
feihujiang
943c57ff4e
Allow delete multiple resources with the same name
2015-08-24 15:14:01 +08:00
nikhiljindal
bdf5b26018
Adding Deployment API Objects to /expapi
2015-08-23 23:07:50 -07:00
caogaojin
60cb4406e9
Cleanup deprecated Forever function
...
Since util.Forever function has been deprecated, we should cleanup these
pieces of code.
2015-08-24 10:31:59 +08:00
hurf
ddf090d824
Change default output of 'label' command
...
Using simple, human understandable output instead of the form of
'kubectl get' command.
2015-08-23 18:27:48 +08:00
hurf
36987e9dce
Move formatLabels function to labels package
...
As the TODO above the function instructed, move formatLables
function to labels package.
2015-08-23 18:27:48 +08:00
Jeff Lowdermilk
438216844f
Stop reusing basic auth on cluster create
2015-08-22 11:45:46 -07:00
Zach Loafman
5fe7029e68
Merge pull request #13008 from andyzheng0831/node-yaml
...
Add continuous tests support for trusty nodes
2015-08-21 18:59:21 -07:00