Commit Graph

21326 Commits (b9537245ec098d6747bcd5244a71760b82d1f272)

Author SHA1 Message Date
mqliang 5bc2560b1f refactor:move `GetNewRCTemplate()` out of for loop 2015-11-19 13:34:18 +08:00
k8s-merge-robot 81d66f8367 Merge pull request #17455 from mesosphere/jdef-pure-iptables-flag
Auto commit by PR queue bot
2015-11-18 21:17:20 -08:00
Dai Zuozhuo ad5cc8b599 quote interpreted string 2015-11-19 11:15:10 +08:00
Prashanth Balasubramanian 3b987e5c40 Clarify that Ingress is a beta resource. 2015-11-18 18:45:31 -08:00
Yu-Ju Hong 759795592d rkt: correctly copy container status in GetPods() 2015-11-18 18:18:53 -08:00
Mike Danese 1d9d11c836 run kube-proxy in a static pod 2015-11-18 16:52:10 -08:00
Mike Danese a6fb172818 extract shouldRun predicate to a function in daemonset controller 2015-11-18 16:44:41 -08:00
Isaac Hollander McCreery 977da735db Add sanity checks for release 2015-11-18 16:19:01 -08:00
Isaac Hollander McCreery eb4be739d5 Fix cut-official-release to deal with versioned beta releases properly 2015-11-18 16:03:04 -08:00
Rohith c2526c93fa - adding the -node-label flag to the kubelet which allows for a initial tagging / labelling of the node on cluster registration
- the labels can come from a series of key=pair value or file:///path_to_file which contains key pairs
2015-11-18 23:20:58 +00:00
k8s-merge-robot 742243bb4a Merge pull request #17368 from mesosphere/sttts-doc-labels
Auto commit by PR queue bot
2015-11-18 15:13:55 -08:00
k8s-merge-robot d0d177d3a0 Merge pull request #17408 from mikedanese/version
Auto commit by PR queue bot
2015-11-18 15:13:27 -08:00
k8s-merge-robot 4a6884038a Merge pull request #17410 from hongchaodeng/kubemark
Auto commit by PR queue bot
2015-11-18 15:13:26 -08:00
k8s-merge-robot 6c2c1d4612 Merge pull request #17411 from timstclair/metrics-proposal
Auto commit by PR queue bot
2015-11-18 15:13:24 -08:00
Abhi Shah 704eac4bb8 Merge pull request #17450 from erictune/codecgen-osx-fix
Replace readlink in update-codecgen for OSX
2015-11-18 15:05:59 -08:00
Abhi Shah 28a4adabb5 Merge pull request #17427 from gmarek/expect-noerror
Log an error instantly in expectNoError
2015-11-18 14:59:53 -08:00
Abhi Shah 7d95a4ce05 Merge pull request #17358 from pmorie/omitempty-space
Add description check for spaces around omitempty directive
2015-11-18 14:59:06 -08:00
Abhi Shah 7033e423aa Merge pull request #17361 from zhengguoyong/del_repeat_import_packagge
Del repeat imported package
2015-11-18 14:58:22 -08:00
Abhi Shah a63711c143 Merge pull request #17318 from mikedanese/ds-fix
daemonset shouldn't place onto unschedulable nodes
2015-11-18 14:51:32 -08:00
Daniel Wang afa12c58af Jenkins: Run slow tests for Trusty in dedicated jobs
Take slow tests out of release jobs because they are flaky and not as critical
as the rest of the release tests.

Also update the name of the release job for Trusy beta to
kubernetes-e2e-gce-trusty-beta-release.
2015-11-18 14:51:29 -08:00
Abhi Shah 8c7c5ec117 Merge pull request #17307 from zhengguoyong/set_no_public_runonce
Use small letter var definition
2015-11-18 14:50:04 -08:00
Abhi Shah 317cb3f198 Merge pull request #17267 from brendandburns/docs2
Add a description of the proposed owners file system for the repo
2015-11-18 14:48:13 -08:00
Dr. Stefan Schimanski e1cb2aa828 docs: add Mesos scheduler documentation 2015-11-18 23:23:54 +01:00
Abhi Shah 3b014c71dd Merge pull request #17274 from mqliang/podController
fix errror message
2015-11-18 14:17:31 -08:00
Abhi Shah a6689cd7d3 Merge pull request #17439 from frewsxcv/patch-1
Fix typo in guestbook README
2015-11-18 14:11:22 -08:00
Phillip Wittrock 49e1baa313 Test runner harness for node e2e tests 2015-11-18 13:05:01 -08:00
James DeFelice f855ac39d3 added proxy-mode flag to scheduler and minion 2015-11-18 20:32:44 +00:00
Zach Loafman 9707a0a1a7 Merge pull request #17413 from ixdy/jenkins-configs
Use NODE_NAME in addition to EXECUTOR_NUMBER in PR Jenkins
2015-11-18 11:49:36 -08:00
Brendan Burns 63149d05fe Add a description of the proposed owners file system for the repo 2015-11-18 11:46:33 -08:00
Mike Danese ae05eed14a add a way to discover git version from a built release 2015-11-18 11:11:50 -08:00
Solly Ross e5ef9e1406 Add Validators for Scale Objects
This commit introduces a validator for use with Scale updates.
The validator checks that we have > 0 replica count, as well
as the normal ObjectMeta checks (some of which have to be
faked since they don't exist on the Scale object).
2015-11-18 13:53:56 -05:00
Eric Tune 761a425b92 Replace readlink in update-codecgen for OSX
OS X does not have `readlink -f`
2015-11-18 10:34:32 -08:00
Jeff Lowdermilk e95cf1d109 Delete orphaned namespaces at e2e start for soak tests
This will help prevent soak clusters getting hosed if a test is
interrupted without cleaning up resources.
2015-11-18 09:57:19 -08:00
Isaac Hollander McCreery 2bc124d510 Defer release notes to announcement of release, and move instructions for release notes back into docs and away from scripts 2015-11-18 09:50:56 -08:00
Prashanth B 01b371370d Merge pull request #17409 from bprashanth/clean1
Fix port typo, fix tests
2015-11-18 09:34:14 -08:00
Brian Grant d625217285 Address feedback 2015-11-18 17:30:19 +00:00
Hongchao Deng 1fde840aa8 kubemark: check if kubectl is installed in start script 2015-11-18 09:28:05 -08:00
Brian Grant c75e568ef3 Minor clarifications to whatisk8s 2015-11-18 17:13:46 +00:00
Corey Farwell 2dd4f1f40f Fix typo in guestbook README 2015-11-18 11:25:21 -05:00
gmarek 98633316a5 Print an external IP for Nodes in a density test for easier log lookup 2015-11-18 16:48:39 +01:00
gmarek b4e7495d47 Add Kubemark User Guide 2015-11-18 15:21:14 +01:00
gmarek 9ca196dd75 Log an error instantly in expectNoError 2015-11-18 14:51:04 +01:00
Adrien Delorme f64024e245 Allow to specify the type of minion disks on GCE 2015-11-18 14:39:42 +01:00
combk8s 9bad6b65ec Update nodecontroller.go 2015-11-18 19:58:53 +08:00
Wojciech Tyczynski d7b098b0e9 Add DecodeParametersInto method to Codec. 2015-11-18 09:56:04 +01:00
He Simei 06b62ef498 upgrade etcd flag for docker-k8s 2015-11-18 16:48:20 +08:00
Tim Hockin 2a92988392 Merge pull request #17418 from thockin/fix_examples_test
try harder to timeout hung curls in examples test
2015-11-17 23:54:49 -08:00
Tim Hockin efe566621f try harder to timeout hung curls in examples test 2015-11-17 23:53:39 -08:00
He Simei cc9fff8e92 fix kube-up workflow 2015-11-18 14:54:32 +08:00
feihujiang 4d2333b7d8 Let kubectl run follow rules for `--` 2015-11-18 14:46:01 +08:00