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

Issue with k8s.io/docs/tasks/manage-kubernetes-objects/kustomization/ #49620

Open
botanyhelp opened this issue Feb 2, 2025 · 6 comments
Open
Labels
kind/bug Categorizes issue or PR as related to a bug. language/en Issues or PRs related to English language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. sig/docs Categorizes an issue or PR as relevant to SIG Docs.

Comments

@botanyhelp
Copy link

I report a typo that happens in 3 places, 3 YAML files, found at this URL I am learning from:

https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/

The line that causes the examples to fail is this one:

image: my-app

The intention was surely to have a real image name there like busybox or nginx, like this:

image: nginx

Otherwise, this documentation page is great, works and provides efficient learning for me, THANKS!

@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Feb 2, 2025
@k8s-ci-robot
Copy link
Contributor

This issue is currently awaiting triage.

SIG Docs takes a lead on issue triage for this website, but any Kubernetes member can accept issues by applying the triage/accepted label.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@thisisharrsh
Copy link
Contributor

/sig docs

@k8s-ci-robot k8s-ci-robot added the sig/docs Categorizes an issue or PR as relevant to SIG Docs. label Feb 3, 2025
@thisisharrsh
Copy link
Contributor

@thisisharrsh
Copy link
Contributor

/language en

@k8s-ci-robot k8s-ci-robot added the language/en Issues or PRs related to English language label Feb 3, 2025
@thisisharrsh
Copy link
Contributor

/kind bug

@k8s-ci-robot k8s-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Feb 3, 2025
@sftim
Copy link
Contributor

sftim commented Feb 3, 2025

These examples show that Kustomize can produce a Pod based on templating. Although the page doesn't say so, you aren't expected to run the Pods successfullu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. language/en Issues or PRs related to English language needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. sig/docs Categorizes an issue or PR as relevant to SIG Docs.
Projects
None yet
Development

No branches or pull requests

4 participants