Commit Graph

8594 Commits

Author SHA1 Message Date
Daniel Smith
acd67ebea0 Merge pull request #5535 from saad-ali/fix5327
Make each new instance of kubelet generate a new event channel
2015-03-30 17:05:27 -07:00
Jeff Grafton
64ad8377bc Merge pull request #6125 from quinton-hoole/2015-03-27-services-e2e-namespaces
Make service e2e tests run in timestamped namespaces.
2015-03-30 16:14:45 -07:00
Victor Marmol
a30859fb03 Merge pull request #6191 from roberthbailey/kubelet-ssl
Configure the kubelet to bind a simple healthz server to a localhost port for monitoring by monit
2015-03-30 15:57:09 -07:00
Quinton Hoole
a4dde6e2cb Make service e2e tests run in timestamped namespaces.
Make some service e2e tests run in timestamped namespaces to prevent name collisions.
2015-03-30 15:49:06 -07:00
Jeff Grafton
fd94fdbe2a Merge pull request #5141 from erictune/gsgrules
Guidelines for Getting Started Guide contributions
2015-03-30 15:35:37 -07:00
Victor Marmol
a501bd29ad Merge pull request #6189 from sdodson/liveness-probe-logging
Add some logging to kubelet probes
2015-03-30 15:34:47 -07:00
Daniel Smith
83d5c207c9 Merge pull request #6175 from nikhiljindal/proxy
Updating proxy to return 301 to add a "/" at the end for #4958 (attempt 2)
2015-03-30 15:21:46 -07:00
Clayton Coleman
1dc895ee49 Merge pull request #6163 from ncdc/add-ctx-to-rest-prepare
Pass ctx to Validate, ValidateUpdate
2015-03-30 18:13:30 -04:00
Yu-Ju Hong
73452fd26e Merge pull request #6091 from vmarmol/record
Record event when image GC fails.
2015-03-30 15:08:56 -07:00
Andy Goldstein
d7c5f427cb Pass ctx to Validate, ValidateUpdate
Pass ctx to Validate/ValidateUpdate. This is useful so strategies can
access data such as the current user.
2015-03-30 17:33:08 -04:00
Eric Paris
e9d2c49fd4 Instructions to back-merge release branches into master
This allows us to continue on branched like v0.14.1, v0.14.2, and tag on
that branch.  But it will merge those tags into master so git describe
picks up the changes.
2015-03-30 17:31:15 -04:00
Scott Dodson
7661a42058 Add some logging to kubelet probes 2015-03-30 17:23:56 -04:00
saadali
e0f71cb21f Make each new instance of kubelet generate a new event channel (instead of reusing existing). 2015-03-30 14:22:16 -07:00
Robert Bailey
bc8af553a3 Configure the kubelet to bind a simple healthz server to a localhost
port for monitoring by monit. This is in preparation for the standard
kubelet port to switch to SSL only (and eventually to only accepting
connections on the SSL port that present a proper client SSL cert).

Also standardize the formatting of the monit config files a bit.
2015-03-30 14:20:30 -07:00
Daniel Smith
10b4fe6f30 Merge pull request #6188 from abhgupta/abhgupta-dev
Minor fixes for scheduler priority configuration
2015-03-30 14:05:28 -07:00
Victor Marmol
795cd38ef4 Merge pull request #6178 from derekwaynecarr/fix_self_link_list
Fix self link in listing items in a namespace
2015-03-30 13:50:38 -07:00
Victor Marmol
05452f12ef Merge pull request #6110 from lavalamp/fix2
Remove pods from the assumed pod list when they are deleted
2015-03-30 13:49:52 -07:00
Abhishek Gupta
490dd1bb67 Fixing accidental hardcoding of priority function weight 2015-03-30 13:47:27 -07:00
Abhishek Gupta
08a0563933 Removing EqualPriority from the list of default priorities 2015-03-30 13:47:27 -07:00
Tim Hockin
c03b0ecb6d Merge pull request #6123 from a-robinson/proxy
Fix bug in kube-proxy of not updating iptables rules if a service's public IPs change
2015-03-30 13:44:04 -07:00
Alex Robinson
151b871eff Fix bug in kube-proxy of not updating iptables rules if a service's
public IPs change, and add tests to catch the bug.
2015-03-30 20:39:59 +00:00
Zach Loafman
3c9e7b4be2 Merge pull request #6187 from zmerlynn/latest_release_on_test_redux
Fix gke_test (should've realized why the cut -c 2- was there above this)
2015-03-30 13:39:23 -07:00
Zach Loafman
8fff5338e2 Fix gke_test (should've realized why the cut -c 2- was there above this) 2015-03-30 13:38:29 -07:00
Victor Marmol
ef66d85b98 Merge pull request #6185 from sdodson/typo
Fix comment typo probeContainerReadiness
2015-03-30 13:06:12 -07:00
derekwaynecarr
265a0e3ca4 Listing items in a namespace should always include the namespace in the URL 2015-03-30 16:05:40 -04:00
Victor Marmol
8c86f43201 Merge pull request #6173 from vishh/cadvisor
Reduce cadvisor e2e test timeout
2015-03-30 12:56:51 -07:00
Victor Marmol
e83272260d Merge pull request #6176 from eparis/release-branch-cleanup
update instructions to make it clear to get review
2015-03-30 12:56:39 -07:00
Victor Marmol
600cc76709 Merge pull request #6177 from zmerlynn/latest_release_on_test
Allow gke-test to run on latest release version
2015-03-30 12:56:28 -07:00
Scott Dodson
de87048def Fix comment typo probeContainerReadiness 2015-03-30 15:54:05 -04:00
Brendan Burns
4659a12d6b Merge pull request #6135 from AntonioMeireles/master
getting 7bc7f47 fully right.
2015-03-30 12:27:28 -07:00
nikhiljindal
4c4a084a92 Updating proxy to return 301 to add a / at the end 2015-03-30 12:12:49 -07:00
Zach Loafman
ec53868d4f Allow gke-test to run on latest release version 2015-03-30 12:11:23 -07:00
Eric Paris
a5732697fd update instructions to make it clear to get review 2015-03-30 15:10:34 -04:00
Vishnu Kannan
68abb4d5d4 Reduce cadvisor e2e test timeout since cadvisor is now part of the kubelet binary. 2015-03-30 18:53:51 +00:00
nikhiljindal
478b7d5edf Repurposing enableV1beta3 to disableV1beta3 in master config to enable v1beta3 by default 2015-03-30 11:50:10 -07:00
Eric Paris
3e0cdff97c Merge pull request #6171 from zmerlynn/release-0.14
Release 0.14
2015-03-30 13:20:35 -05:00
Daniel Smith
fd952862c3 Remove pods from the assumed pod list when they are deleted 2015-03-30 11:16:55 -07:00
Zach Loafman
2ad77fd9e5 Kubernetes version v0.14.0-dev 2015-03-30 11:03:04 -07:00
Zach Loafman
575bf6dcd0 Kubernetes version v0.14.0 2015-03-30 11:02:57 -07:00
Victor Marmol
de35c8f2af Record event when image GC fails. 2015-03-30 10:32:51 -07:00
Daniel Smith
8e8255a422 Merge pull request #6128 from abhgupta/abhgupta-dev
Updating priority function weight based on specified configuration
2015-03-30 10:28:14 -07:00
CJ Cullen
31324a0ba5 Merge pull request #5602 from mattf/spark-example
Spark example
2015-03-30 10:12:19 -07:00
Victor Marmol
83c729d12f Merge pull request #6113 from erictune/fix_kubectl
Fix kubectl
2015-03-30 09:59:42 -07:00
Eric Tune
ebf3134c79 Proposed guidelines for new Getting-started-guides.
# *** ERROR: *** docs are out of sync between cli and markdown
# run hack/run-gendocs.sh > docs/kubectl.md to regenerate

#
# Your commit will be aborted unless you regenerate docs.
    COMMIT_BLOCKED_ON_GENDOCS
2015-03-30 09:52:52 -07:00
António Meireles
5a6069bb27 adding to docs pointers to my personal take on k8s on top of CoreOS and Vagrant.
Signed-off-by: António Meireles <antonio.meireles@reformi.st>
2015-03-30 17:45:34 +01:00
Victor Marmol
4c23a6762d Merge pull request #6101 from ric03uec/fix_admission_control_url
fixing url for admission_control docs
2015-03-30 09:43:34 -07:00
Victor Marmol
22670de524 Merge pull request #6092 from derekwaynecarr/limit_range_default
Eliminate trailing commas
2015-03-30 09:41:17 -07:00
Victor Marmol
a4daa88fdc Merge pull request #6090 from justinsb/use_s3_bucket_location
Use the correct region for the S3 bucket
2015-03-30 09:40:42 -07:00
Victor Marmol
2f6c3d9f4d Merge pull request #6155 from simon3z/node-ready-event
nodes: record an event on NodeReady changes
2015-03-30 09:32:02 -07:00
Jeff Lowdermilk
ea01d7f0e0 Merge pull request #6121 from satnam6502/fluentd-gcp-image
Create gcr.io image for Fluentd to Cloud Logging
2015-03-30 09:05:05 -07:00