Commit Graph

12574 Commits

Author SHA1 Message Date
Ole Markus With 73fcd24e5e Bump etcd client to 3.4. Use go modules 2020-12-15 08:33:28 +01:00
Kubernetes Prow Robot 52ea87d6ba
Merge pull request #10418 from hakman/containerd-1.4.3-arm64
Add support for containerd v1.4.3 ARM64
2020-12-13 15:21:27 -08:00
Ciprian Hacman 1c6618bdd9 Update tests 2020-12-13 13:28:41 +02:00
Ciprian Hacman d2b34eac90 Add support for containerd v1.3.9 for older k8s versions 2020-12-13 13:28:36 +02:00
Ciprian Hacman 73b1b39da3 Add support for containerd v1.4.3 ARM64 2020-12-13 12:40:45 +02:00
Kubernetes Prow Robot 5a7269ccec
Merge pull request #10416 from MoShitrit/aws-cni-1.7.7
Bump aws-cni to 1.7.7
2020-12-12 21:41:27 -08:00
MoShitrit f2bb2e587c Bump aws-cni to 1.7.7 2020-12-12 01:03:02 -05:00
Kubernetes Prow Robot 916ff32a2d
Merge pull request #10408 from hakman/calico-3.17.1
Update Calico to v3.17.1
2020-12-11 09:07:24 -08:00
Ciprian Hacman ab9d30a015 Order by name fields in CalicoNetworkingSpec 2020-12-11 18:23:49 +02:00
Ciprian Hacman c13d4a194c Update Calico to v3.17.1 2020-12-11 18:21:54 +02:00
Kubernetes Prow Robot 6f05c0bac4
Merge pull request #10316 from hakman/override-tag
Allow override of registry and tag for Calico images
2020-12-11 08:13:24 -08:00
Kubernetes Prow Robot 3a7d728849
Merge pull request #10410 from rifelpet/hack-tools
hack/goimports - Replace mapfile with read
2020-12-11 07:01:24 -08:00
Peter Rifel 13675fa061
hack/goimports - Replace mapfile with read
`mapfile` was introduced in bash 4.
We can use `read` instead to achieve the same thing - listing all .go files in the repo into an array
2020-12-11 08:22:54 -06:00
Ciprian Hacman 372fde0949 Allow override of registry and tag for Calico images 2020-12-11 16:22:09 +02:00
Kubernetes Prow Robot dfa68a0327
Merge pull request #10407 from rifelpet/hack-tools
Hack script improvements
2020-12-11 03:53:24 -08:00
Peter Rifel 4fc2939c3b
Ignore KOPS_RSA_PRIVATE_KEY_SIZE in pki unit tests 2020-12-10 22:02:42 -06:00
Peter Rifel a8a0b6783f
Replace goimports python scripts with shell scripts, remove unnecessary .packages 2020-12-10 21:50:36 -06:00
Peter Rifel c954099355
Remove outdated Makefile comment 2020-12-10 21:47:54 -06:00
Peter Rifel 8bde95df70
Move code-generator to hack go module 2020-12-10 21:47:54 -06:00
Kubernetes Prow Robot 7117e7f4b8
Merge pull request #10401 from MoShitrit/k8s-releases-dec-2020
Update alpha channel with December 2020 k8s releases and bump Ubuntu AMI version
2020-12-10 02:16:54 -08:00
MoShitrit 7b9ec2a1de Update ubuntu ami version 2020-12-09 16:43:27 -05:00
MoShitrit e4f6bb16c1 Update k8s versions with December releases 2020-12-09 16:41:55 -05:00
Kubernetes Prow Robot 60a67849cf
Merge pull request #10398 from bharath-123/fix/imdv2-terraform
Explicitly specify http_endpoint in terraform launch template
2020-12-09 13:18:53 -08:00
Kubernetes Prow Robot 66fed61e8b
Merge pull request #10396 from hakman/fix-protokube-lib-arm64
Mount /lib64 for Protokube only on AMD64
2020-12-09 12:30:54 -08:00
Bharath Vedartham cebe171805 Explicitly specify http_endpoint in launch_template terraform
http_endpoint has to be explicitly specified in the metadata_options block
of the launch template terraform according to issue
https://github.com/hashicorp/terraform-provider-aws/issues/12564
2020-12-10 01:37:15 +05:30
Ciprian Hacman 416fd15e3c Mount /lib64 for Protokube only on AMD64 2020-12-09 18:58:18 +02:00
Kubernetes Prow Robot e042ceb1a6
Merge pull request #10394 from justinsb/update_etcd_manager_20201209
Update etcd-manager to 20201209
2020-12-09 07:12:51 -08:00
Justin SB dc48ca6905 Update etcd-manager to 20201209
Highlights:

* Fix arm64 images, which were built with an incorrect base image.
* Initial (experimental) Azure support

Full change list:

* Update Kops dependency for Azure Blob Storage support [#372](https://github.com/kopeio/etcd-manager/pull/372)
* Exclude gazelle from tools/deb-tools [#373](https://github.com/kopeio/etcd-manager/pull/373)
* Regenerate bazel in tools/deb-tools [#374](https://github.com/kopeio/etcd-manager/pull/374)
* Release notes for 3.0.20201202 [#375](https://github.com/kopeio/etcd-manager/pull/375)
* Remove travis CI [#377](https://github.com/kopeio/etcd-manager/pull/377)
* Fix vendor generation for tools/deb-tools subproject [#376](https://github.com/kopeio/etcd-manager/pull/376)
* Add script to verify image hashes [#380](https://github.com/kopeio/etcd-manager/pull/380)
* Fix some incorrect base image hashes for arm64 [#379](https://github.com/kopeio/etcd-manager/pull/379)
* Support Azure [#378](https://github.com/kopeio/etcd-manager/pull/378)
* Add more descriptions to wait loops [#383](https://github.com/kopeio/etcd-manager/pull/383)
* Rename fields in the azure client struct [#382](https://github.com/kopeio/etcd-manager/pull/382)
* Fix small typo in code comment [#381](https://github.com/kopeio/etcd-manager/pull/381)
2020-12-09 09:30:44 -05:00
Kubernetes Prow Robot f4c2bdb1be
Merge pull request #10308 from rifelpet/hack-tools
Move tools into separate `hack` go module
2020-12-09 04:50:50 -08:00
Kubernetes Prow Robot 4d9239cb59
Merge pull request #10368 from hakman/docs-centos-8
Update docs for CentOS 8
2020-12-09 00:10:50 -08:00
Ciprian Hacman 4acc1d4f5d Update docs for CentOS 8 2020-12-09 09:36:43 +02:00
Peter Rifel 3a616b6721
make gomod crds 2020-12-08 23:06:45 -06:00
Peter Rifel 82e25599f7
Move tools.go into separate go module without vendoring 2020-12-08 23:06:44 -06:00
Kubernetes Prow Robot c62181968f
Merge pull request #10390 from hakman/k8s-deps-1.20.0
Update k8s dependencies to v1.20.0
2020-12-08 15:41:40 -08:00
Ciprian Hacman 4bc97f1494 Update k8s dependencies to v1.20.0 2020-12-09 01:00:15 +02:00
Kubernetes Prow Robot bee16c052d
Merge pull request #10324 from bharath-123/feature/aws-imdv2
Add support for AWS IMDS v2
2020-12-07 22:55:11 -08:00
Kubernetes Prow Robot 5e769bc29f
Merge pull request #10359 from hakman/vol-encrypt-key
Add option for setting the volume encryption key in AWS
2020-12-07 21:45:12 -08:00
Ciprian Hacman 03492dfce3 Always build docs 2020-12-08 07:08:34 +02:00
Ciprian Hacman 174f405e39 Update expected outputs of integration tests 2020-12-08 07:08:32 +02:00
Ciprian Hacman 265bf4d106 Add option for setting the volume encryption key in AWS 2020-12-08 07:08:09 +02:00
Kubernetes Prow Robot 2f6c67e92c
Merge pull request #10364 from johngmyers/custom-account-issuer
Use custom-configured ServiceAccountIssuer when present
2020-12-07 19:39:11 -08:00
Kubernetes Prow Robot e2a5695995
Merge pull request #10378 from hakman/make-dev-ci
Rename duplicate ci target to quick-ci
2020-12-07 03:41:26 -08:00
Ciprian Hacman bfbd4123e7 Rename duplicate ci target to quick-ci 2020-12-07 13:03:52 +02:00
Kubernetes Prow Robot e4498949e8
Merge pull request #10373 from isaachui/master
fix cluster-autoscaler README url from cluster_spec -> addons
2020-12-06 18:09:26 -08:00
Bharath Vedartham ee5d8a3435 update integration tests 2020-12-07 02:57:32 +05:30
Bharath Vedartham 7f6e125733 Add support for aws ec2 instance metadata v2
A new field is add to the InstanceGroup spec with 2 sub fields,
HTTPPutResponseHopLimit and HTTPTokens. These fields enable the user
to disable IMDv1 for instances within an instance group.

By default, both IMDv1 and IMDv2 are enabled in instances in an instance group.
2020-12-07 02:57:02 +05:30
Kubernetes Prow Robot e89719a21b
Merge pull request #10366 from hakman/remove-travis-ci
Remove dependency on TravisCI
2020-12-06 09:51:26 -08:00
Kubernetes Prow Robot baec60214b
Merge pull request #10375 from olemarkus/ca-no-limits
Remove resource limits from cluster autoscaler
2020-12-06 06:19:25 -08:00
Kubernetes Prow Robot e68a4648b9
Merge pull request #10374 from hakman/eip-egress
Add option to reuse existing Elastic IPs for NAT gateways
2020-12-06 04:55:25 -08:00
Ole Markus With 75d4e2b897 Remove resource limits from cluster autoscaler 2020-12-06 13:36:06 +01:00