Fabio Yeon
|
0453f9ea9d
|
Merge pull request #9705 from hurf/label4describe
Add label support for kubectl describe
|
2015-06-15 19:33:09 -07:00 |
|
CJ Cullen
|
66fb8ccb02
|
Add ssh tunnel-open metrics
|
2015-06-15 17:28:54 -07:00 |
|
Dawn Chen
|
80c48aedb2
|
Merge pull request #9824 from dchen1107/clean
explicitly applying oom_score_adj(0) to processes of user containers
|
2015-06-15 17:06:48 -07:00 |
|
nikhiljindal
|
3d63c71cbc
|
Removing legacyBehavior param from pkg/client
|
2015-06-15 16:49:11 -07:00 |
|
Chao Xu
|
d9e8939ae4
|
remove pkg/api/validation/testdata/v1beta1/*
|
2015-06-15 16:20:14 -07:00 |
|
Dawn Chen
|
14f78b74cc
|
Fix the unittests cause by applying oom_score_adj (0) to the user containers.
|
2015-06-15 16:16:34 -07:00 |
|
Dawn Chen
|
f6f9372d1a
|
Apply oom_score_adj (0) to PID of user containers by default.
|
2015-06-15 16:16:34 -07:00 |
|
BC Broussard
|
90b0b5c895
|
Add NodePort and Loadbalancer to services web ui
Remove PublicIPs
|
2015-06-15 16:09:10 -07:00 |
|
Brendan Burns
|
07b5930a70
|
Remove the redirect verb.
|
2015-06-15 15:39:06 -07:00 |
|
Fabio Yeon
|
4fdcbc3096
|
Merge pull request #9799 from jhadvig/err_msg
Making error msg for updating resource version more clear
|
2015-06-15 15:20:00 -07:00 |
|
Fabio Yeon
|
bb5d2101a1
|
Merge pull request #9765 from brendandburns/fix-kubelet
Fix a bug where the network container could be torn down before other pods
|
2015-06-15 15:09:01 -07:00 |
|
Chao Xu
|
3815b4c985
|
remove PodContainerInfo from api/types.go
|
2015-06-15 15:04:37 -07:00 |
|
Tim Hockin
|
29d4d7a16d
|
Remove dead code
|
2015-06-15 14:40:36 -07:00 |
|
CJ Cullen
|
faa9313eea
|
Fix several potential crashes in sshtunnel open/close code.
|
2015-06-15 14:38:37 -07:00 |
|
Fabio Yeon
|
5f361c17af
|
Merge pull request #9759 from mikedanese/actually-fix-logging
Fix excessively verbose logging in master's kubelet
|
2015-06-15 13:35:33 -07:00 |
|
Fabio Yeon
|
4e6bd63256
|
Merge pull request #9597 from mikedanese/fix-swagger-validate-panic
fix panic in kubectl --validate when no apiVersion is passed
|
2015-06-15 13:05:11 -07:00 |
|
Fabio Yeon
|
86815516ba
|
Merge pull request #9584 from smarterclayton/rest_client_metrics_unbounded
Memory leak: REST client metrics capture grows unbounded
|
2015-06-15 13:03:36 -07:00 |
|
Prashanth Balasubramanian
|
d761b1d4d7
|
Use runtime cache to serve container /stats requests
|
2015-06-15 12:39:25 -07:00 |
|
Rohit Jnagal
|
6849b381dc
|
Update cadvisor dependency.
Godep also decided to remove unused appengine dependency.
|
2015-06-15 19:11:55 +00:00 |
|
Fabio Yeon
|
b65c321a87
|
Merge pull request #9772 from feihujiang/noKindErrorMessage
make the kind not registered in versions error message more precise
|
2015-06-15 10:26:58 -07:00 |
|
Fabio Yeon
|
26e7d8b60c
|
Merge pull request #9679 from BenTheElder/export_iptables_getversion
Export GetIptablesVersion utility in pkg/util/iptables
|
2015-06-15 10:05:08 -07:00 |
|
Fabio Yeon
|
18a3932585
|
Merge pull request #9265 from mesosphere/upstream-k8sm-cm-and-km
Upstream Kubernetes Mesos controller manager and km binary
|
2015-06-15 09:28:12 -07:00 |
|
Marek Biskup
|
dcc4034d57
|
e2e test for addon update
|
2015-06-15 17:37:24 +02:00 |
|
jhadvig
|
ad36f5d2f1
|
Making error msg for updating resource version more clear
|
2015-06-15 17:05:08 +02:00 |
|
Clayton Coleman
|
bdbf477207
|
REST Client metrics capture grows unbounded
The URLs were unique by namespace and query parameter value, which means
an infinite number of metrics counters could be created.
|
2015-06-15 11:03:20 -04:00 |
|
Filip Grzadkowski
|
cdc5034ce4
|
Fix error message for missing imagePullPolicy
|
2015-06-15 16:02:32 +02:00 |
|
hurf
|
d58768b351
|
Shorten container ID in events
Log only first 12 characters of container ID in events.
|
2015-06-15 17:01:27 +08:00 |
|
feihujiang
|
ad4f22bf6a
|
improve kubectl error message when an object with kind not registered in versions
|
2015-06-15 09:18:28 +08:00 |
|
Tim St. Clair
|
fd7d46e9da
|
Don't rewrite relative URLs when proxying HTTP content.
|
2015-06-12 21:30:29 -07:00 |
|
Brendan Burns
|
aac696d44c
|
Fix a bug where the network container could be torn down before other pods.
This can break PreStop that hits localhost in the pod.
|
2015-06-12 21:18:40 -07:00 |
|
Quinton Hoole
|
85ade1db0a
|
Merge pull request #9592 from lavalamp/logSpam
Restore service latency test & fix bugs
|
2015-06-12 19:20:17 -07:00 |
|
Mike Danese
|
64482907ab
|
cover more codepaths that hit GetNode in standalone, as well as create better error message when we actually do hit GetNode() which is likely a programmer/config error
|
2015-06-12 17:45:17 -07:00 |
|
Abhi Shah
|
cdef8ae844
|
Merge pull request #9749 from dchen1107/podstatus
Add logging at RunInContainer for future debugging docker exec issues.
|
2015-06-12 17:10:12 -07:00 |
|
Abhi Shah
|
3e8690c28b
|
Merge pull request #9515 from markturansky/scrub_thread_leak
Fixes thread leak from discarded watch
|
2015-06-12 16:52:21 -07:00 |
|
Dawn Chen
|
c1d1a01087
|
Add logging at RunInContainer for future debugging docker exec issues.
|
2015-06-12 16:38:24 -07:00 |
|
Dawn Chen
|
b1bbf653ab
|
Merge pull request #9680 from mikedanese/fix-readiness-probe
Fix ReadinessProbe: seperate readiness and liveness in the code
|
2015-06-12 16:10:21 -07:00 |
|
Brendan Burns
|
c6a910c0b8
|
Merge pull request #9650 from hurf/podns_describe_node
display pod namespace while describe node
|
2015-06-12 15:59:46 -07:00 |
|
Abhi Shah
|
3ce7fe8310
|
Merge pull request #9722 from mikedanese/host-ip-spam
Fix spammy GetHostIP error log in kubelet
|
2015-06-12 15:26:54 -07:00 |
|
BenTheElder
|
c5baf1f284
|
Export GetIptablesVersion utility in util/iptables
For kube-proxy to determine whether to use pure iptables as in
https://github.com/GoogleCloudPlatform/kubernetes/issues/3760
Related WIP PR:
https://github.com/GoogleCloudPlatform/kubernetes/pull/9210
|
2015-06-12 17:13:40 -04:00 |
|
Daniel Smith
|
9423f80d20
|
fix test bug & conversion bug
|
2015-06-12 13:55:10 -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 |
|
Abhi Shah
|
928971cea4
|
Merge pull request #9710 from mesosphere/public-get-phase
export kubelet.GetPhase
|
2015-06-12 13:46:35 -07:00 |
|
Mike Danese
|
5896ac9e07
|
skip GetHostIP call on standalone mode kubelet to fix spammy log statement
|
2015-06-12 11:37:53 -07:00 |
|
derekwaynecarr
|
d40ff87bdc
|
Its bad to spawn a gofunc per quota with large number of quotas
|
2015-06-12 11:40:14 -04:00 |
|
James DeFelice
|
022ff5196d
|
fix broken file refs
|
2015-06-12 14:03:01 +00:00 |
|
James DeFelice
|
1820114a2d
|
Upstream controller manager and km binary
Closes mesosphere/kubernetes-mesos#310
Depends on GoogleCloudPlatform/kubernetes#8882
- fix https://github.com/mesosphere/kubernetes-mesos/issues/336
- Fix comment typo
- Fixes https://github.com/GoogleCloudPlatform/kubernetes/pull/9265#commitcomment-11559038
- Add warning to k8s modules to also update mesos copies
- Fixes https://github.com/GoogleCloudPlatform/kubernetes/pull/9265#commitcomment-11558864
- Fixes https://github.com/GoogleCloudPlatform/kubernetes/pull/9265#commitcomment-11558855
- Add comments and TODO that hypercube and controllermanager need refactoring
|
2015-06-12 14:03:00 +00:00 |
|
Abhi Shah
|
52db576617
|
Merge pull request #8882 from mesosphere/upstream_k8sm
Upstream Kubernetes-Mesos framework
|
2015-06-12 06:36:20 -07:00 |
|
James DeFelice
|
3cf7739b42
|
export kubelet.GetPhase
|
2015-06-12 11:11:53 +00:00 |
|
Jerzy Szczepkowski
|
cd3299307d
|
Merge pull request #9549 from bprashanth/generate_fix
Avoid trying to generate the pod status of a new pod
|
2015-06-12 10:54:13 +02:00 |
|
Victor HU
|
eb473676ce
|
display pod namespace while describe node
|
2015-06-12 15:30:11 +08:00 |
|