Wojciech Tyczynski
ef41ceb3e4
Merge pull request #10646 from yujuhong/reduce_noise
...
Kubelet: stop logging "Error on reading termination-log..." messages
2015-07-02 09:32:27 +02:00
Wojciech Tyczynski
2f4574167d
Merge pull request #10561 from smarterclayton/make_empty_public
...
Make util.empty public for conversions
2015-07-02 09:31:25 +02:00
Zach Loafman
3597344459
Merge pull request #10658 from ixdy/fix-namespace-e2e-slowness
...
e2e: update namespace test to create/delete test namespaces in parallel
2015-07-01 19:36:13 -07:00
Zach Loafman
1d16be675c
Merge pull request #10653 from dchen1107/resource_management
...
Set resource limit for addon containers
2015-07-01 19:35:28 -07:00
Zach Loafman
5dbe90f0ba
Merge pull request #10493 from krousey/namespace
...
Unify command line namespace resolution
2015-07-01 19:33:44 -07:00
Zach Loafman
4b60e4892f
Merge pull request #10431 from erictune/image_md
...
Improve image docs.
2015-07-01 19:33:03 -07:00
Jeff Grafton
44f3c9e01e
Re-enable namespace test on the pull request Jenkins
2015-07-01 17:53:27 -07:00
Jeff Grafton
db5d24c6b4
e2e: update namespace test to create/delete test namespaces in parallel
...
The namespace test is currently taking about 18 minutes because it
creates and deletes namespaces sequentially, and for various reasons it
takes at least 10 seconds for each namespace.
By parallelizing the creation and deletion of namespaces, this test now
takes about 2-3 minutes.
2015-07-01 17:53:01 -07:00
Dawn Chen
54531d9b55
Set memory limit (200mi) to fluentd static pod
2015-07-01 17:00:06 -07:00
Zach Loafman
700a6441de
Merge pull request #10313 from yujuhong/kubelet_delete
...
Add an e2e test to verify that pods are deleted on nodes
2015-07-01 16:47:30 -07:00
Eric Tune
ed2d42e54c
Improve image docs.
...
ImagePullKeys -> ImagePullSecret
Explain that overwriting the /root/.dockercfg not recommended for GKE.
Give detailed and tested steps for distributing a .dockercfg.
2015-07-01 16:46:45 -07:00
Zach Loafman
8045357c5c
Merge pull request #10344 from pires/update_coreos_doc
...
Updates CoreOS cloud-configs to use Kubernetes 0.19.3.
2015-07-01 16:33:06 -07:00
Yu-Ju Hong
a10a6a296e
Add an e2e test to verify that pods are deleted on nodes
...
The test verifies that kubelet deletes the pods/containers within a reasonable
time. It queries the kubelet /runningpods endpoint to retrieve a list of
running pods directly. The outline of the test is:
- Create an RC
- Wait until all pods are running (based on the pod status)
- Verify pods are running by querying the /runningpods
- Delete the RC
- Check all pods are deleted by querying /runningpods
2015-07-01 16:24:58 -07:00
Paulo Pires
db00532b47
Updates CoreOS cloud-configs to use Kubernetes 0.19.3.
...
Added instrumentation and configuration for service account tokens.
Fixes #9075
2015-07-02 00:24:45 +01:00
Zach Loafman
acf6fc6e24
Merge pull request #10627 from eparis/total-ansible
...
Ansible: Get DNS working - Add kubectl kubeconfig file
2015-07-01 16:07:53 -07:00
Dawn Chen
6b61918b67
Set resource limit for both elasticsearch and kibana containers based on data collected by #10335
2015-07-01 16:01:09 -07:00
Zach Loafman
b60c8e567f
Merge pull request #10077 from timstclair/ui-server
...
Move dashboard UI out of the apiserver to a separate pod
2015-07-01 15:56:33 -07:00
Zach Loafman
c7fb07a6aa
Merge pull request #10428 from mikedanese/nightly
...
add documentation and script on how to get recent and "nightly" builds
2015-07-01 15:55:49 -07:00
Zach Loafman
2ff92e25ee
Merge pull request #10535 from davidopp/somebranch
...
Initial design doc for scheduler.
2015-07-01 15:54:40 -07:00
Zach Loafman
e5670c104d
Merge pull request #10604 from nikhiljindal/v1
...
Updating scripts to use v1 instead of v1beta3
2015-07-01 15:54:17 -07:00
Zach Loafman
b27a8e1d90
Merge pull request #10606 from nikhiljindal/testsToV1
...
Update tests/examples to v1
2015-07-01 15:53:54 -07:00
Zach Loafman
e3e024da10
Merge pull request #10614 from justinsb/aws_ssh_fingeprint
...
AWS: Use the SSH key fingerprint, not the AWS fingerprint
2015-07-01 15:53:31 -07:00
Zach Loafman
7f268f9b9f
Merge pull request #10648 from GoogleCloudPlatform/quinton-hoole-patch-1
...
Fix incorrect doc link in Federation.md
2015-07-01 15:51:33 -07:00
Zach Loafman
edc53d66d7
Merge pull request #10641 from jeffmendoza/remove-master-ssh
...
Clarify disk formatting for Meteor example.
2015-07-01 15:31:48 -07:00
Quinton Hoole
3059dfb015
Fix incorrect doc link in Federation.md
2015-07-01 14:58:08 -07:00
Dawn Chen
ce520dd6e8
Set resource limit for skydns containers based on data collected by #10335
2015-07-01 14:47:29 -07:00
Dawn Chen
4f2d22263e
Set resource limit for both heapster and influxdb container based on data collected
...
by #10335 . Please noted that both influxdb and heapster could be oom-killed due to
memory leakage here.
2015-07-01 14:39:10 -07:00
nikhiljindal
274792d7bb
Stop exposing v1beta3 by default
2015-07-01 14:38:02 -07:00
Tim St. Clair
78609986b9
Remove dashboard ui from apiserver & point /ui at kube-ui
2015-07-01 14:21:51 -07:00
Tim St. Clair
b6b2d6df42
Add kube-ui cluster addon for serving k8s dashboard UI.
...
Changes include:
- Add kube-ui binary for serving static dashboard UI
- Add kube-ui docker image, replication controller, and service
- Make the kube-ui a cluster-addon (enabled by default)
- Split the compiled pkg/ui/datafile.go into separate dashboard and swagger packages
- Update docs to reflect changes
2015-07-01 14:21:47 -07:00
Yu-Ju Hong
d6ff297a1f
Kubelet: stop logging "Error on reading termination-log..." messages
...
If a pod was deleted and the associated volumes/directory were removed, there
could be a window where the pod worker is still active. If the pod worker tries
to inspect the logs, such an error would be logged. Since the pod has been
deleted, such error messages are meaningless.
This change stops logging this error, but stores the error string in the pod
status. The pod status will be updated for pods that are still alive, and will
be discarded eventually for deleted pods.
2015-07-01 14:20:42 -07:00
Zach Loafman
9363285b4a
Merge pull request #10320 from yujuhong/kubelet_logging
...
Kubelet: add and modify some logging messsages
2015-07-01 14:16:23 -07:00
Zach Loafman
bc7ff1b80e
Merge pull request #10541 from ingvagabund/master
...
fix formatting of md documents
2015-07-01 14:16:03 -07:00
Zach Loafman
0b2efd8d28
Merge pull request #10633 from saad-ali/enablePDE2ETest
...
Enable readonly PD tests for Jenkins GCE E2E run
2015-07-01 14:15:44 -07:00
Zach Loafman
30cc467159
Merge pull request #10634 from mikedanese/fix-ca-logs
...
fix heapster google configs so that heapster has a CA cert for googleapis
2015-07-01 14:14:06 -07:00
David Oppenheimer
f692adc67d
Initial design doc for scheduler.
2015-07-01 13:58:56 -07:00
Zach Loafman
e479c521e2
Merge pull request #10618 from marekbiskup/namespaces-in-addon-update
...
Namespaces in addon update
2015-07-01 13:15:44 -07:00
Clayton Coleman
8d189245fb
Make util.empty public for conversions
...
Some downstream components want to use a StringSet in their internal
objects, but leaving util.empty private means that generated conversions
cannot create constructors generically for those objects. This makes
Empty public until such a time as the generator supports private types.
2015-07-01 16:12:15 -04:00
Jeff Mendoza
0a05fa6e7b
Clarify disk formatting for Meteor example.
2015-07-01 13:09:20 -07:00
Zach Loafman
9db58ff2b2
Merge pull request #10632 from nikhiljindal/revert-etcderrors
...
Revert "Merge pull request #10246 from nikhiljindal"
2015-07-01 13:06:18 -07:00
Kris Rousey
ffa764d60b
Unify command line namespace resolution
...
This change allows the namespace in kubeconfig to be overridden by
specifying the namespace in the spec file. If namespace is explicitly
provided in the command line flags and the spec file has a different
namespace, this will cause an error.
2015-07-01 12:59:17 -07:00
Marek Biskup
8df3a9cae8
namespaces in addon update
2015-07-01 21:31:52 +02:00
Zach Loafman
4f9cfc84c4
Merge pull request #10180 from mwielgus/e2e_examples
...
E2E tests for Redis and Celery-RabbitMq examples
2015-07-01 12:02:27 -07:00
Zach Loafman
62aca7e762
Merge pull request #9791 from hurf/ns_describe
...
Display namespace while describing resources.
2015-07-01 12:01:50 -07:00
Zach Loafman
9e23ad7102
Merge pull request #10510 from mikedanese/kubectl-context-err
...
make use-context return error when context does not exist
2015-07-01 12:01:24 -07:00
Zach Loafman
00193bf1ac
Merge pull request #10529 from jlowdermilk/upgrade-aware-proxy-ssh
...
Make UpgradeAwareProxyHandler use transport.Dial if provided
2015-07-01 12:01:01 -07:00
Zach Loafman
0edd827c1c
Merge pull request #10566 from markturansky/pvspec_desc
...
Removed extraneous json descriptions from internal types
2015-07-01 12:00:31 -07:00
Zach Loafman
0b3d1b6f3b
Merge pull request #10607 from wojtek-t/higher_load_metrics
...
Increase latency metrics limit in capacity load
2015-07-01 12:00:09 -07:00
Mike Danese
6ecddd9290
fix heapster configs so that heapster has a CA cert for googleapis
2015-07-01 11:26:30 -07:00
saadali
c84b0e0f4f
Enable readonly PD tests for Jenkins GCE E2E run
2015-07-01 11:10:00 -07:00