Kubernetes Prow Robot
c70ced2f66
Merge pull request #12219 from dntosas/nodelocaldns-bump-version
...
[addons/node-local-dns] Bump version and make image field configurable
2021-09-01 04:54:59 -07:00
Ole Markus With
e2fd94d104
Make json logging on deployment and enable k8s events
2021-08-31 22:59:30 +02:00
Ole Markus With
b52008d9b6
Add instance state change notification to nth
2021-08-31 22:54:21 +02:00
Kubernetes Prow Robot
fc91d0d459
Merge pull request #12229 from olemarkus/bump-cm-2212
...
Bump cert-manager to 1.5.3
2021-08-31 07:23:37 -07:00
Kubernetes Prow Robot
5f7b4d7838
Merge pull request #12232 from zetaab/checknilinterface
...
check does iface has associations
2021-08-31 05:53:36 -07:00
Jesse Haka
0cfcd418e7
check does iface has associations
2021-08-31 14:27:55 +03:00
Ole Markus With
4bde644786
Bump cert-manager to 1.5.3
2021-08-31 13:12:58 +02:00
dntosas
f558f2441a
[addons/nodelocaldns] Bump image to latest stable v1.20.0
...
As per
3b17e06879 ,
node-local-dns addon is now builded with latest coreDNS base v1.8 and
that brings great consistency between cache and upstream servers in a
manner of configuration, metrics name convention, etc.
So in this commit, we bump node-local-dns image to latest v1.20.0 which
is build upon latest coreDNS and also add support for overriding this
field.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-08-31 14:07:19 +03:00
Jesse Haka
5896479b8f
fix parse semver
2021-08-31 13:56:08 +03:00
Kubernetes Prow Robot
6403de580c
Merge pull request #12221 from johngmyers/kube-proxy-rbac
...
Move bootstrap RBAC from protokube to core bootstrap addon
2021-08-30 05:38:54 -07:00
Kubernetes Prow Robot
9cc3ffffe3
Merge pull request #12215 from burntcarrot/fix-staticcheck-errors
...
Fix new staticcheck errors
2021-08-30 04:56:53 -07:00
burntcarrot
208ae1eebd
Update instance.go
...
Signed-off-by: burntcarrot <aadhav.n1@gmail.com>
2021-08-30 09:18:02 +05:30
John Gardiner Myers
01dd7d562e
hack/update-expected.sh
2021-08-29 14:19:02 -07:00
John Gardiner Myers
62c4ce4d93
Move bootstrap RBAC from protokube to core bootstrap addon
2021-08-29 12:36:21 -07:00
John Gardiner Myers
be8933b577
Remove code for unsupported features
2021-08-28 13:49:55 -07:00
John Gardiner Myers
6655022ce1
Remove support for the Lyft CNI
2021-08-28 11:54:39 -07:00
burntcarrot
7a6e1c1e68
Fix new staticcheck errors
...
Signed-off-by: burntcarrot <aadhav.n1@gmail.com>
2021-08-28 19:48:17 +05:30
Kubernetes Prow Robot
bf559f042d
Merge pull request #12198 from dntosas/metrics-server-bump-minor-version
...
[addons/metrics-server] Bump minor version
2021-08-28 02:38:52 -07:00
John Gardiner Myers
1ea4168cab
Release 1.23.0-alpha.1
2021-08-27 21:12:45 -07:00
John Gardiner Myers
fa053ffba5
Prepare 1.23 branch
2021-08-27 21:07:14 -07:00
Peter Rifel
bfb58af697
Prefix terraform resource names when they'd otherwise begin with a digit
2021-08-27 12:57:56 -05:00
Ole Markus With
67b1ace14f
Validate external-dns spec
2021-08-27 06:32:25 +02:00
Ole Markus With
0152c23c1e
Remove externaldns feature flag
2021-08-27 06:30:01 +02:00
Ole Markus With
41c3ff2aac
Make external dns provider configurable
2021-08-27 06:28:02 +02:00
Ole Markus With
38f805c5ef
Make external-dns a drop-in for dns-controller
...
Support TXT records
2021-08-27 06:24:47 +02:00
Kubernetes Prow Robot
446aea1d62
Merge pull request #12188 from olemarkus/kubelet-ip-altnames
...
Add ip addresses into kubelet certs
2021-08-26 21:09:00 -07:00
Ole Markus With
ad16042a1f
Add IPs to kubelet server cert
...
Since AWS does not resolve instance hostnames to ipv6, ipv6-only pods that talk to kubelet API has to use node IP, not hostname. Thus we need to add IPs to kubelet server cert.
2021-08-26 20:54:02 +02:00
Kubernetes Prow Robot
bb38a3e52e
Merge pull request #12067 from h3poteto/iss-11608
...
Support AWS LB access log configuration in cluster spec
2021-08-25 16:51:23 -07:00
AkiraFukushima
73f7307844
Add AccessLog attribute to CloudFormation and Terraform renderer
2021-08-25 22:55:53 +09:00
dntosas
075fd29f20
[addons/metrics-server] Bump minor version
...
Updating image and manifest to latest stable version.
Signed-off-by: dntosas <ntosas@gmail.com>
2021-08-24 11:00:29 +03:00
Peter Rifel
bf20cef86f
Add terraform outputs OIDC provider ARN and issuer
...
These fields are valuable because their fields are used in the assume role policies of service account IAM roles, based on the docs here:
https://docs.aws.amazon.com/eks/latest/userguide/create-service-account-iam-policy-and-role.html#aws-cli
2021-08-23 21:48:59 -05:00
Justin SB
0722124e8e
Initial IPv6 support for GCE
...
Supporting IPv6 values where they can be set by the user, and ensuring
that IPv4 and IPv6 firewall rules are split because on GCP they cannot
be in the same rule.
2021-08-21 20:09:31 -04:00
Kubernetes Prow Robot
022452a61b
Merge pull request #12189 from olemarkus/bump-cm-2211
...
Bump cert-manager to 1.5.2
2021-08-21 13:49:59 -07:00
Ole Markus With
11ffa653cb
Bump cert-manager to 1.5.2
2021-08-21 21:12:23 +02:00
Amit Prasad
48fa73f3bb
Add option in Cluster Autoscaler AddOn for AWS EC2 Static instance list
2021-08-21 22:44:31 +05:30
Kubernetes Prow Robot
ecb85a207a
Merge pull request #12173 from srikiz/DO-Fix-DNSProvider-Interface-Package
...
[DigitalOcean] Code refactor to use the existing dnsprovider package
2021-08-18 22:53:24 -07:00
Kubernetes Prow Robot
181f278218
Merge pull request #12176 from olemarkus/bump-snapshot-controller-22
...
Bump snapshot-controller
2021-08-18 14:19:45 -07:00
Ole Markus With
7f4066a909
Bump snapshot-controller
2021-08-18 20:39:16 +02:00
Ole Markus With
2288900ae6
Bump cert-manager to 1.5.1
2021-08-18 20:34:05 +02:00
Kubernetes Prow Robot
be493f1788
Merge pull request #12158 from olemarkus/cilium-wireguard-support
...
Cilium wireguard support
2021-08-16 23:18:00 -07:00
Reilly Brogan
1b59233c8e
Debian 11: Release AMIs use same AWS Owner ID as Buster
2021-08-16 12:06:36 -05:00
Ole Markus With
890187d822
Only ipsec requires ciliumpassword
2021-08-16 14:08:59 +02:00
dntosas
0e8d189aee
[cilium] Add support for encryption via WireGuard
...
In this commit, we enable users to choose WireGuard as their prefered
encryption type, leveraging this new feature from Cilium.
Ref: https://cilium.io/blog/2021/05/20/cilium-110#wireguard
Signed-off-by: dntosas <ntosas@gmail.com>
2021-08-16 14:08:59 +02:00
Kubernetes Prow Robot
3afe121a29
Merge pull request #12148 from olemarkus/reconcile-public
...
Reconcile if managedFile is public or not
2021-08-13 12:15:32 -07:00
Ole Markus With
67b4024694
Reconcile if managedFile is public or not
2021-08-13 20:20:44 +02:00
Antonio Ojea
f61a5d79ab
leverage proxy env variables
2021-08-13 19:27:17 +02:00
Ole Markus With
caf46fef6a
Bump AWS CSI Driver to 1.2.0
2021-08-13 11:14:05 +02:00
Kubernetes Prow Robot
b1e6064501
Merge pull request #12141 from olemarkus/cilium-bump-211
...
Bump cilium to 1.10.3
2021-08-12 13:11:50 -07:00
Ole Markus With
133eb1f7ba
Bump cilium to 1.10.3
2021-08-12 21:12:25 +02:00
Ole Markus With
57bd06b281
Bump Cert Manager for 1.22
2021-08-12 08:36:22 +02:00