Kubernetes Prow Robot
|
f30651993f
|
Merge pull request #8285 from stratusjerry/fixTypos
small documentation typo fixes
|
2020-01-08 05:59:40 -08:00 |
stratusjerry
|
a93d525b0c
|
small documentation typo fixes
|
2020-01-07 13:12:28 -05:00 |
Kubernetes Prow Robot
|
6990f8e2e6
|
Merge pull request #8283 from hakman/containerd-k8s-1.17
containerd: Set a default version even with Kubernetes 1.17
|
2020-01-06 14:54:16 -08:00 |
Ciprian Hacman
|
0781afdce7
|
Set a default version for containerd even with Kubernetes 1.17
|
2020-01-06 22:04:29 +02:00 |
Kubernetes Prow Robot
|
cd9e01cb03
|
Merge pull request #8274 from rifelpet/aws-vpc-cni-cluster-name
Set CLUSTER_NAME env var on amazon-vpc-cni pods
|
2020-01-06 10:40:16 -08:00 |
Kubernetes Prow Robot
|
3afba63d30
|
Merge pull request #8270 from justinsb/nodeup_service_dependencies
nodeup: Add some dependencies for Service
|
2020-01-06 08:05:36 -08:00 |
Kubernetes Prow Robot
|
d53d6f5081
|
Merge pull request #8277 from longkb/remove_duplicated_words
Remove duplicated words
|
2020-01-06 06:49:34 -08:00 |
Kubernetes Prow Robot
|
63930904c3
|
Merge pull request #8269 from justinsb/ops_kops_writeable
Make /opt/kops writeable on COS
|
2020-01-06 01:33:34 -08:00 |
Kim Bao Long
|
41adf418d7
|
Remove duplicated words
Although it is spelling mistakes, it might make an affects while reading.
Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
|
2020-01-06 15:27:54 +07:00 |
Kubernetes Prow Robot
|
6cf867198f
|
Merge pull request #7914 from joshbranham/remove-disabling-darwin-cgos
Remove forcing disabled cgos Darwin
|
2020-01-06 00:23:41 -08:00 |
Kubernetes Prow Robot
|
addc321db4
|
Merge pull request #8253 from yuxiaobo96/kops-staticcheck2
staticcheck:modify the import package alias
|
2020-01-05 18:23:40 -08:00 |
Peter Rifel
|
af9c0d0387
|
Set CLUSTER_NAME env var on amazon-vpc-cni pods
This will tag ENIs with `cluster.k8s.amazonaws.com/name`
|
2020-01-05 13:37:18 -06:00 |
Kubernetes Prow Robot
|
121d9f461f
|
Merge pull request #7909 from johngmyers/remove-drain-feature-flag
Remove DrainAndValidateRollingUpdate feature flag
|
2020-01-05 11:15:40 -08:00 |
Kubernetes Prow Robot
|
95f4f83fbe
|
Merge pull request #7900 from zacblazic/use-encryption-provider-config-flag
Use non-experimental version of encryption provider config flag in 1.13+
|
2020-01-05 10:31:40 -08:00 |
Kubernetes Prow Robot
|
be1eea3474
|
Merge pull request #7772 from zadowsmash/fix-rhel-yum-config
fixed yum proxy configuration
|
2020-01-04 19:39:40 -08:00 |
Kubernetes Prow Robot
|
e4da659509
|
Merge pull request #8196 from justinsb/dont_preload_unused_images
For dev, don't preload docker images on nodes
|
2020-01-04 16:15:40 -08:00 |
Justin Santa Barbara
|
6c41748640
|
Download nodeup into a writeable path on COS
/opt/ isn't writeable on COS, so we download to /var/lib/toolbox/kops
instead.
|
2020-01-04 18:16:08 -05:00 |
Justin SB
|
fdc1499bed
|
Make /opt/kops writeable on COS
This approach means that rather than trying to have different
directories on different OSes, we can instead make them look more
similar.
|
2020-01-04 17:59:05 -05:00 |
Kubernetes Prow Robot
|
78267482bf
|
Merge pull request #8212 from hakman/move-nodeup
Move nodeup to /opt/kops/bin
|
2020-01-04 14:49:40 -08:00 |
Justin Santa Barbara
|
e4ed13ed57
|
Move protokube image task to ProtokubeBuilder
More logically consistent, and allows us to be lazier about loading
it when not needed.
|
2020-01-04 17:46:16 -05:00 |
Kubernetes Prow Robot
|
a22af4fa80
|
Merge pull request #8239 from johngmyers/simplify-rolling
Simplify code for rolling updates of nodes
|
2020-01-04 13:13:40 -08:00 |
Kubernetes Prow Robot
|
5d29f95c19
|
Merge pull request #8268 from johngmyers/refactor-tests
Refactor rolling update tests
|
2020-01-04 12:29:41 -08:00 |
Justin SB
|
976724dfec
|
Update tests for leaner configuration
|
2020-01-04 14:25:21 -05:00 |
Justin SB
|
b9e9865fd6
|
For dev, don't preload docker images on nodes
If we're not going to use the docker images, we don't need to preload
them - saves a bit off the boot time.
|
2020-01-04 14:18:58 -05:00 |
Kubernetes Prow Robot
|
c345b9333f
|
Merge pull request #8261 from appvia/lt-rolling-updates
Fix RollingUpdate behaviour when using LaunchTemplates for both kops & terraform spec updates
|
2020-01-04 11:05:40 -08:00 |
John Gardiner Myers
|
01dd793604
|
Specify number of NotReady instances in makeGroup() parameter
|
2020-01-04 10:47:08 -08:00 |
Justin SB
|
b6d41f3272
|
nodeup: Add some dependencies for Service
We handle service dependencies on BindMount and Archive tasks; this
avoids some false-positive warning messages.
|
2020-01-04 13:18:13 -05:00 |
John Gardiner Myers
|
39f849271b
|
Fold setUpCloud() into getGroups()
|
2020-01-04 09:08:00 -08:00 |
John Gardiner Myers
|
612e4ae484
|
Extract creation of the CloudInstanceGroup
|
2020-01-04 09:08:00 -08:00 |
Kubernetes Prow Robot
|
5ecf8d9aeb
|
Merge pull request #8021 from johngmyers/cordon
Support tainting all nodes needing update during rolling update
|
2020-01-04 08:19:41 -08:00 |
Kubernetes Prow Robot
|
2c96c6783a
|
Merge pull request #8262 from johngmyers/travis-osx
Exclude one Travis osx job
|
2020-01-04 07:29:40 -08:00 |
Kubernetes Prow Robot
|
03036bae21
|
Merge pull request #8266 from johngmyers/fix-links
Fix broken link
|
2020-01-03 22:35:40 -08:00 |
John Gardiner Myers
|
bb959bd107
|
Fix broken link
|
2020-01-03 20:08:47 -08:00 |
Kubernetes Prow Robot
|
71761bf327
|
Merge pull request #8243 from johngmyers/fix-china
Fix aws-china.md to download SHA-256 checksums for kops assets
|
2020-01-03 14:48:43 -08:00 |
Kubernetes Prow Robot
|
f7e609148b
|
Merge pull request #8263 from mikesplain/protokube_mac_build
Fix protokube osx build
|
2020-01-03 13:25:41 -08:00 |
mikesplain
|
ef21fb0d91
|
Fix gz path to work on macos
|
2020-01-03 15:25:21 -05:00 |
mikesplain
|
202b9cfe21
|
Replace binary "which" with build in "command"
|
2020-01-03 15:23:07 -05:00 |
John Gardiner Myers
|
4d16192299
|
Merge branch 'master' into cordon
|
2020-01-03 10:56:32 -08:00 |
John Gardiner Myers
|
af8e0388ad
|
Exclude one Travis osx job
|
2020-01-03 10:55:43 -08:00 |
John Gardiner Myers
|
cba59afac4
|
Change taint key per review comment
|
2020-01-03 10:07:21 -08:00 |
Kashif Saadat
|
e53a447d8a
|
Fix RollingUpdate behaviour when using LaunchTemplates for both kops & terraform spec updates
|
2020-01-03 17:57:27 +00:00 |
Kubernetes Prow Robot
|
35039d2b5e
|
Merge pull request #8258 from rifelpet/update-mock-kops-version
Update mock kops version in integration tests
|
2020-01-03 08:15:41 -08:00 |
Kubernetes Prow Robot
|
afb4ecb883
|
Merge pull request #7730 from ripta/custom-sysctls
Custom sysctl Parameters
|
2020-01-03 07:35:41 -08:00 |
Kubernetes Prow Robot
|
5955227c27
|
Merge pull request #8217 from hakman/containerd-nits
containerd: Fix tiny nits
|
2020-01-03 06:43:49 -08:00 |
Kubernetes Prow Robot
|
2b24f69f9c
|
Merge pull request #8216 from mmerrill3/feature/issue-8113-weave-resources
Adding ability to configure resources for weave (#8113)
|
2020-01-03 06:43:40 -08:00 |
Peter Rifel
|
21c5a82ed3
|
Update mock kops version
|
2020-01-03 08:17:02 -06:00 |
Kubernetes Prow Robot
|
ceae9db6f7
|
Merge pull request #8254 from johngmyers/trim-travis
Run Travis verifications in a separate parallel job
|
2020-01-03 06:01:41 -08:00 |
John Gardiner Myers
|
c21f72414a
|
Run Travis verifications in a separate parallel job
|
2020-01-02 21:30:27 -08:00 |
yuxiaobo
|
89b5d7c25e
|
staticcheck:modify the import package alias
Signed-off-by: yuxiaobo <yuxiaobogo@163.com>
|
2020-01-03 12:30:44 +08:00 |
John Gardiner Myers
|
71fa158427
|
Fix aws-china.md to download SHA-256 checksums for kops assets
|
2020-01-02 19:28:52 -08:00 |