google / kctf

kCTF is a Kubernetes-based infrastructure for CTF competitions. For documentation, see
https://google.github.io/kctf/
Apache License 2.0
664 stars 73 forks source link

Upgrade external-dns to 0.10 #364

Closed sirdarckcat closed 2 years ago

sirdarckcat commented 2 years ago

We need this because Kubernetes 1.22 isn't compatible with <0.10

sirdarckcat commented 2 years ago

https://github.com/kubernetes-sigs/external-dns/pull/2281 https://github.com/kubernetes-sigs/external-dns#kubernetes-version-compatibility

this means kctf now supports kubernetes 1.22+

sroettger commented 2 years ago

this means kctf only supports kubernetes 1.22+ Our CI is on 1.21. Why didn't this break the tests?

sroettger commented 2 years ago

Oh, the version compatibility says it supports 1.19+. So lgtm

sirdarckcat commented 2 years ago

Ah yes, not only.. sorry, fixed the comment.