Nicholas Galantowicz
0735d15b7a
feat: implement azure getapiingressstatus fn
2021-01-23 15:01:18 -05:00
srikiz
b04af61a4b
Add SFO3 region for DO. Also update e2e tests to use the full list of supported zones
2021-01-22 21:19:30 +05:30
Ciprian Hacman
80ab8b18b3
Bump internal version for CoreDNS
2021-01-22 09:49:34 +02:00
Ciprian Hacman
ebd0759033
Add startup probe for calico-kube-controllers
2021-01-22 09:44:53 +02:00
Kubernetes Prow Robot
48411de7bb
Merge pull request #10624 from hakman/aws-lt-defaults
...
Update AWS instances defaults
2021-01-21 03:51:01 -08:00
Kubernetes Prow Robot
f3172c3e6c
Merge pull request #10604 from hakman/weave-2.8.0
...
Update Weave to v2.8.0
2021-01-21 02:39:01 -08:00
Ciprian Hacman
3b24a11b30
Add throughput field for gp3 volumes to additional volumes with CF
2021-01-21 11:26:45 +02:00
Kubernetes Prow Robot
7cd0b9fab9
Merge pull request #10610 from johanneswuerbach/patch-1
...
Increase CoreDNS default ttl
2021-01-20 09:42:04 -08:00
Otto Sulin
31c8b10453
Remove unneeded nil checks as in requested changes
2021-01-20 14:59:15 +02:00
Otto Sulin
c66a079e3e
Add network and router availability zone hints to OpenStack
...
This pull request makes it possible to add availability zone hints to routers and networks if the hints are supported.
2021-01-20 13:34:08 +02:00
Johannes Würbach
38a8c35ba0
Increase CoreDNS default ttl
2021-01-19 22:20:09 +01:00
Ole Markus With
f476857add
Warn if cilium encryption is enabled, but no secret has been set
2021-01-19 20:20:12 +01:00
Ciprian Hacman
31f8cbd571
Use a more generic check for etcd member prefixes
2021-01-19 09:06:02 +02:00
Ciprian Hacman
3799d135a3
Fix tests and spelling
2021-01-19 09:06:02 +02:00
Ciprian Hacman
01efb505a6
Update Weave to v2.8.0
2021-01-19 07:29:05 +02:00
Justin SB
ce036d397d
Require KOPS_TERRAFORM_0_12_RENAMED, to guard against tf breakage
...
Terraform 0.12 broke compatability and this could result in data loss
if we deleted the etcd volumes. Document the procedure to fix the
tfstate, and require an env var to be passed to avoid accidental data
loss.
2021-01-18 18:09:22 -05:00
Barry Melbourne
337c9c4c66
Set default container runtime to containerd
2021-01-16 14:55:35 +00:00
Kubernetes Prow Robot
a051af8dc0
Merge pull request #10564 from bjhaid/master
...
Make cluster proportional autoscaler image configurable.
2021-01-15 11:03:52 -08:00
Ciprian Hacman
bb787d3075
Release 1.20.0-alpha.1
2021-01-15 15:29:55 +02:00
Ciprian Hacman
65ebf4760d
Update integration test for gp3 with etcd volumes
2021-01-15 09:53:10 +02:00
Justin SB
acb247fa5f
Allow nodeup (and others) to replace in-use files
...
By creating a tempfile and then moving the file into place, we both
write more atomically and we can overwrite in-use files.
Issue #10122
2021-01-14 10:52:10 -05:00
Kubernetes Prow Robot
fb0fbb5280
Merge pull request #10557 from zetaab/feature/hashname
...
[OpenStack] Use new hash format in instance names
2021-01-13 09:24:36 -08:00
Kubernetes Prow Robot
0412bf7566
Merge pull request #10561 from spotinst/feat-launchspec-restrictions
...
Spotinst: Specify whether scale-down activities should be restricted
2021-01-13 08:24:36 -08:00
liranp
f5cb758d55
feat(spot/addon): bump ocean-controller to 1.0.70
2021-01-13 15:08:43 +02:00
Jesse Haka
1bc330b0bb
nameprefix -> groupname
2021-01-13 11:54:07 +02:00
Kubernetes Prow Robot
09bf333433
Merge pull request #10567 from rifelpet/nlb-listener-order
...
Fix NLB listener -> target group association for TF & CF
2021-01-13 01:04:35 -08:00
Peter Rifel
580d73bdc7
Fix NLB listener -> target group association for TF & CF
...
The old code made the incorrect assumption that the NLB's list of TargetGroup tasks is in the same order as the NLB's list of listeners for their associations.
Because the model adds them in opposite orders this resulted in the TLS listener being forwarded to the TCP TG and vice versa.
This updates the terraform and cloudformation generation code to search the NLB's list of target groups by name for the target group that should be associated with the listener.
This matches the logic used in the "direct" target.
2021-01-12 23:21:55 -06:00
bjhaid
f299566822
Make cluster proportional autoscaler image configurable.
...
Similar to how we can configure coreDNS image we will like to configure
cluster Proportional autoscaler so we can use our internal docker
registry rather than gcr.io.
2021-01-12 13:30:42 -06:00
Jesse Haka
185ccba246
Use random instance names in OpenStack
2021-01-12 14:52:39 +02:00
liranp
9fe505abed
feat(spot/ocean): new label: spotinst.io/restrict-scale-down
2021-01-12 11:35:28 +02:00
Ole Markus With
f5ae5f8808
AWS CSI driver
2021-01-12 07:09:10 +01:00
Kubernetes Prow Robot
695be2666c
Merge pull request #10281 from dntosas/cluster-autoscaler-improvements
...
[addons/CA] Add support for specifying resources and metrics
2021-01-11 12:16:26 -08:00
dntosas
56fe4bab24
[addons/CA] Add support for specifying resources and metrics
...
- Resources
We enable users to set their desired capacity for cluster-autoscaler addon.
There are edge cases, especially in big clusters, where autoscaler needs
to reconcile a large number of objects thus may need increased memory or
increased cpu to avoid saturation.
- Metrics
Cluster autoscaler provides valuable insights for monitoring capacity
allocation and scheduling aspects of a cluster. In this commit, we
add proper annotation on deployment to enable Prometheus scrape metrics.
We also bump patch version of container images.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-01-11 20:53:08 +02:00
Ole Markus With
4d2eca199f
Remove node-authorization
2021-01-11 18:59:45 +01:00
Kubernetes Prow Robot
f94539f6f6
Merge pull request #10556 from zetaab/feature/updatedeps
...
update gophercloud dependency
2021-01-11 06:13:08 -08:00
Jesse Haka
46de9f145e
update gophercloud dependency
2021-01-11 14:48:22 +02:00
Kubernetes Prow Robot
b3be6478dd
Merge pull request #10551 from spotinst/feat-launchspec-strategy
...
Spotinst: Specify Spot percentage per Instance Group
2021-01-11 04:33:07 -08:00
Kubernetes Prow Robot
75623366e6
Merge pull request #10553 from justinsb/fix_openstack_race
...
Openstack: Prevent data race in servergroup member list
2021-01-10 09:45:05 -08:00
Kubernetes Prow Robot
08cac106b6
Merge pull request #10541 from fenggw-fnst/work
...
Fix typo in comment
2021-01-10 09:01:06 -08:00
Kubernetes Prow Robot
4ee8936d63
Merge pull request #10547 from justinsb/cos_var_lib_kubelet
...
COS/GCE: exec on kubelet/flexvolume dirs
2021-01-10 08:23:17 -08:00
Justin SB
1c11f1a094
Openstack: Prevent data race in servergroup member list
...
We were adding to the ServerGroup without a mutex, so we introduce a mutex.
Also introduce some defense against the member list changing once
we've observed it, though this is already enforced by GetDependencies.
2021-01-10 11:11:11 -05:00
liranp
2f874be0a1
feat(spot/ocean): set spot percentage on launchspec level
2021-01-10 15:22:43 +02:00
Justin Santa Barbara
e9f6623a80
COS/GCE: exec on kubelet/flexvolume dirs
...
Upstream bind mounts /var/lib/kubelet with exec, dev and suid
permissions, because emptyDirs end up inheriting these permissions.
Similarly, /home/kubernetes/flexvolume needs exec permission to
support flexdrivers.
2021-01-09 13:56:18 -05:00
Justin Santa Barbara
5779f29e15
GCE: Don't warn about NVME
...
NVME only works with Local SSDs, which have their own restrictions;
it isn't a must-support GA blocker (which is why we had the log
previously)
2021-01-09 13:55:33 -05:00
Ole Markus With
72073d3f2c
Move cilium bootstrap logic to its own file
2021-01-09 10:02:27 +01:00
Ole Markus With
39b139a0ee
Move bootstrapchannelbuilder to its own package
2021-01-09 09:55:22 +01:00
Kubernetes Prow Robot
2677254392
Merge pull request #10461 from olemarkus/allow-modify-etcd-volume
...
Make it possible to change the etcd volume type and iops
2021-01-06 02:47:52 -08:00
Ole Markus With
0676e38473
Make it possible to modify ebs volumes
2021-01-06 11:01:24 +01:00
Guangwen Feng
66d48164a9
Fix typo in comment
...
Signed-off-by: Guangwen Feng <fenggw-fnst@cn.fujitsu.com>
2021-01-06 16:18:46 +08:00
Kubernetes Prow Robot
0ca0e38518
Merge pull request #10424 from rifelpet/ebs-tf-012
...
Don't allow ebs volume TF resource names to begin with digit
2021-01-05 09:19:58 -08:00