Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test against k8s 1.24 #238

Closed
vreynolds opened this issue Mar 16, 2022 · 2 comments
Closed

test against k8s 1.24 #238

vreynolds opened this issue Mar 16, 2022 · 2 comments
Labels
type: maintenance The necessary chores to keep the dust off.

Comments

@vreynolds
Copy link
Contributor

internal slack thread

we're using an outdated k8s version in the e2e tests (through kind tool) - bump to latest version that runs k8s 1.24 (to be released April 19 2022)

check for deprecated features and consider upgrading our usage (e.g. sounds like /var/lib/docker/containers is deprecated in favor of /var/lib/containerd)

@vreynolds vreynolds added the type: maintenance The necessary chores to keep the dust off. label Mar 16, 2022
@ismith
Copy link
Contributor

ismith commented Jul 1, 2022

I decided to kick the tires a bit - the biggest worry I have re 1.24 is the move from docker to containerd.

Since my sandbox is EKS, the most recent version available is 1.22, but that defaults to containerd (containerd becomes mandatory in 1.24), so it seemed a useful check of metrics and logs.

Log tailing mostly worked - I set up a watcher for a nop parser, and saw data in honeycomb that looked right. Yay!

Metrics also put data into the appropriate dataset, though I'd want someone to take a look and make sure those values seem correct - I don't look at kubernetes-metrics often enough to be sure what should be in there.

So with those caveats, this seems like a good start. Doesn't guarantee that the kubernetes apis are all compatible (since, again, I tested in 1.22, not 1.24), but at least containerd vs docker doesn't seem to be a problem.

(I think to try 1.24 today we'd want to spin up a GKE cluster.)

@MikeGoldsmith
Copy link
Contributor

We are using this internally in a later version of k8s (1.27). We will open issues as they come up.

@MikeGoldsmith MikeGoldsmith closed this as not planned Won't fix, can't repro, duplicate, stale Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: maintenance The necessary chores to keep the dust off.
Projects
None yet
Development

No branches or pull requests

3 participants