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
Marcio Rodrigues
fa2a69dc08
generated code by apimachinery
2018-02-05 17:42:19 -02: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
Marcio Rodrigues
4c19801021
versioned api
2018-02-05 17:38:59 -02:00
Marcio Rodrigues
f03e01114e
add live-restore flag to docker config
2018-02-05 17:37:08 -02: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
Albert
0cfc1ac36b
User can specify CNI_ASSET_HASH_STRING
2018-02-05 16:44:52 +08:00
Albert
faf69dcb75
Add to aws-china.md to prevent Etag not match the HASH of file.
2018-02-05 15:22:30 +08: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
Justin Santa Barbara
78346cd90a
apimachinery: remove copier
2018-02-03 21:41:26 -05:00
Justin Santa Barbara
36fbf99631
apimachinery: codegen for new version
2018-02-03 21:41:18 -05:00
Justin Santa Barbara
0513355b70
Update vendor
2018-02-03 21:19:32 -05:00
Justin Santa Barbara
bf0886bcb9
Bump submodules for k8s 1.9
2018-02-03 21:19:23 -05:00
k8s-ci-robot
29cb716330
Merge pull request #4376 from justinsb/lock_bazel_go_version
...
Explicitly set go version in bazel build
2018-02-03 17:52:04 -08:00
k8s-ci-robot
ff22c13392
Merge pull request #4378 from justinsb/update_bazel_2
...
Update gazelle
2018-02-03 15:57:04 -08:00
k8s-ci-robot
d509440455
Merge pull request #4372 from lucasreed/docs_grammer_spelling_fix
...
Documentation spelling/grammar fixes.
2018-02-03 15:19:15 -08:00
k8s-ci-robot
0bd03a8ac1
Merge pull request #4379 from justinsb/remove_federation
...
Remove federation support
2018-02-03 15:19:05 -08:00
Justin Santa Barbara
1c80999e8c
Explicitly set go version in bazel build
...
So it doesn't float with rules_go updates
2018-02-03 17:37:12 -05:00