Brendan Burns
|
8972a4865b
|
Kubernetes version v0.20.0-dev
|
2015-06-25 20:10:17 -07:00 |
|
Brendan Burns
|
c17a15a0cb
|
Kubernetes version v0.20.0
|
2015-06-25 20:08:58 -07:00 |
|
Maxwell Forbes
|
712f303350
|
Merge pull request #9736 from sdminonne/bug_fix2
To add validation for service ports when defined as string
|
2015-06-25 19:37:04 -07:00 |
|
Maxwell Forbes
|
03121c2536
|
Merge pull request #10252 from akramer/patch-1
Fixing spacing in documentation comments
|
2015-06-25 15:09:41 -07:00 |
|
Maxwell Forbes
|
5e748c1d47
|
Merge pull request #10070 from lavalamp/e2eProxyFix
proxy e2e test improvements
|
2015-06-25 13:15:03 -07:00 |
|
Maxwell Forbes
|
a526e6ddb4
|
Merge pull request #10332 from dchen1107/cleanup
Include PodStatus.Message and PodStatus.Reason when kubectl describe …
|
2015-06-25 10:57:31 -07:00 |
|
Maxwell Forbes
|
d90895adfd
|
Merge pull request #10221 from feihujiang/addSourceForErrorFromServerMessage
Add source in “error from server” message when using kubectl
|
2015-06-25 10:56:46 -07:00 |
|
Maxwell Forbes
|
1904d4e1ce
|
Merge pull request #10330 from brendandburns/addon
Use the namespace of the pod when creating the mirror.
|
2015-06-25 10:04:25 -07:00 |
|
Maxwell Forbes
|
655179dcfb
|
Merge pull request #10264 from mikedanese/ca-token
add ca cert to token controller and all service accounts
|
2015-06-25 09:56:35 -07:00 |
|
Maxwell Forbes
|
fc349fdd47
|
Merge pull request #10060 from nikhiljindal/scopeParamPath
Updating the path param name to "namespace" instead of "namespaces"
|
2015-06-25 09:56:15 -07:00 |
|
Maxwell Forbes
|
2bb4cf3f8f
|
Merge pull request #10266 from ArtfulCoder/kubelet_resolv
update docker's resolv.conf file with options ndots:5
|
2015-06-25 09:54:36 -07:00 |
|
Abhishek Shah
|
23caf446ae
|
update docker's resolv.conf file with options ndots:5
|
2015-06-24 23:33:58 -07:00 |
|
feihujiang
|
b41b53122a
|
Add source in “error from server” message when using kubectl
|
2015-06-25 14:20:09 +08:00 |
|
Dawn Chen
|
0a369fead6
|
Include PodStatus.Message and PodStatus.Reason when kubectl describe pods
|
2015-06-24 23:07:20 -07:00 |
|
Brendan Burns
|
c669fe300c
|
Use the namespace of the pod when creating the mirror.
|
2015-06-24 21:49:40 -07:00 |
|
Maxwell Forbes
|
3afda5d566
|
Merge pull request #10312 from dchen1107/cleanup
Take 2: Fix the race between configuring cbr0 and restarting static pods
|
2015-06-24 17:59:50 -07:00 |
|
Maxwell Forbes
|
28946766a3
|
Merge pull request #9807 from krousey/container_manifest
Removing ContainerManifest
|
2015-06-24 17:55:29 -07:00 |
|
Dawn Chen
|
710fb4e413
|
add iptables rule for MASQUERADE for egress
|
2015-06-24 17:19:57 -07:00 |
|
Maxwell Forbes
|
e44f61993b
|
Merge pull request #9304 from jsdir/master
Show resource limits with describe
|
2015-06-24 16:44:53 -07:00 |
|
Justin Santa Barbara
|
4461daa218
|
AWS: Enabling resize tests
|
2015-06-24 19:01:42 -04:00 |
|
Mike Danese
|
5760fe1957
|
use ca.crt as client certificate authority for inClusterConfig
|
2015-06-24 15:10:20 -07:00 |
|
Mike Danese
|
56bde3342a
|
add ca to token controller and all service accounts
|
2015-06-24 15:10:20 -07:00 |
|
Maxwell Forbes
|
befe545033
|
Merge pull request #10253 from yifan-gu/log
kubelet/status_manager: Small logging fix.
|
2015-06-24 15:01:40 -07:00 |
|
Daniel Smith
|
689a3ee7a2
|
Make UI work through kubectl proxy (again)
Fixes #10115.
|
2015-06-24 13:54:14 -07:00 |
|
Daniel Smith
|
ddbe4c914f
|
Fix proxy rewriting
|
2015-06-24 13:54:14 -07:00 |
|
akramer
|
5f44175dc4
|
Fixing spacing in documentation comments
There was some ugly spacing in the 'kubectl exec' documentation comments, I've fixed it and wrapped it to 80 chars.
|
2015-06-24 13:50:30 -07:00 |
|
nikhiljindal
|
6c6398edaa
|
Update the path param name to namespace instead of namespaces
|
2015-06-24 13:45:49 -07:00 |
|
Maxwell Forbes
|
060cb43785
|
Merge pull request #10134 from brendandburns/gongysh2004-nodeport
Fix the warning when you create an externalized service
|
2015-06-24 13:21:27 -07:00 |
|
Maxwell Forbes
|
461fc2b01b
|
Merge pull request #10277 from brendandburns/health
Switch to using the official etcd health check.
|
2015-06-24 11:45:51 -07:00 |
|
Kris Rousey
|
d13421e084
|
Removing ContainerManifest
|
2015-06-24 11:31:34 -07:00 |
|
Dawn Chen
|
6ddfa512de
|
Revert "Revert "Fix the race between configuring cbr0 and restarting static pods""
This reverts commit fd0a95dd12 .
|
2015-06-24 11:10:10 -07:00 |
|
Maxwell Forbes
|
11f9fd1dcd
|
Merge pull request #10074 from nikhiljindal/retryUpdate
Allow update without resource version
|
2015-06-24 10:55:41 -07:00 |
|
Brendan Burns
|
f4e97be78e
|
Switch to using the official etcd health check.
|
2015-06-24 10:18:39 -07:00 |
|
Piotr Szczesniak
|
fd0a95dd12
|
Revert "Fix the race between configuring cbr0 and restarting static pods"
|
2015-06-24 09:56:49 +02:00 |
|
Daniel Smith
|
bee68e48cd
|
Have client store status code in Result
|
2015-06-23 18:48:01 -07:00 |
|
Jeff Lowdermilk
|
f4e7b5480d
|
Merge pull request #10249 from mikedanese/unlink-test-libs
unlink testlibs from kube-apiserver and kubelet, remove test flags
|
2015-06-23 17:16:31 -07:00 |
|
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
|
50d50a3cb8
|
Merge pull request #10211 from dchen1107/cleanup
Fix the race between configuring cbr0 and restarting static pods
|
2015-06-23 17:09:01 -07:00 |
|
Dawn Chen
|
9dbe6fe4e4
|
Added more comments.
|
2015-06-23 16:28:41 -07:00 |
|
Jeff Lowdermilk
|
50e67d4034
|
Merge pull request #10216 from wojtek-t/reset_metrics
Expose /resetMetrics handle in apiserver
|
2015-06-23 16:07:41 -07:00 |
|
Jeff Lowdermilk
|
6dc6992023
|
Merge pull request #10192 from nikhiljindal/etcdError
Updating the error message to say node instead of minion
|
2015-06-23 15:48:53 -07:00 |
|
Jeff Lowdermilk
|
d212ea17cd
|
Merge pull request #10182 from bprashanth/kubelet_status
Fix kubelet deadlock
|
2015-06-23 15:40:49 -07:00 |
|
Jeff Lowdermilk
|
141eba39e9
|
Merge pull request #9975 from derekwaynecarr/admission_name
Admission control attributes has access to resource name
|
2015-06-23 14:30:45 -07:00 |
|
Jeff Lowdermilk
|
9b1b72ea49
|
Merge pull request #10147 from bprashanth/sync_rc
Prevent restarts of kube-controller from overshooting and correcting replicas
|
2015-06-23 14:17:56 -07:00 |
|
Yifan Gu
|
384f022681
|
kubelet/status_manager: small logging fix.
|
2015-06-23 13:49:34 -07:00 |
|
Dawn Chen
|
23200d303f
|
Fix several issues on running syncPods until network is configured.
Also fixed unittests and compiling.
|
2015-06-23 12:11:19 -07:00 |
|
Mike Danese
|
06c35a177c
|
unlink testlibs from kube-apiserver and kubelet
|
2015-06-23 12:04:05 -07:00 |
|
derekwaynecarr
|
f6fb72ec51
|
Admission control attributes has access to resource name
|
2015-06-23 13:54:55 -04: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 |
|
Wojciech Tyczynski
|
23d405ad86
|
Expose /resetMetrics handle in apiserver
|
2015-06-23 11:12:45 +02:00 |
|