Commit Graph

5086 Commits

Author SHA1 Message Date
Manabu Sakai 882ccbeb75 Updates for x1 instance family 2018-02-13 23:09:46 +09:00
k8s-ci-robot f400a882d7
Merge pull request #4182 from StevenACoffman/REDUCE_DELTA_AUTOSCALER_README
Update Cluster Autoscaler image and Reduce the Delta between autoscaler docs
2018-02-12 20:59:49 -08:00
k8s-ci-robot 8eb5934f2d
Merge pull request #4433 from jar349/master
Update upgrade.md
2018-02-12 18:02:50 -08:00
k8s-ci-robot 27c8ddc09d
Merge pull request #4382 from justinsb/try_dep
Use dep to maintain vendor directory
2018-02-12 16:24:49 -08:00
k8s-ci-robot 020956a50b
Merge pull request #4431 from mikesplain/bazel_build_fix
Update BUILD files to account for some recent changes
2018-02-12 15:48:50 -08:00
k8s-ci-robot fc463758a6
Merge pull request #4432 from chrislovecnm/update-release-version
Updating Makefile to the correct versions for the 1.8.1 release
2018-02-12 15:08:49 -08:00
John Ruiz 30d58dd601
Update upgrade.md
Explains that it is recommended, but not required, to upgrade one minor version at a time.
2018-02-12 17:54:19 -05:00
chrislovecnm 1898843231 Updating Makefile to the correct versions for the 1.8.1 release 2018-02-12 15:26:24 -07:00
k8s-ci-robot ee18003b96
Merge pull request #4426 from yank1/fix-a-typo-in-tool_template.go
fix a typo in tool_template.go
2018-02-12 14:25:53 -08:00
Mike Splain f40dc50a25 Update BUILD files to account for some recent changes 2018-02-12 17:16:33 -05:00
k8s-ci-robot dcd8fc0920
Merge pull request #4427 from shavo007/master
API audit doc changes
2018-02-12 11:22:49 -08:00
k8s-ci-robot 8629f60d22
Merge pull request #4371 from appvia/bootstrapscript-etcdClusterSpec
Pick up etcd version changes for a rolling update on master nodes
2018-02-12 10:43:59 -08:00
k8s-ci-robot 39e25300dd
Merge pull request #4409 from sstarcher/shane/master_describe_regions
master node requires DescribeRegions when using a bucket from another…
2018-02-12 10:43:49 -08:00
k8s-ci-robot 7616be8a45
Merge pull request #4423 from justinsb/notes_181
Add notes for 1.8.1 release
2018-02-12 07:00:49 -08:00
shane lee 343a8da823 API audit doc changes 2018-02-13 00:22:36 +11:00
yank1 4652619e52 fix a typo in tool_template.go 2018-02-12 18:55:25 +08:00
Justin Santa Barbara 9fc7c3759b Add notes for 1.8.1 release
Version will not be updated on master branch, as it is already on the
1.9 train.
2018-02-11 22:07:20 -05:00
k8s-ci-robot b385caf054
Merge pull request #4406 from kkaneda/kenji/error_check
upup: Make RenderTerraform handle an error from AddOutputVariableArray
2018-02-11 11:53:49 -08:00
k8s-ci-robot 287976e996
Merge pull request #4421 from justinsb/bump_weave_220
Bump weave version to 2.2.0
2018-02-11 11:11:50 -08:00
k8s-ci-robot 944632f2e6
Merge pull request #4413 from errordeveloper/master
Update Weave Net to version 2.2.0
2018-02-11 10:07:48 -08:00
Justin Santa Barbara d96b6ee865 Bump weave version to 2.2.0
Follow-on to #4413
2018-02-11 12:57:19 -05:00
k8s-ci-robot 775d4b00fc
Merge pull request #4411 from justinsb/bump_alpha_spectre_v2
Bump alpha channel to new image
2018-02-10 22:56:49 -08:00
Kashif Saadat ac25853cd5 - Add etcdClusterSpec Image & Version in bootstrap data for Master nodes
- Reuse execWithTee fn for ETCD Command (tee & mkfifo in different path for newer image versions)
2018-02-10 12:14:36 +00:00
Ilya Dmitrichenko 4e495dc2ab
Update Weave Net to version 2.2.0 2018-02-09 13:42:40 +00:00
Justin Santa Barbara 30300bacb6 Bump alpha channel to new image
Contains 4.4.115 built with gcc 7.3.  Should address spectre variant 2,
using the repoline approach.

Meltdown was previously addressed with KPTI.

Spectre variant 1 remains unaddressed.
2018-02-08 19:38:08 -05:00
Shane Starcher b1fdb35118 fixing ecr policy test 2018-02-08 11:12:51 -05:00
Shane Starcher ffc92d4da3 updating the test 2018-02-08 10:52:07 -05:00
Shane Starcher fc022db0cf master node requires DescribeRegions when using a bucket from another account 2018-02-08 08:15:41 -05:00
Steve Coffman 6942f1d5e3 Reduce the Delta between this and the Autoscaler AWS documentation 2018-02-08 06:49:24 -05:00
Kenji Kaneda aacbde4aac upup: Make RenderTerraform handle an error from AddOutputVariableArray 2018-02-08 00:27:27 -08:00
k8s-ci-robot 357eadd244
Merge pull request #4405 from romana/romana-v2.0.2
Update versions for romana container images
2018-02-07 18:00:43 -08:00
Caleb Gilmour d132c0c1a0 Update versions for romana container images. 2018-02-07 23:06:08 +00:00
k8s-ci-robot 5825c41f8a
Merge pull request #4398 from locationlabs/weave-conn-limit
add support for changing the weave peer connection limit
2018-02-07 15:02:48 -08:00
Chris Phillips 99830c4823 api machinery for weave connection limit 2018-02-07 09:52:13 -08:00
Chris Phillips b620deba0f adds CONN_LIMIT to the WeaveNetworkingSpec
Weave limits the number of connections between peers and the default is 30.
As described here: ce9c5162bd/site/kubernetes/kube-addon.md
Setting the CONN_LIMIT environment variable controls this setting. Adding a field in the
WeaveNetworkingSpec and adding the env var to the associated templates lets users
have clusters larger than 30 nodes and still use weave's peer discovery

The weave authors have indicated that 100 is not an unreasonable setting.
https://github.com/weaveworks/weave/issues/1621#issuecomment-152713060
2018-02-07 09:52:12 -08:00
k8s-ci-robot a5374c3af6
Merge pull request #4388 from mikesplain/travis_osx
Add mac build for travis
2018-02-05 11:42:12 -08:00
Mike Splain 43286385bc Test mac build 2018-02-05 13:28:55 -05:00
k8s-ci-robot 2c79be3bf9
Merge pull request #4387 from appvia/fix-draincmd
Fix drain command for rolling-updates
2018-02-05 09:44:08 -08:00
Kashif Saadat 670f8e6b19 Fix drain command for rolling-updates 2018-02-05 16:30:45 +00:00
Justin Santa Barbara c0ffb2025f Makefile: rely on go to determine if things are dirty
go build (and friends) is very efficient at determining whether anything
needs to be rebuilt, seemingly as efficient as make.  In addition the
stricter vendoring means that without switching to this our build fails
due to treating test files as inputs.

Mark the tasks which depended on SOURCES as .PHONY - they all just call
`go build` anyway.
2018-02-04 23:37:04 -05:00
Justin Santa Barbara 6b6f9db0ef Run make dep-ensure to use dep for vendor directory 2018-02-04 22:08:16 -05:00
Justin Santa Barbara 69ff65d911 Add apimachine to gopkg toml/lock 2018-02-04 21:55:07 -05:00
Justin Santa Barbara 3231fd0f5c gopkg: add gobindata 2018-02-04 21:55:07 -05:00
Justin Santa Barbara 61b23a6ead Add dep-ensure makefile target 2018-02-04 21:55:07 -05:00
Justin Santa Barbara 8c18d033fa Add gopkg.toml & gopkg.lock for k8s 1.9 2018-02-04 21:54:59 -05:00
Justin Santa Barbara 9fbbbcb76a Add hack/dep.py to check dep status against k8s Godeps.json 2018-02-04 21:52:34 -05:00
k8s-ci-robot 985bac8d1c
Merge pull request #4380 from justinsb/bazel_golang_193
bazel: declare golang 1.9.3
2018-02-03 22:08:04 -08:00
k8s-ci-robot f5bbf2f1e7
Merge pull request #4377 from justinsb/bump_submodules_19
Update submodule dependencies for k8s 1.9
2018-02-03 21:29:05 -08:00
Justin Santa Barbara f6701dbe65 bazel: declare golang 1.9.3
1.9.3 isn't included in the bazel rule for go we are using.

Once the next version of those rules ships, we can likely use the
built-in version.
2018-02-03 21:41:45 -05:00
Justin Santa Barbara 1222b7e0a6 bazel: declare golang 1.9.3
1.9.3 isn't included in the bazel rule for go we are using.

Once the next version of those rules ships, we can likely use the
built-in version.
2018-02-03 21:41:26 -05:00