kubernetes / website

Kubernetes website and documentation repo:
https://kubernetes.io
Creative Commons Attribution 4.0 International
4.44k stars 14.31k forks source link

Check the blog for mentions of docker and add warning labels #30936

Closed celestehorgan closed 2 years ago

celestehorgan commented 2 years ago

Umbrella issue: https://github.com/kubernetes/website/issues/30771

Description

Check https://kubernetes.io/blog/ for mentions of Docker in the posts, and categorize as 👍

  1. Directly mentions the Dockershim removal
  2. Mentions or uses Docker but but doesn't reference the dockershim removal and is less than 1 year old
  3. Mentions or uses Docker but but doesn't reference the dockershim removal and is greater than 1 year old

Follow-up

For now - that's it. Leave a comment listing the URLs of all relevant blog posts in this ticket!

celestehorgan commented 2 years ago

/triage accepted /milestone 1.24 /assign @nate-double-u

@nate-double-u - I'm assigning this to you (for now) but pause until Patrice is back in.

shannonxtreme commented 2 years ago

1 year and newer, no dockershim removal, yes docker

Older than 1 year, no dockershim removal, yes docker

132 files

chalin commented 2 years ago

@celestehorgan - in the opening comment there are a few places where you mention "Dockershim removal" but I think that you meant just "Dockershim"? For example,

Check https://kubernetes.io/blog/ for mentions of Docker in the posts, and categorize as

  1. Directly mentions the Dockershim removal

Can you clarify and/or fix the opening comment?

nate-double-u commented 2 years ago

Thanks for generating that list @shannonxtreme!

sftim commented 2 years ago

These 3 categories:

  1. Directly mentions the Dockershim removal
  2. Mentions or uses Docker but but doesn't reference the dockershim removal and is less than 1 year old
  3. Mentions or uses Docker but but doesn't reference the dockershim removal and is greater than 1 year old

make sense to me; we're using those elsewhere.

It might be useful to specially call out any blog entries from the past say 24 months that mention Docker in a way that won't work, or will need changes, once dockershim is removed. That'd be different from say an article that mentions using docker as a tool to push a container image.

celestehorgan commented 2 years ago

Todo: split out the warning labels & blog updates into their own issue

celestehorgan commented 2 years ago

I'm going to close this issue with the action items of:

As a side note, it might be useful at some point to implement a version frontmatter tag on blog posts so we can do more fine-grained filtering in future based on the version the blog posts refers to or was released against.