docs: expand Divert setup, shared environments, and troubleshooting - #1155
Draft
codyjlandstrom wants to merge 4 commits into
Draft
docs: expand Divert setup, shared environments, and troubleshooting#1155codyjlandstrom wants to merge 4 commits into
codyjlandstrom wants to merge 4 commits into
Conversation
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for okteto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
- Document Linkerd as optional for the nginx driver: ingress-level routing works without it, Linkerd extends routing to service-to-service calls. The original draft said it was required. - Remove the divert.debug manifest field and the api.logLevel Helm value; neither exists in the CLI schema or the chart. - Replace the step-by-step getting started section with a role-based setup path that links to the detailed guides instead of repeating their content. - Split troubleshooting by audience: developer issues in Using Divert, admin issues in Configure Divert. The core page links to both. - Keep everything that landed on main after this branch was opened: the Istio installation guide, the ingress controller architecture section, the okteto-community sample URLs, and the virtualServices/hosts field docs. - Drop the versioned_docs/version-1.40 copies; 1.47 is current and new content targets src/content only. - Style pass per STYLE_GUIDE.md. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Cody Landstrom <cody@okteto.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.
Expands the Divert docs based on the feedback from the initial release, and reconciles the branch with everything that landed on main since February.
What this adds
core/divert.mdx): prerequisites by role, driver configuration, shared environment creation, manifest configuration, and verification. Each step links to the detailed guide instead of repeating it.Corrections from the original draft
divert.debugmanifest field that does not exist in the CLI schema.api.logLevelHelm value that does not exist in the chart.versioned_docs/version-1.40copies. 1.47 is current, so this content targetssrc/content/only.Merge with main
Merged main and kept everything that landed since this branch was opened: the Istio installation guide (#1177), the ingress controllers architecture section (#1187), the
okteto-communitysample repo URLs (#1178, #1196), and thevirtualServices/hostsfield documentation (#1197). Also fixed two pre-existing broken relative links in the Configure Divert "Next Steps" section.Style pass done per
STYLE_GUIDE.md.yarn buildpasses.🤖 Generated with Claude Code