Commit Graph

8620 Commits

Author SHA1 Message Date
Kubernetes Prow Robot 3b9821d5c5
Merge pull request #7474 from nebril/cilium-standalone
Change Cilium templates to standalone version
2019-09-18 14:01:00 -07:00
Kubernetes Prow Robot 62ffcdedc1
Merge pull request #7625 from mikesplain/update_rules_go
Update rules_go with some fixes
2019-09-18 12:46:18 -07:00
Kubernetes Prow Robot d69c6edba8
Merge pull request #7611 from rifelpet/check-http-response-code
Check the HTTP response code when downloading URLs
2019-09-18 10:57:33 -07:00
mikesplain 9980c068f8 Update rules_go with some fixes 2019-09-18 13:11:47 -04:00
Kubernetes Prow Robot 0ae46139a7
Merge pull request #7609 from igarcia-sugarcrm/issue/7608
Updated container-selinux url to point to the right path
2019-09-18 10:05:33 -07:00
Mike Splain 3af3f81a18
Fix gofmt 2019-09-18 11:21:45 -04:00
Kubernetes Prow Robot a23555cdac
Merge pull request #7614 from mikesplain/logrotate_etcd
Add logrotate for etcd/etcd-events.log
2019-09-18 08:21:32 -07:00
Kubernetes Prow Robot e431391ac1
Merge pull request #7610 from rifelpet/aws-pod-identitiy-fields
Expose API Server flags needed for AWS pod identities
2019-09-18 06:47:29 -07:00
mikesplain 0fe1a52e09 Add logrotate for etcd/etcd-events.log 2019-09-18 09:43:24 -04:00
Peter Rifel 7de96e1da8 Check the HTTP response code when downloading URLs
I noticed that the recent container-selinux issue on centos was reporting a hash mismatch rather than a 404.

See the error message here: https://github.com/kubernetes/kops/issues/7608 and the "actual" sha1 response is that of the 404 page:

```
curl http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.68-1.el7.noarch.rpm
curl http://mirror.centos.org/centos/7/extras/x86_64/Packages/container-selinux-2.68-1.el7.noarch.rpm | shasum -a 1
```
2019-09-17 16:07:46 -07:00
Peter Rifel 28f306d78e Expose API Server flags needed for aws pod identities
This adds the fields described in the documentation here:

https://github.com/aws/amazon-eks-pod-identity-webhook/blob/master/SELF_HOSTED_SETUP.md#kubernetes-api-server-configuration
2019-09-17 15:58:55 -07:00
Ivan Garcia d0db05defa Updated container-selinux url to pint to the right path 2019-09-17 14:57:13 -07:00
Kubernetes Prow Robot 070498ba2d
Merge pull request #7566 from srikiz/DO-7442-AddTagsForCreateVolumeRequest
[DO-7442] Digital Ocean add consistent volume and droplet tags for multi master feature
2019-09-16 08:22:38 -07:00
Maciej Kwiek 7fd24b9417 Fix remaining Cilium manifests and update hashes
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
2019-09-16 16:49:36 +02:00
Ole Markus With 2ad696372d Sync the cilium-operator ClusterRole with quick-start.yaml 2019-09-16 16:49:36 +02:00
Ole Markus With e7ff69a4a3 Mount BPF for cilium as part of nodeup instead of using a daemonset 2019-09-16 16:49:36 +02:00
Maciej Kwiek 8feca9a072 Generate apimachinery for Cilium config
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
2019-09-16 16:49:36 +02:00
Maciej Kwiek 004cc3cf5c Add configuration options for Cilium 1.6
Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
2019-09-16 16:49:26 +02:00
Kubernetes Prow Robot 4b490d0b54
Merge pull request #7561 from zetaab/feature/cleansecgroup
Clean security groups if api/ssh ips are removed from config
2019-09-16 07:26:40 -07:00
Kubernetes Prow Robot 5c64fbfde4
Merge pull request #7601 from PascalBourdier/cilium-missing
add cilium in error message
2019-09-16 06:46:39 -07:00
Pascal Bourdier 0102567457 add cilium in error message
add cilium in error message like other networks
2019-09-16 14:27:17 +02:00
Kubernetes Prow Robot c3d1ccb12e
Merge pull request #7596 from justinsb/promote_force_111
"Force" k8s 1.11.10 in stable channel
2019-09-14 18:54:38 -07:00
Kubernetes Prow Robot 17358d711a
Merge pull request #7595 from justinsb/skip_dev_vars_in_update_expected
hack/update-expected.sh: mask development env vars
2019-09-14 12:30:38 -07:00
Kubernetes Prow Robot f94e0ebbbd
Merge pull request #7594 from justinsb/promote_amis
Promote 2019-08-16 AMIs from alpha -> stable
2019-09-14 11:20:39 -07:00
Justin SB 1580d4c82b
Update tests to use k8s >= 1.14
Where tests are using a version of k8s that is now really deprecated,
replace it with k8s 1.14.0.
2019-09-14 13:58:50 -04:00
Kubernetes Prow Robot f2ecbd5eb6
Merge pull request #7586 from alrs/fix-upup-errors
Fix Dropped Errors in upup
2019-09-14 09:42:39 -07:00
Justin SB da31e3e7f2
"Force" k8s 1.11.10 in stable channel
Bringing this from the alpha channel (#7423) to the stable channel.

As discussed in office hours, and from the notes on #7423:

Even 1.11 and 1.12 are technically unsupported, but this should get
users off the very oldest unsupported versions of k8s.

Users that want to stay on those versions can pass the
KOPS_RUN_OBSOLETE_VERSION env var.
2019-09-14 11:46:05 -04:00
Justin SB 6b60bae5c6
hack/update-expected.sh: mask development env vars
There are a few env vars which are frequently set in development, but
should not be reflected in the tests.  Clear them before generated the
expected output.
2019-09-14 11:46:05 -04:00
Justin SB 39d642ee97
hack/update-expected.sh: mask development env vars
There are a few env vars which are frequently set in development, but
should not be reflected in the tests.  Clear them before generated the
expected output.
2019-09-14 11:45:27 -04:00
Justin SB fafa283e02
Promote 2019-08-16 AMIs from alpha -> stable
As discussed in office hours.
2019-09-14 11:32:38 -04:00
Kubernetes Prow Robot 75d3d6f9e6
Merge pull request #7567 from marsavela/readme_openstack
Add missing OpenStack reference
2019-09-13 14:12:30 -07:00
Kubernetes Prow Robot aa162e8d5a
Merge pull request #7591 from mikesplain/fix_mkdics
Fix mkdocs
2019-09-13 12:54:28 -07:00
mikesplain 7df824250b Fix nodejs docs to fix build error 2019-09-13 14:55:42 -04:00
mikesplain c5d7293926 Update and fix mkdocs 2019-09-13 14:55:42 -04:00
Kubernetes Prow Robot b20e355963
Merge pull request #7587 from rifelpet/rifelpet-reviewer
Add myself @rifelpet as a reviewer
2019-09-13 11:08:30 -07:00
Kubernetes Prow Robot 1fc1f0caa1
Merge pull request #7590 from rifelpet/1-13-ami-stable
Promote 1.13 AMI from alpha to stable
2019-09-13 10:10:30 -07:00
Peter Rifel 548683da8c Promote 1.13 AMI from alpha to stable 2019-09-13 09:25:48 -07:00
Kubernetes Prow Robot a48662aa2b
Merge pull request #7565 from ibrf/master
Fix kops for us-gov-east-1 #7564
2019-09-13 08:36:29 -07:00
Peter Rifel 4ea1febf29 Add myself rifelpet as a reviewer 2019-09-13 08:22:08 -07:00
Lars Lehtonen 659a415c6e upup/pkg/fi/cloudup/awstasks: fix dropped error
upup/pkg/fi/cloudup/openstacktasks: fix dropped error

upup/pkg/fi/nodeup: fix dropped error
2019-09-13 07:54:35 -07:00
Kubernetes Prow Robot 7da0d1a2dc
Merge pull request #7578 from mitch000001/associate-subnets-to-port
Associate subnets to port within OpenStack
2019-09-13 07:38:30 -07:00
Michael Wagner b2f3963cdb chore(provider/openstack): use ips from associated subnets
This changes values the provided instance group subnet and uses the IPs
from that subnet.
2019-09-13 12:21:10 +02:00
Michael Wagner cf8cfbe9ba chore(openstack): add tests to server group model builder 2019-09-13 12:21:04 +02:00
Srikanth 45e3e0d03b Update build.bazel 2019-09-13 13:24:17 +05:30
Srikanth ee183122aa Update bazel 2019-09-13 12:42:46 +05:30
Kubernetes Prow Robot e308713492
Merge pull request #7573 from mikesplain/add_horizontalPodAutoscalerDownscaleStabilization
Add horizontalPodAutoscalerDownscaleStabilization
2019-09-12 14:45:47 -07:00
Maciej Kwiek 74e10dadec Change Cilium templates to standalone version
This commit doesn't include any Cilium configuration, just takes the
quick install yaml from
https://github.com/cilium/cilium/blob/v1.6.0/install/kubernetes/quick-install.yaml

Signed-off-by: Maciej Kwiek <maciej@isovalent.com>
2019-09-12 17:23:50 +02:00
Jesse Haka 6278fec373 fix kubelet sg rules 2019-09-12 18:05:03 +03:00
Jesse Haka 9f2f3ccf25 clean security groups 2019-09-12 18:05:03 +03:00
Kubernetes Prow Robot 6f629b4e06
Merge pull request #7571 from mikesplain/fix_gomod
Fix gomod errors
2019-09-12 07:50:28 -07:00