Merge pull request #49414 from aakankshabhende/49326

Fixed link navigation bug
pull/49796/head
Kubernetes Prow Robot 2025-02-16 09:20:23 -08:00 committed by GitHub
commit 75faa38ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -434,7 +434,6 @@ The above scenario can be replicated by using a [Sidecar Container](/docs/concep
as a helper container to write the HTML file.
As a Sidecar Container is conceptually an Init Container, it is guaranteed to start before the main web server container.
This ensures that the HTML file is always available when the web server is ready to serve it.
Please see [Enabling sidecar containers](/docs/concepts/workloads/pods/sidecar-containers/#enabling-sidecar-containers) to utilize this feature.
If you are continuing from the previous scenario, you can reuse the ConfigMap named `color` for this scenario.
If you are executing this scenario independently, use the `kubectl create configmap` command to create a ConfigMap