Kubernetes Prow Robot
d405d4c5a2
Merge pull request #14507 from johngmyers/internalname
...
Stop making MasterInternalName configurable
2022-11-18 13:38:29 -08:00
Ole Markus With
104ee74d63
Fix disabling StorageClass management
...
Previously this was done in the manifests leading to empty files. kubectl doesn't like this, so protokube will always fail updating the addon when StorageClass management is disabled
2022-11-18 09:55:02 +01:00
Ole Markus With
58195904ee
Bump cilium to 1.11.11
2022-11-18 08:44:55 +01:00
John Gardiner Myers
8473e8b2e7
Stop making MasterInternalName configurable
2022-11-16 22:06:02 -08:00
Kubernetes Prow Robot
b2357dba3b
Merge pull request #14564 from heybronson/sprig-join
...
use sprig join for template functions
2022-11-15 13:52:58 -08:00
Kubernetes Prow Robot
ca093709fa
Merge pull request #14540 from olemarkus/bump-lbc-245
...
Bump AWS Load Balancer Controller to 2.4.5
2022-11-15 09:48:41 -08:00
Bronson Mirafuentes
5a3ed44773
use sprig join for template functions
2022-11-15 08:59:05 -08:00
Ole Markus With
981e45bb41
Bump AWS Load Balancer Controller to 2.4.5
...
Also force LBC to run on regular nodes when IRSA is enabled.
2022-11-15 11:27:30 +01:00
Ciprian Hacman
bfe984a68b
Update Canal to v3.23.5 for k8s 1.22+
2022-11-15 05:25:35 +02:00
Ciprian Hacman
e2be2a5e52
Update Calico to v3.23.5 for k8s 1.22+
2022-11-15 05:25:35 +02:00
Ciprian Hacman
8af0c17a51
Update Canal to v3.24.5 for k8s 1.25+
2022-11-15 05:25:35 +02:00
Ciprian Hacman
9d47c8d2e4
Update Calico to v3.24.5 for k8s 1.25+
2022-11-15 05:21:05 +02:00
Moshe Shitrit
968aefb0dd
add a condition for the aws-cni ClusterRole based on the value of 'ANNOTATE_POD_IP' env
2022-11-08 11:20:42 -05:00
Moshe Shitrit
6b1c564747
use the same affinity config for coredns-autoscaler deployment as for main coredns deployment
2022-11-06 19:11:35 -05:00
Moshe Shitrit
c44f8a94c5
use the same tolerations config for coredns-autoscaler deployment as for main coredns deployment
2022-11-06 19:05:29 -05:00
Moshe Shitrit
2bde382dbb
update amazon-vpc-cni to 1.12.0
2022-11-01 21:11:05 -04:00
Kubernetes Prow Robot
20b0595189
Merge pull request #14463 from HealthEngineAU/pod-identity-webhook-metrics-fix
...
Fix Prometheus scraping for pod-identity-webhook
2022-10-28 11:50:53 -07:00
Kubernetes Prow Robot
0aebcbc6d9
Merge pull request #14459 from pacoxu/master
...
Stop applying the beta.kubernetes.io/os
2022-10-28 10:46:31 -07:00
Ciprian Hacman
5aa9570c5c
Update Canal to v3.24.3 for k8s 1.25+
2022-10-28 07:39:30 +03:00
Ciprian Hacman
29cd8be78f
Update Calico to v3.24.3 for k8s 1.25+
2022-10-28 07:39:30 +03:00
Ciprian Hacman
acd39b8085
Update Canal to v3.23.4 for k8s 1.22+
2022-10-28 07:39:30 +03:00
Ciprian Hacman
48ebb20d83
Update Calico to v3.23.4 for k8s 1.22+
2022-10-28 07:30:19 +03:00
Ciprian Hacman
f9acd69eb4
Update Calico to v3.21.6 for k8s 1.16+
2022-10-28 07:30:06 +03:00
Jim Barber
1253d15103
Fix Prometheus scraping for pod-identity-webhook
...
The Service annotation for the pod-identity-webhook is asking Prometheus
to scrape its metrics from `https://` but this results in a HTTP 404 Not
Found response.
The pod-identity-webhook pods expose their metrics via HTTP on TCP port
9999 (the same port where the healthz checks go).
Therefore update the annotations to use `http://:9999 ` instead.
2022-10-28 11:25:14 +08:00
Paco Xu
d632e39eae
Stop applying the beta.kubernetes.io/os
2022-10-27 12:15:38 +08:00
John Gardiner Myers
87dbab9062
Remove dead code
2022-10-22 22:05:18 -07:00
Ole Markus With
96a7c96c29
Fix pdb for identity webhook
...
Also removing namespace from non-namespaced resource
2022-10-21 19:03:41 +02:00
Niklas Walter
858bdbacfd
Allow snapshot controller to create volumesnapshotcontent
...
For using dynamic provisioning of volumesnapshot the snapshot-controller has to be able to create volumesnapshotcontent objects at the cluster level.
When deploying the snapshot-controller as a kops addon the controller is not able to create volumesnapshotcontent object because it lacks the create permission.
This PR adds the create permission for the content objects, which should be the default according to https://github.com/kubernetes-csi/external-snapshotter/blob/v6.0.1/deploy/kubernetes/snapshot-controller/rbac-snapshot-controller.yaml
2022-10-15 00:54:38 +02:00
Thomas Colomb
e40239b241
fix typo kubeReserved not systemReserved and remove ec2:DescribeImages iam right not needed we use launch templates
2022-10-11 15:43:17 +02:00
Thomas Colomb
a34939b5c0
karpenter: upgrade to version 0.16.3 and support kubeReserved configuration
2022-10-11 15:05:08 +02:00
Ole Markus With
18808486da
Remove fsGroupPolicy as it is immutable
2022-10-05 18:23:10 +02:00
Ole Markus With
8e040a4082
Bump EBS CSI driver to 1.12.0
2022-10-05 08:56:48 +02:00
Kubernetes Prow Robot
4f34d8df11
Merge pull request #14379 from noony/cluster-autoscaler-config
...
cluster-autoscaler : Add scaleDownUnneededTime and scaleDownUnreadyTime
2022-10-04 12:39:54 -07:00
Thomas Colomb
e5ddd5b0c3
cluster-autoscaler : Add scaleDownUnneededTime and scaleDownUnreadyTime
2022-10-04 18:57:21 +02:00
Thomas Colomb
4800f29d19
Karpenter : fallback on ondemand instance by default
2022-10-04 11:10:13 +02:00
Ciprian Hacman
26011ad579
hetzner: Fix metrics-server config to use internal IP
2022-09-28 08:40:00 +03:00
Ciprian Hacman
3ed1fd2d0b
Revert "Set metrics-server `--kubelet-preferred-address-types` by k8s version"
2022-09-28 07:39:00 +03:00
Ciprian Hacman
d98b41ee4c
Set metrics-server `--kubelet-preferred-address-types` by k8s version
2022-09-26 15:22:01 +03:00
Ciprian Hacman
1eb35d9686
Release 1.26.0-alpha.1 ( #14311 )
2022-09-21 01:28:54 -07:00
Ciprian Hacman
d8b92aafae
hetzner: Generate CCM args from external CCM config
2022-09-21 08:17:32 +03:00
Ciprian Hacman
a32a3dc8bb
Update Hetzner CCM to v1.13.0
2022-09-19 09:19:59 +03:00
Ciprian Hacman
c783aa357d
Add support for using an existing network for Hetzner
2022-09-18 12:35:23 +03:00
Moshe Shitrit
03bc54e0d6
remove 'get' from aws-cni clusterRole to reflect https://github.com/aws/amazon-vpc-cni-k8s/pull/2058
2022-09-13 08:13:35 -04:00
Moshe Shitrit
731ebc2454
bump aws-cni to version 1.11.4
2022-09-12 22:15:36 -04:00
Ole Markus With
f5e0feab5f
Fix CAS cordon flag
2022-09-10 20:15:25 +02:00
Anthony Hausman
af1ab751fd
aws-node-termination-handler: Add option to fetch node name through Kubernetes node `.spec.providerID`
...
Fetch node name through Kubernetes node `.spec.providerID` since Kops use InstanceID as node name.
- 701db81ccf
2022-09-08 07:00:48 +02:00
Daniel Franca
cdd0013b1f
Add support to --cordon-node-before-terminating on the cluster autoscaler addon (CordonNodeBeforeTerminating)
2022-09-06 17:03:24 +02:00
Kubernetes Prow Robot
75f541172d
Merge pull request #14226 from hakman/flannel-0.19.2
...
Update Flannel to v0.19.2
2022-09-05 12:17:01 -07:00
Ciprian Hacman
c4decc2d11
Update Flannel to v0.19.2
2022-09-03 12:18:08 +03:00
Ciprian Hacman
083947b7fe
Update Canal to v3.24.1
2022-09-03 10:58:07 +03:00