From a34a79b456948eded928f7c8c61ddcd36397a0f7 Mon Sep 17 00:00:00 2001 From: foxish Date: Thu, 25 Aug 2016 13:12:57 -0700 Subject: [PATCH 1/2] Adding travis checks for linter (md-check). --- .travis.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77a8dc7c04..61caa32130 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,16 @@ language: go go: - - 1.6 + - 1.6.2 # Don't want default ./... here: -install: go get -t -v ./test -script: go test -v ./test +install: +- export PATH=$GOPATH/bin:$PATH +- mkdir -p $HOME/gopath/src/k8s.io +- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/kubernetes.github.io +- go get -t -v k8s.io/kubernetes.github.io/test +- git clone --depth=50 --branch=master https://github.com/kubernetes/md-check $HOME/gopath/src/k8s.io/md-check +- go get -t -v k8s.io/md-check + +script: +- go test -v k8s.io/kubernetes.github.io/test +- $GOPATH/bin/md-check --root-dir=$HOME/gopath/src/k8s.io/kubernetes.github.io From 6ebe0c46a2a40b92cd9353b0f950459b2b8ba154 Mon Sep 17 00:00:00 2001 From: Marek Grabowski Date: Thu, 1 Sep 2016 20:10:35 +0200 Subject: [PATCH 2/2] Update max number of Nodes (#1137) --- docs/admin/cluster-large.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/admin/cluster-large.md b/docs/admin/cluster-large.md index 6df6bca474..d2285c3346 100644 --- a/docs/admin/cluster-large.md +++ b/docs/admin/cluster-large.md @@ -10,9 +10,9 @@ assignees: At {{page.version}}, Kubernetes supports clusters with up to 1000 nodes. More specifically, we support configurations that meet *all* of the following criteria: -* No more than 1000 nodes -* No more than 30000 total pods -* No more than 60000 total containers +* No more than 2000 nodes +* No more than 60000 total pods +* No more than 120000 total containers * No more than 100 pods per node * TOC