Ole Markus With
14fb35d0d0
Bump EBS Driver to 1.1.0
2021-06-21 08:56:11 +02:00
Moshe Shitrit
9e6771118f
Update version to 1.8.0
2021-06-18 18:42:03 +03:00
Ole Markus With
33a7de60a7
Enable IRSA for EBS CSI Driver
2021-06-18 08:05:59 +02:00
Kubernetes Prow Robot
7ec956dd00
Merge pull request #11748 from olemarkus/irsa-cas
...
Enable ability to use IRSA for cluster autoscaler
2021-06-17 21:00:05 -07:00
Kubernetes Prow Robot
559b57ea4c
Merge pull request #11381 from dntosas/addons-add-npd
...
[addons] Introduce NodeProblemDetector
2021-06-17 00:58:19 -07:00
dntosas
20124d3ba9
[addons] Introduce NodeProblemDetector
...
Node Problem Detector aims to make various node problems visible to
the upstream layers in the cluster management stack. It is a daemon
that runs on each node, detects node problems and reports them to apiserver
so to avoid scheduling new pods on bad nodes and also easily identify
which are the problems on underlying nodes.
Project Home: https://github.com/kubernetes/node-problem-detector
Signed-off-by: dntosas <ntosas@gmail.com>
2021-06-16 21:00:22 +03:00
Ole Markus With
6e8e027aff
Enable IRSA for Cluster Autoscaler
2021-06-16 18:03:11 +02:00
Kubernetes Prow Robot
84a730c9d6
Merge pull request #11678 from dntosas/safe-cilium
...
[cni/cilium] Add support for additional config options
2021-06-16 02:47:58 -07:00
dntosas
7bf65ff7ef
[cni/cilium] Add support for additional config options
...
In this commit, we enable users define their setup with following
additional fields:
- DisableEndpointCRD
- EnableEndpointHealthChecking
- IdentityAllocationMode
- IdentityChangeGracePeriod
- BPFLBAlgorithm
- BPFLBMaglevTableSize
- BPFNATGlobalMax
- BPFNeighGlobalMax
- BPFPolicyMapMax
- EnableBPFMasquerade
- EnableL7Proxy
Added also validation tests to prevent conflicting value combinations to
reach actual cluster state.
Signed-off-by: dntosas <ntosas@gmail.com>
Co-authored-by: hwoarang <markos@chandras.me>
Signed-off-by: dntosas <ntosas@gmail.com>
2021-06-16 09:35:42 +03:00
Ole Markus With
0798553565
fix enable default SC when EBS driver is not installed
2021-06-15 22:08:59 +02:00
John Gardiner Myers
07ee0c2206
Simplify Calico IPv6 configuration
2021-06-14 08:06:10 -07:00
Kubernetes Prow Robot
0347d79a14
Merge pull request #11754 from johngmyers/ipv6-cilium
...
Enable IPv6 support for Cilium
2021-06-14 07:27:04 -07:00
John Gardiner Myers
3cf8234d01
Cilium: disable masquerade by default when in ENI IPAM mode
2021-06-13 21:36:56 -07:00
John Gardiner Myers
c0b54d980d
Enable IPv6 support for Cilium
2021-06-13 20:47:44 -07:00
ederst
7f787decd8
Make forwardToKubeDNS work in the NodeLocal DNSCache template
...
This fixes the rendering of the Corefile of the NodeLocal DNSCache
template when setting forwardToKubeDNS to false (or not setting it).
Previously, due to not dereferencing the bool pointer, the Corefile was
always rendered with the true clause, due to checking the address
instead of the actual value of the variable.
With this fix, the templating mechanism will actually respect the value
of forwardToKubeDNS and render it accordingly.
2021-06-11 21:58:07 +02:00
Ole Markus With
c162013a3c
Use quay images for cilium
2021-06-08 23:01:08 +02:00
Dmytro Oboznyi
feed3b26ae
Add proxy envs to calico to make possible usage of AWS source destination check
...
Signed-off-by: Dmytro Oboznyi <dmytro.oboznyi@syncier.com>
2021-06-07 16:56:35 +03:00
Kubernetes Prow Robot
16dca9e844
Merge pull request #11124 from hakman/kube-router-1.2.0
...
Update kube-router to v1.2.3
2021-06-06 21:52:39 -07:00
Ciprian Hacman
91d681622c
Update kube-router to v1.2.3
2021-06-07 05:25:00 +03:00
Kubernetes Prow Robot
673961cb0f
Merge pull request #11703 from olemarkus/lbc-use-v1-cert
...
Use v1 certificate for LB controller
2021-06-06 12:06:39 -07:00
Kubernetes Prow Robot
9984ba079c
Merge pull request #11701 from olemarkus/fix-ebs-csi-role-crb
...
Fix the CSI EBS DS CRB.
2021-06-06 11:08:38 -07:00
Ole Markus With
0e1a0538b3
Use v1 certificate
2021-06-06 19:28:19 +02:00
Ole Markus With
8f8d6deb17
Fix the CSI EBS DS CRB.
2021-06-06 19:23:22 +02:00
Kubernetes Prow Robot
7001de3486
Merge pull request #11688 from hakman/ipv6-calico
...
Add options for configuring IPv4 and IPv6 support with Calico
2021-06-05 16:06:38 -07:00
Ciprian Hacman
70f77a34d1
Add options for configuring IPv4 and IPv6 support with Calico
2021-06-04 17:05:40 +03:00
Peter Rifel
708a5db365
Consolidate CSI livenessprobe images for multi-arch support
...
This manifest includes two liveness-probe containers but they use different images.
The k8s.gcr.io image is multi-arch but the quay.io image is not.
By only using the k8s.gcr.io one we should fix arm64 clusters now that EBS CSI is enabled by default.
2021-05-31 14:19:00 -05:00
Ryan Dyer
65b750e732
add init image field
2021-05-25 17:57:49 +00:00
Kubernetes Prow Robot
fcef4fc1bf
Merge pull request #11594 from hakman/calico-3.19.1
...
Update Calico to v3.19.1
2021-05-24 23:32:22 -07:00
Ciprian Hacman
ca39686c29
Update Calico to v3.19.1
2021-05-25 07:34:50 +03:00
John Gardiner Myers
6ac345e23d
Use the OnDelete updateStrategy for AWS VPC CNI DaemonSet
2021-05-24 19:55:19 -07:00
Kubernetes Prow Robot
d906f83121
Merge pull request #11561 from olemarkus/actually-add-snapshot-controller
...
Add snapshot-controller
2021-05-22 02:03:37 -07:00
Ole Markus With
1868313497
Add snapshot-controller
2021-05-22 09:19:35 +02:00
Ciprian Hacman
93a09e5419
Update metrics-server to v0.4.4
2021-05-22 09:39:14 +03:00
Ciprian Hacman
2df8e56fc9
Allow using insecure TLS for metrics-server with Kubernetes 1.19+
2021-05-22 09:38:31 +03:00
Ole Markus With
46e13c0009
Bump snapshot-controller version
...
Update upup/models/cloudup/resources/addons/storage-aws.addons.k8s.io/v1.15.0.yaml.template
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
Update upup/models/cloudup/resources/addons/storage-aws.addons.k8s.io/v1.15.0.yaml.template
Co-authored-by: Peter Rifel <rifelpet@users.noreply.github.com>
2021-05-21 15:40:40 +02:00
Kubernetes Prow Robot
8a6ec1416c
Merge pull request #11491 from olemarkus/cas-update-manifest
...
Update CAS manifest
2021-05-21 04:52:46 -07:00
Kubernetes Prow Robot
8e938ba5ee
Merge pull request #11500 from dntosas/coredns-bump-manifest
...
Bump CoreDNS manifests to latest stable version 1.8.3
2021-05-21 00:28:57 -07:00
Kubernetes Prow Robot
c28783c581
Merge pull request #11514 from ulfox/cilium/prometheus-scrape-annotations
...
[addons/networking.cilium.io] enable prometheus scraping
2021-05-19 10:12:51 -07:00
Ole Markus With
2fb1861528
Update CAS manifest
...
Upstream examples were missing a number of improvements.
This commit also adds template functions for making controllers such as CAS more HA on HA clusters
2021-05-19 16:12:51 +02:00
Kubernetes Prow Robot
16f7208c8c
Merge pull request #11525 from olemarkus/ebs-csi-default-fs
...
Set default fstype for ebs volumes to ext4
2021-05-19 02:38:51 -07:00
Ole Markus With
05cac12c19
Set default fstype for ebs volumes to ext4
2021-05-19 09:54:31 +02:00
Christos Kotsis
34ac1ad8d4
[feedback/tests]
2021-05-19 09:59:16 +03:00
Kubernetes Prow Robot
e8e5bf2ed3
Merge pull request #11517 from olemarkus/aws-lb-default-tags
...
Add default tags to LB controller and cilium eni resources
2021-05-18 21:50:50 -07:00
Ole Markus With
22f3a4aff8
Add default tags to LB controller and cilium eni resources
2021-05-18 19:02:40 +02:00
Christos Kotsis
bb98caeed3
[tests/feedback] fix missing quote function with printf
2021-05-18 19:42:50 +03:00
Christos Kotsis
2ba0843c91
Update upup/models/cloudup/resources/addons/networking.cilium.io/k8s-1.16-v1.10.yaml.template
...
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2021-05-18 19:14:15 +03:00
Christos Kotsis
793115242a
Update upup/models/cloudup/resources/addons/networking.cilium.io/k8s-1.12-v1.9.yaml.template
...
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2021-05-18 19:14:09 +03:00
Christos Kotsis
08162bcc2e
Update upup/models/cloudup/resources/addons/networking.cilium.io/k8s-1.12-v1.8.yaml.template
...
Co-authored-by: John Gardiner Myers <jgmyers@proofpoint.com>
2021-05-18 19:13:59 +03:00
Christos Kotsis
5ac4569998
[addons/networking.cilium.io] enable prometheus scraping
...
When EnablePromethesMetrics is enabled the
required metrics endpoints are exposed but
no annotations is included in the agents.
This commit includes the prometheus.io/scrape
and prometheus.io/port annotations that
prometheus scrappers can use for auto-discovery
Co-authored-by: tchatzig <t.chatzigeorgiou@thebeat.co>
2021-05-18 16:59:56 +03:00
liranp
6b61445414
feat(spot/addon): bump ocean-controller to 1.0.75
2021-05-18 13:55:58 +03:00
Kubernetes Prow Robot
07f3bc0e96
Merge pull request #11502 from olemarkus/aws-lb-controller-bump
...
bump aws lb controller to 2.2.0
2021-05-16 16:43:59 -07:00
Ole Markus With
d3581ebb84
bump aws lb controller to 2.2.0
2021-05-16 18:26:23 +02:00
dntosas
da42becf08
[addons/coredns] Bump manifests to latest stable version 1.8.3
...
In this commit, we update manifest files of CoreDNS. We also do a small
refactoring on yaml blocks to match the upstream source and to make
updating and reviewing procedures easier on the future.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-05-16 11:37:12 +03:00
dntosas
ceba48855b
[addons/nodeLocaCache] Bump patch version
...
Signed-off-by: dntosas <ntosas@gmail.com>
2021-05-16 11:25:40 +03:00
Kubernetes Prow Robot
07a9ed9c27
Merge pull request #11459 from nettoclaudio/fix/add-rbac-endpointslices
...
fix(coredns/rbac): add permission to list and watch endpointslices
2021-05-16 01:07:59 -07:00
Ole Markus With
fe2cbbf369
Set priorityClassName on critical addons
2021-05-15 09:12:14 +02:00
Ole Markus With
d27ca73272
Update cert-manager
2021-05-14 20:32:18 +02:00
Nick Turner
0239dc1f63
Permission to create servcice account tokens
...
* We need the ability to create service account token
because this is required by clientbuilder/controller-manager
framework which we will be using in 1.21.
* This is required for the CCM to use 1 SA per controller, which
follows principle of least privilege and makes audit logs easier
to understand
* Restricts token creation to resource names "node-controller",
"service-controller", and "route-controller".
2021-05-13 14:16:59 -07:00
Claudio Netto
1b7179513f
fix(coredns/rbac): add permission to list and watch endpointslices
2021-05-11 17:16:12 -03:00
Kubernetes Prow Robot
7db45cb5fa
Merge pull request #11418 from dntosas/aws-csi-ga-release
...
[addons/awscsidriver] Bump to GA release
2021-05-08 02:46:47 -07:00
dntosas
f8ece50a96
[addons/awscsidriver] Bump to GA release
...
Bump version and manifests of AWS EBS CSI Driver to the first GA
release.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-05-08 11:47:43 +03:00
John Gardiner Myers
d3469d6ec2
Remove code for no-longer-supported k8s versions
2021-05-07 23:40:03 -07:00
John Gardiner Myers
3aa8d40052
Release 1.22.0-alpha.1
2021-05-07 13:45:35 -07:00
John Gardiner Myers
a159b69cec
Remove the PublicJWKS feature flag
2021-05-06 11:05:24 -07:00
Kubernetes Prow Robot
e3fbc2ad04
Merge pull request #11378 from olemarkus/cilium-no-hubble-no-secret
...
Don't try to mount hubble TLS on the agent if we don't use hubble
2021-05-04 04:05:11 -07:00
Ole Markus With
2c95c2fe50
Don't try to mount hubble TLS on the agent if we don't use hubble
2021-05-04 11:26:20 +02:00
Kubernetes Prow Robot
b58137c8f4
Merge pull request #11372 from hakman/calico-3.19.0
...
Update Calico to v3.19.0
2021-05-03 13:38:08 -07:00
Kubernetes Prow Robot
bf17910918
Merge pull request #11374 from olemarkus/cilium-1-10-manifest
...
Add more support for cilium 1.10
2021-05-03 08:16:03 -07:00
Ole Markus With
aadcd9d448
Add more support for cilium 1.10
2021-05-03 16:10:56 +02:00
Jesse Haka
3b9c893bae
add permission to create sa tokens
2021-05-03 16:01:57 +03:00
Ciprian Hacman
6ec8e7c224
Update Calico to v3.19.0
2021-05-03 10:22:51 +03:00
Kubernetes Prow Robot
d8de9fcad6
Merge pull request #11314 from olemarkus/cilium-fix-hubble
...
Expose hubble agent when hubble is enabled
2021-04-30 10:59:59 -07:00
Ole Markus With
7c0be997e1
Expose hubble agent when hubble is enabled
...
Also enables PKI for the addon
2021-04-30 17:52:19 +02:00
dntosas
7e20f87822
[addons/nth] Add capability to define resources
...
Node termination handler as all daemonSets may play a critical role in
capacity planning, define resource policy for chosing instanceType etc.
In this commit, we enable users to define resources themselves to meet
their needs and also removed limits to convey with the chosen strategy
to avoid limits on such components.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-04-30 14:13:11 +03:00
Ciprian Hacman
dffb1ca5e0
Update Calico to v3.18.2
2021-04-28 05:50:06 +03:00
bjhaid
af1189befd
Add `enable-host-reachable-services` to 1.8 and generic cilium.
...
This completes #11333 . I missed these updating these other template
files when I submitted #11333 .
2021-04-27 13:57:38 -05:00
bjhaid
88ed9f68bd
Add support for configuring Cilium enable-host-reachable-services.
...
After upgrading Cilium to 1.8 via kops one of our clusters had a total
outage due to cilium reporting errors as below:
```
level=error msg="endpoint regeneration failed" containerID= datapathPolicyRevision=0 desiredPolicyRevision=1 endpointID=592 error="Failed to load tc filter: exit status 1" identity=40147 ipv4= ipv6= k8sPodName=/ subsys=endpoint
```
upon searching Cilium slack we found the below thread:
https://cilium.slack.com/archives/C1MATJ5U5/p1616400216167600
which recommended setting `enable-host-reachable-services` to true will
address the problems. We set the field and it fixed our issues too,
however we observed that kops does not have a means to configure this
hence this PR.
We will like to have this backported after it has been merged.
2021-04-27 12:49:27 -05:00
Alexander Block
938e54019d
Fix arguments to csi-provisioner after bump to v2.2.0
...
Parameters for leader elections have changed in v2.2.0, which causes the
csi-provisioner to not start anymore.
2021-04-26 23:10:51 +02:00
Kubernetes Prow Robot
d90ace058b
Merge pull request #11304 from dntosas/update-aws-csi-ebs
...
[csi/aws] Bump templates + add support for warm pools
2021-04-26 02:37:01 -07:00
dntosas
af6d4d585f
[csi/aws] Bump templates to latest stable version …
...
- Update manifests
- Bump components version
- Add API capability of setting Version + VolumeLimit
- Remove snapshot-controller resources as it should be independent from
any CSI driver
Signed-off-by: dntosas <ntosas@gmail.com>
2021-04-25 16:45:15 +03:00
dntosas
ea2f862a48
[metrics-server] Bump manifest to latest stable
...
- Bump image to v0.4.3
- Set new default kubelet options based on upstream behavior
- Set default requested resources
Signed-off-by: dntosas <ntosas@gmail.com>
2021-04-25 13:20:40 +03:00
Ole Markus With
8f1f2446c3
Use the full operator instead of the generic one
2021-04-24 18:01:36 +02:00
Kubernetes Prow Robot
bc20262a47
Merge pull request #11281 from javipolo/cert-manager-default-issuer
...
Add ability to set a default Issuer in certManager addon
2021-04-24 01:21:14 -07:00
Jason Haugen
4bf8ad3f4a
bump NTH to 1.13.0
2021-04-23 10:43:56 -05:00
Ole Markus With
ab12d18714
Make kops-controller use the local api server
...
If the cluster is under pressure, especially the new api server nodes, kops-controller go into crash loops because kubernetes.default doesn't respond.
By using the local api server, it has a higher likelyhood of being able to connect.
2021-04-23 07:35:43 +02:00
Kubernetes Prow Robot
2649cbc598
Merge pull request #10995 from haugenj/release-1.19
...
Add NTH Queue Processor Mode
2021-04-22 12:15:58 -07:00
Jason Haugen
36722afb0f
change casing Asg->ASG
2021-04-22 13:07:01 -05:00
liranp
59c6b4a440
feat(spot/addon): bump ocean-controller to 1.0.74
2021-04-22 16:28:33 +03:00
Javi Polo
bf20c6a4b7
Add ability to set a default Issuer in certManager addon
2021-04-21 22:39:25 +02:00
Javi Polo
685e856d66
Fix cilium template scoping typo
...
Fixes https://github.com/kubernetes/kops/issues/11269
2021-04-20 17:44:22 +02:00
Jason Haugen
7e48dad4d2
add ManagedAsgTag, merge templates, improve docs
2021-04-19 16:51:08 -05:00
Jason Haugen
366634e66a
change permisisons & node selector
2021-04-19 15:43:05 -05:00
Jason Haugen
318a116ba6
fix staticcheck
2021-04-19 15:43:05 -05:00
Jason Haugen
10df4a9a14
integ tests
2021-04-19 15:43:05 -05:00
Jason Haugen
d07b067249
Add NTH queue-processor mode
2021-04-19 15:43:05 -05:00
Kubernetes Prow Robot
146f9b4cbb
Merge pull request #11248 from dntosas/cilium-resources
...
[cilium] Add support for choosing resources
2021-04-19 10:23:45 -07:00
dntosas
55524935d7
[cilium] Add support for choosing resources
...
Cilium as a CNI is a critical component for the cluster so it would be safe
to have some guaranteed resources as well as allowing the users to
define them based on their needs.
In this commit, we init default requested resources and add the
capability of user-defined values.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-04-19 11:30:02 +03:00
Ciprian Hacman
f3c6558fd0
Release 1.21.0-alpha.3
2021-04-14 09:13:04 +03:00
Jesse Haka
2a611bb406
update node local dns
2021-04-09 21:25:42 +03:00
Ole Markus With
dbd23473ef
Add irsa support for awslbcontroller
...
This commit also introduces support for adding token projection volumes for well-known SAs.
Slightly less complicated than explicitly parsing the objects for a manifest
2021-04-04 21:24:07 +02:00
Ole Markus With
06cf3512bc
Only update kops-controller pods on deletion
...
This will in most cases mean kops-controller is only updated when the CP node is rolled and should increase the chances of compatible controller<->CP updates
2021-03-29 09:06:39 +02:00
jurriaanpro
25955ceb6b
Add scaleDownDelayAfterAdd to clusterAutoscaler spec
2021-03-25 11:23:48 +01:00
Kubernetes Prow Robot
d523ba2ab4
Merge pull request #11109 from hakman/release-1.21.0-alpha.2
...
Release 1.21.0 alpha.2
2021-03-22 01:21:43 -07:00
Ciprian Hacman
fa72535f95
Release 1.21.0-alpha.2
2021-03-22 08:38:47 +02:00
Ole Markus With
fa62d29128
Put awslbcontroller on the control-plane
2021-03-21 09:29:51 +01:00
MoShitrit
ec278e162e
Update aws-cni image to 1.7.10
2021-03-19 22:56:59 -04:00
Ciprian Hacman
909f206484
Update Calico to v3.18.1
2021-03-12 05:47:55 +02:00
Ole Markus With
27fd76bf9a
Fix kops-controller rbac due to leader election change
2021-03-06 11:42:21 +01:00
Ciprian Hacman
b44065c692
Remove manually added labels from addons
2021-03-06 09:31:22 +02:00
Kubernetes Prow Robot
89fdd16c4d
Merge pull request #10982 from hakman/disable-default-calico-metrics
...
Disable Calico Prometheus metrics by default
2021-03-05 00:48:23 -08:00
Ciprian Hacman
bfc32c9c1a
Disable Calico Prometheus metrics by default
2021-03-05 08:42:20 +02:00
Alexander Block
54c509b33c
Add CloudLabels as --extra-tags to aws-ebs-csi driver
2021-03-04 12:07:11 +01:00
Kubernetes Prow Robot
e1a17e94a5
Merge pull request #10966 from olemarkus/cilium-finalizers
...
Add explicit RBAC permissions for finalizers subresources
2021-03-02 00:55:19 -08:00
Ole Markus With
7d915e60cd
Add explicit RBAC permissions for finalizers subresources
2021-03-02 09:10:15 +01:00
liranp
32cbf28b45
feat(spot/addon): bump ocean-controller to 1.0.73
2021-03-01 13:57:26 +02:00
Kubernetes Prow Robot
f8432d51e0
Merge pull request #10944 from olemarkus/cas-gce
...
gce doesn't suffix the IG names with ClusterName
2021-02-28 23:46:43 -08:00
Kubernetes Prow Robot
f9f4ae9f40
Merge pull request #10946 from olemarkus/bump-external-dns
...
Bump external-dns to 0.7.6
2021-02-28 07:50:39 -08:00
Ole Markus With
802eb5ffaf
Bump external-dns to 0.7.6
2021-02-28 11:28:51 +01:00
Ole Markus With
bca857326f
Add standard labels to all resources
2021-02-28 07:43:58 +01:00
Ole Markus With
7dc6372ed5
gce doesn't suffix the IG names with ClusterName
2021-02-27 19:33:44 +01:00
Ciprian Hacman
aa7f866f26
Update Calico to v3.18.0
2021-02-23 06:22:40 +02:00
MoShitrit
af1b978071
Update AWS CNI to latest patch version
2021-02-18 15:16:43 -05:00
Kubernetes Prow Robot
95ba51eac9
Merge pull request #10858 from olemarkus/bump-metrics-server-feb
...
Bump metrics-server to 0.4.2
2021-02-17 23:20:51 -08:00
Bharath Vedartham
019022b488
Bump aws node termination handler
2021-02-18 00:33:05 +05:30
Ole Markus With
8486650c33
Add support for cluster autoscaler 1.20.x
...
Update upup/models/cloudup/resources/addons/cluster-autoscaler.addons.k8s.io/k8s-1.15.yaml.template
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
2021-02-17 14:05:09 +01:00
Ole Markus With
b78455264f
Bump metrics-server to 0.4.2
2021-02-17 12:03:38 +01:00
Ciprian Hacman
f42f913ee2
Add liveness probe for calico-kube-controllers
2021-02-17 08:48:55 +02:00
Ciprian Hacman
35ea2f49b3
Release 1.21.0-alpha.1
2021-02-16 10:44:34 +02:00
liranp
c7abdfd7fe
feat(spot/addon): bump ocean-controller to 1.0.72
2021-02-14 12:16:27 +02:00
Steven E. Harris
9f5b90ecbb
Make StorageClass manifests conditional on field
2021-02-11 10:49:49 -05:00
Steven E. Harris
0948a7240e
Use graduated annotation for default StorageClass
2021-02-11 10:49:49 -05:00
Ciprian Hacman
fe55158624
Update Calico to v3.17.2
2021-02-11 13:03:14 +02:00
Ole Markus With
e106e5f752
Apply suggestions from code review
...
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
2021-02-11 10:15:26 +01:00
Ole Markus With
56330188d0
Add AWS LoadBalancerController
2021-02-11 08:47:03 +01:00
Ciprian Hacman
ede4daf7ce
Release 1.20.0-alpha.2
2021-02-08 13:36:48 +02:00
Ole Markus With
07eb88145f
Remove unset config options
2021-02-07 08:03:07 +01:00
Ole Markus With
a6dce2e820
Add support for cilium 1.9
...
Apply suggestions from code review
Co-authored-by: Ciprian Hacman <ciprianhacman@gmail.com>
2021-02-07 08:00:54 +01:00
Kubernetes Prow Robot
beb8b62746
Merge pull request #10700 from avdhoot/expose-metrics-Calico
...
Fix rendering issue created by #10414
2021-02-04 01:46:29 -08:00
avdhoot
0717e4a50a
Fix rendering issue created by #10414
2021-02-01 14:09:20 +05:30
Kubernetes Prow Robot
dae40386cd
Merge pull request #10698 from hakman/weave-2.8.1
...
Update Weave to v2.8.1
2021-01-31 21:49:49 -08:00
Ciprian Hacman
dc407e8a9b
Update Weave to v2.8.1
2021-01-31 09:52:57 +02:00
Ole Markus With
1db7b72843
Use serving cert for metrics-server
2021-01-30 09:01:36 +01:00
Ciprian Hacman
ebd0759033
Add startup probe for calico-kube-controllers
2021-01-22 09:44:53 +02: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
Johannes Würbach
38a8c35ba0
Increase CoreDNS default ttl
2021-01-19 22:20:09 +01:00
Ciprian Hacman
01efb505a6
Update Weave to v2.8.0
2021-01-19 07:29:05 +02: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
liranp
f5cb758d55
feat(spot/addon): bump ocean-controller to 1.0.70
2021-01-13 15:08:43 +02: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