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/tutorials/ #49324

Closed
swartik opened this issue Jan 7, 2025 · 2 comments · Fixed by #49325
Closed

Issue with k8s.io/docs/tutorials/ #49324

swartik opened this issue Jan 7, 2025 · 2 comments · Fixed by #49325
Labels
kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.

Comments

@swartik
Copy link

swartik commented Jan 7, 2025

The link "Example: Configuring a Java Microservice" (https://kubernetes.io/docs/tutorials/configuration/configure-java-microservice/) yields a 404-Page-not-found response.

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

I can confirm. It looks like there are several languages that reference this page:

$ rg configure-java-microservice
content/uk/docs/tutorials/_index.md
39:* [Приклад: Конфігурування Java мікросервісу](/docs/tutorials/configuration/configure-java-microservice/)

content/es/docs/tutorials/_index.md
32:* [Ejemplo: Configurando un Microservicio en Java](/docs/tutorials/configuration/configure-java-microservice/)

content/hi/docs/tutorials/_index.md
30:](/docs/tutorials/configuration/configure-java-microservice/) (उदाहरण: Java माइक्रोसर्विस का विन्यास करना)

content/hi/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice.md
65:[इंटरैक्टिव ट्यूटोरियल प्रारंभ करें](/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/)

content/ko/docs/tutorials/_index.md
30:* [예제: Java 마이크로서비스 구성하기](/ko/docs/tutorials/configuration/configure-java-microservice/)

content/ko/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice.md
67:### [대화형 튜토리얼 시작](/ko/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice-interactive/)

content/pl/docs/tutorials/_index.md
29:* [Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)

content/ja/docs/tutorials/_index.md
27:* [例: Javaのマイクロサービスの設定](/docs/tutorials/configuration/configure-java-microservice/)

content/bn/docs/tutorials/_index.md
28:* [উদাহরণ: একটি জাভা মাইক্রোসার্ভিস কনফিগার কর](/docs/tutorials/configuration/configure-java-microservice/)

content/pt-br/docs/tutorials/_index.md
33:* [Exemplo: Configurando um Microsserviço Java](/docs/tutorials/configuration/configure-java-microservice/)

content/zh-cn/docs/tutorials/_index.md
49:* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)
54:* [示例:配置 Java 微服务](/zh-cn/docs/tutorials/configuration/configure-java-microservice/)

content/en/docs/tutorials/_index.md
28:* [Example: Configuring a Java Microservice](/docs/tutorials/configuration/configure-java-microservice/)

But the source page itself is only present for ko and hi languages:

$ find ./ -name "configure-java-microservice.*"
./content/ko/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice.md
./content/hi/docs/tutorials/configuration/configure-java-microservice/configure-java-microservice.md

@stmcginnis
Copy link
Contributor

Removed in #48776. Looks like this needs to be removed from the tutorial index page, then cleaned up in the remaining languages.

/triage accepted
/kind bug
/priority backlog

@k8s-ci-robot k8s-ci-robot added triage/accepted Indicates an issue or PR is ready to be actively worked on. kind/bug Categorizes issue or PR as related to a bug. priority/backlog Higher priority than priority/awaiting-more-evidence. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Jan 7, 2025
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. priority/backlog Higher priority than priority/awaiting-more-evidence. triage/accepted Indicates an issue or PR is ready to be actively worked on.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants