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

Update to kubernetes 1.29.1 #761

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KentoKubo
Copy link

@KentoKubo KentoKubo commented Feb 12, 2024

I recently worked through "kubernetes-the-hard-way," an incredibly useful and informative guide for learning Kubernetes, using its latest version as of February 11th, 2024.

I have forked the repository from @kelseyhightower 's original at https://github.com/kelseyhightower/kubernetes-the-hard-way and made updates to version 1.27.4, incorporating many PRs from the original repository created by @alenzen (see #742 for reference).

In this PR, I have updated Kubernetes to version 1.29.1 and also updated other components to their latest versions. This includes 'runc', for which I have used a patch version for CVE-2024-21626 .

Engaging with this guide has significantly deepened my understanding of Kubernetes, with numerous issues and PRs providing invaluable assistance along the way.

I'm immensely grateful to everyone who has contributed to this learning journey.
Thank you.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before we call kubectl apply --filename ./manifests/coredns-1.11.1.yaml from local we need to identify which machine are we doing this on (localhost, controller-0, all controllers, all workers, etc), and we need to identify where to get the coredns-1.11.1.yaml file from. This is also the first mention of coredns, so if there's something that should be installed already to this point it should be called out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants