Commit Graph

11755 Commits

Author SHA1 Message Date
Kubernetes Prow Robot f8a89b54db
Merge pull request #9812 from justinsb/write_full_certificate_chain
Support writing a full certificate chain
2020-08-25 22:32:02 -07:00
Kubernetes Prow Robot 5b80bb8147
Merge pull request #9815 from rifelpet/fix-gce-private
Fix GCE cluster creation with private topology
2020-08-25 21:06:03 -07:00
Peter Rifel 4d8f07c4f8
Fix GCE cluster creation with private topology
This was later failing api validation with:

`spec.subnets[1].region: Required value: region must be specified for GCE subnets`

So now we copy the region value from the equivalent non-utility subnet when creating utility subnets.
2020-08-25 20:03:06 -05:00
Kubernetes Prow Robot 5179c2758c
Merge pull request #9807 from victorfrancax1/perm-boundaries-docs
Adding docs on AWS Permissions Boundaries support
2020-08-25 16:40:02 -07:00
Kubernetes Prow Robot e1d5ae8896
Merge pull request #9814 from justinsb/refactor_context
Refactor: KopsModelContext embeds IAMModelContext
2020-08-25 09:44:16 -07:00
Justin SB b158ffab04 Refactor: KopsModelContext embeds IAMModelContext
go syntax makes this an annoying change, unfortunately.
2020-08-25 11:22:34 -04:00
Justin SB 2be21562a9 Support writing a full certificate chain
This means that our https endpoint will serve the ca.crt as well.
2020-08-25 11:09:04 -04:00
Victor Ferreira 486eca13cf docs(iam_roles): adding docs on Permissions Boundaries 2020-08-25 11:31:54 -03:00
Kubernetes Prow Robot dfe40f85d9
Merge pull request #9811 from hakman/shipbot-images
Add all images to GH release
2020-08-25 05:46:16 -07:00
Ciprian Hacman 4dbc3ca43e Add all images to GH release 2020-08-25 14:33:14 +03:00
Kubernetes Prow Robot 3b865ceaa1
Merge pull request #9809 from hakman/protokube-pull
Stop trying to pull the Protokube image
2020-08-25 01:02:16 -07:00
Ciprian Hacman f267c54b9a Stop trying to pull the Protokube image 2020-08-25 09:04:45 +03:00
Kubernetes Prow Robot 724ec2fcf7
Merge pull request #9805 from hakman/relnotes_1.19.0-alpha.3
Release notes for 1.19.0-alpha.3
2020-08-24 10:50:19 -07:00
Ciprian Hacman 56994de81c Release notes for 1.19.0-alpha.3 2020-08-24 20:05:56 +03:00
Kubernetes Prow Robot b3721f9dd4
Merge pull request #9565 from rifelpet/k-119
Upgrade kubernetes dependencies to 1.19.0-rc.4
2020-08-24 09:43:41 -07:00
Peter Rifel dd75c1ed91
make apimachinery crds gomod, update-expected.sh 2020-08-24 10:58:09 -05:00
Peter Rifel 315c5b3ad2
Upgrade controller-runtime to latest 2020-08-24 10:54:18 -05:00
Peter Rifel b3709b8806
Upgrade kubernetes dependencies to 1.19.0-rc.4 2020-08-24 10:54:15 -05:00
Kubernetes Prow Robot 9cb6797f67
Merge pull request #9801 from hakman/release-1.19.0-alpha.3
Release 1.19.0-alpha.3
2020-08-24 08:53:41 -07:00
Kubernetes Prow Robot 92c0bfc72f
Merge pull request #9804 from MoShitrit/bump-stable-versions
Bump stable versions from alpha
2020-08-24 08:09:40 -07:00
MoShitrit 50d7c6c6e2 Bump stable versions from alpha 2020-08-24 10:26:50 -04:00
Kubernetes Prow Robot 255e48a414
Merge pull request #9802 from rifelpet/api-slice-pointers
Update API slice fields to not use pointers
2020-08-24 07:13:41 -07:00
Peter Rifel 7d9f0a06cf
Update API slice fields to not use pointers
This is causing problems with the Kubernetes 1.19 code-generator.
A nil entry in these slices wouldn't be valid anyways, so this should have no impact.
2020-08-24 07:46:38 -05:00
Kubernetes Prow Robot 83d299dafc
Merge pull request #9803 from hakman/calico-validation
Update validation for Calico to assume etcd3 as default
2020-08-24 05:41:40 -07:00
Ciprian Hacman cd82550088 Update integration test for Calico after validation changes 2020-08-24 12:54:15 +03:00
Ciprian Hacman ca2d501950 Update validation for Calico to assume etcd3 as default 2020-08-24 12:54:15 +03:00
Ciprian Hacman 3f8edd74fe Update integration test for Calico 2020-08-24 12:30:37 +03:00
Ciprian Hacman 92a3676e51 Ignore untracked files in "git status" 2020-08-24 05:30:30 +03:00
Kubernetes Prow Robot 511d74999d
Merge pull request #9800 from olemarkus/openstack-gophercloud-11
Upgrade gophercloud to v1.11.0
2020-08-23 08:27:41 -07:00
Ole Markus With 8c70787bab Upgrade gophercloud to v1.11.0
Update upup/pkg/fi/cloudup/openstacktasks/instance.go

Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2020-08-23 16:45:00 +02:00
Kubernetes Prow Robot 40662d04dd
Merge pull request #9798 from olemarkus/openstack-newer-nova-5
Mock create server should associate with mock ports
2020-08-23 04:13:40 -07:00
Ciprian Hacman c52a21f9ba Update shellcheck to v0.7.1 2020-08-23 12:07:44 +03:00
Ciprian Hacman 2d61ab0876 Bump kops to v1.19.0-alpha.3 2020-08-23 12:07:44 +03:00
Ole Markus With 6615d55eb1 Remove duplicate code 2020-08-23 06:46:22 +02:00
Ole Markus With 8e5e3d4ea5 Mock create server should associate with mock ports 2020-08-22 22:08:02 +02:00
Kubernetes Prow Robot 2439466956
Merge pull request #9797 from olemarkus/openstack-docs
Update the openstack getting started docs
2020-08-22 01:27:40 -07:00
Ole Markus With a63a8464db Update the openstack getting started docs 2020-08-22 09:39:40 +02:00
Kubernetes Prow Robot 9344a694b3
Merge pull request #9791 from johngmyers/deprecate-bootstrap-tokens
De-emphasize bootstrap tokens and document node authorization as depr…
2020-08-22 00:05:39 -07:00
Kubernetes Prow Robot 858f0a4bf4
Merge pull request #9796 from rifelpet/ff-typo
Fix feature flag typo in release notes
2020-08-21 16:01:40 -07:00
Peter Rifel 2d29f84922
Fix feature flag typo in release notes 2020-08-21 14:31:03 -05:00
Kubernetes Prow Robot 10405bc4d3
Merge pull request #9792 from olemarkus/openstack-newer-nova-2
Don't use nova for glance mocks
2020-08-21 10:19:40 -07:00
Kubernetes Prow Robot 6c5150f786
Merge pull request #9793 from hakman/root-vol-encrypt
Add flag for root volume encryption
2020-08-21 09:15:40 -07:00
Ciprian Hacman 2880e22bce Add flag for root volume encryption 2020-08-21 18:31:21 +03:00
Kubernetes Prow Robot 076df5ec84
Merge pull request #9782 from hakman/ignore-flannel-workaround
Ignore the disableTxChecksumOffloading flag for Flannel and Canal
2020-08-21 04:47:40 -07:00
Ole Markus With 29682700c7 Don't use nova for glance mocks
Fetching images through nova is deprecated and removed in newer versions
of the compute API. Mocks now reflect this behavior.
2020-08-21 10:18:52 +02:00
Ciprian Hacman 68474f7793 Ignore the disableTxChecksumOffloading flag for Flannel and Canal 2020-08-21 07:55:25 +03:00
John Gardiner Myers 171791aae2 De-emphasize bootstrap tokens and document node authorization as deprecated 2020-08-20 21:11:23 -07:00
Kubernetes Prow Robot d617f98c07
Merge pull request #9789 from rifelpet/update-expected-cleanup
Unset more env vars in update-expected.sh
2020-08-20 10:03:23 -07:00
Peter Rifel 5052ae866a
Unset more env vars in update-expected.sh
this prevents spurious changes from being made based on the shell's env vars.

Also adding a parameter to override the package being updated, so that we dont need to test the full repo
2020-08-20 10:17:36 -05:00
Kubernetes Prow Robot 90fc25a25d
Merge pull request #9786 from MoShitrit/vpc-cni-1.7.0
Upgrade AWS VPC CNI to 1.7.0
2020-08-19 20:25:25 -07:00