docs: document migration, installerChecker, and namespaceDestroyAll jobs - #1307
Open
rberrelleza wants to merge 3 commits into
Open
docs: document migration, installerChecker, and namespaceDestroyAll jobs#1307rberrelleza wants to merge 3 commits into
rberrelleza wants to merge 3 commits into
Conversation
Add an admin-focused reference and troubleshooting page for the three Kubernetes jobs Okteto runs in the okteto namespace, plus Helm config value sections for each so priorityClassName and related settings have a documented home. - New page self-hosted/manage/okteto-jobs.mdx: what each job is, when it runs, the resources it acts on, and how to inspect it (component label selectors, kubectl commands, logs). - helm-configuration.mdx: add installerChecker, migration, and namespaceDestroyAll sections under Okteto Components. - troubleshooting.mdx: cross-link the installerChecker from the "progressing forever" section. - sidebars.js: add the new page to Operating Okteto. Closes #513 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Ramiro Berrelleza <ramiro@okteto.com>
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Remove the new okteto-jobs.mdx page and its sidebar entry from this PR; they now live in a dedicated PR (#1310). This PR keeps the helm-configuration.mdx config sections and the troubleshooting.mdx cross-link, which reference that page. Merge #1310 first. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
rberrelleza
marked this pull request as ready for review
July 22, 2026 00:33
rberrelleza
requested review from
codyjlandstrom,
ifbyol,
pchico83 and
rlamana
as code owners
July 22, 2026 00:33
Drop the "See Okteto Jobs" cross-links from the installerChecker, migration, and namespaceDestroyAll config sections, and point the troubleshooting installerChecker link at its Helm configuration section instead. This PR is now self-contained and no longer depends on the separate Okteto Jobs page PR. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #513
Documents the three Kubernetes jobs Okteto runs in the
oktetonamespace (migration,installerChecker,namespaceDestroyAll) in the Helm configuration reference.What changed
helm-configuration.mdx: addsinstallerChecker,migration, andnamespaceDestroyAllconfig sections under Okteto Components, givingpriorityClassNameand the other values a documented home (the gap raised in the Document priorityClassName #511 review). Each section describes the job and its configurable values.troubleshooting.mdx: notes that theinstallerCheckerCronJob clears pipelines stuck in "progressing", linking to its Helm configuration section.Self-contained; no dependency on other PRs.
🤖 Generated with Claude Code