Trim environment variable content in concept
- Remove steps and link to the relevant task
- Add a brief intro to task heading
Clean up wording about Secrets as env vars
- Improve clarity of the list items
- Improve clarity of the intro paragraph for invalid vars
Delete environment variable use case
- Change heading levels
- Improve the intro sentence for the list
- Style edit for the list items
- Convert the limitations of explicit listing into a bullet list
- In the bullet list, clean up phrasing
- Remove the 'Read the secret data' bit. The existing steps on
this page have the same instructions.
This PR drops some outdated information about very old Kubernetes versions.
The last section is improved so that readers get a better idea why those pointers are provided.
This PR fixes links where the target is a redirection. The special case
is about minikube, which has been deleted recently. The dangling link
now points to `/docs/tasks/tools/` which makes no sense. This PR change
the target for `minikube` to `https://minikube.sigs.k8s.io/docs/`.
Add description metadata for each task section (English localization).
For sections that only have one page, make sure that that sole page has
description metadata set.
This change helps prepare for the migration to the Docsy theme.
- Separate out short arguments to kubectl exec
Make it explicit that "-i" and "-t" are separate arguments to
"kubectl exec".
Readers who know about aggregating short arguments can figure the
aggregation out for themselves.
- Fix /tidy Markdown
- Use style guide convention for running commands
Don't include the prompt, even for commands run inside a container
- Call a manifest a manifest
- tweak some wording
- Note feature state for PodPreset
- Emphasize section on enabling PodPreset
- Omit version check
Assume that the reader has a supported version of Kubernetes that
includes PodPreset.
- List PodPreset as a task prerequisite
PodPreset is an alpha feature; you can't follow the task page unless
it's enabled.
I noticed this https://www.base64encode.org/ Tool is not working in the safari browser, So I added alternative tool that I found is working on safari and another browser.
Please Check Link that I added :)
Thanks