Skip to content

docs: use an existing kindest/node tag in the k8s node image example - #2257

Merged
egernst merged 1 commit into
apple:mainfrom
saiyam1814:docs-k8s-node-image-tag
Sep 11, 2026
Merged

docs: use an existing kindest/node tag in the k8s node image example#2257
egernst merged 1 commit into
apple:mainfrom
saiyam1814:docs-k8s-node-image-tag

Conversation

@saiyam1814

Copy link
Copy Markdown
Contributor

Type of Change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation update

Motivation and Context

kindest/node:v1.34.4 does not exist on Docker Hub, so the example in docs/kubernetes.md fails with a 404 on the manifest. The 1.34 tags available are v1.34.0, .2, .3, .8 and .11. This switches the example to v1.34.11.

Testing

  • Tested locally: container run docker.io/kindest/node:v1.34.4 fails with 404 Not Found on the manifest; docker.io/kindest/node:v1.34.11 pulls and boots.
  • Added/updated tests
  • Added/updated docs

@github-actions github-actions Bot added the documentation Improvements or additions to documentation label Sep 11, 2026
@egernst
egernst merged commit 5543710 into apple:main Sep 11, 2026
3 checks passed
@github-actions

Copy link
Copy Markdown

Code Coverage

Tier Line Coverage
Unit 24.78%
Integration 66.68%
Combined 76.08%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants