Update Kubernetes standalone setup guide to match latest implementation - #446
Open
kaushalkahapola wants to merge 3 commits into
Open
Update Kubernetes standalone setup guide to match latest implementation#446kaushalkahapola wants to merge 3 commits into
kaushalkahapola wants to merge 3 commits into
Conversation
Updated the documentation for deploying an OpenAI LLM provider in Kubernetes. Revised sections for API creation, invocation, and health checks.
Updated API documentation to reflect changes in LLM provider configuration and endpoints.
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
Purpose
Resolves #370
The Kubernetes Standalone Mode setup guide (
kubernetes-standalone.md, both1.2.0andnextversions) documented payloads and commands that no longer match the current gateway implementation — outdated flags, incorrect Helm values paths, and an LLM provider example that didn't reflect the current API shape. This PR brings the guide in line with the current implementation.Checklist
llms.txt(located aten/docs/llms.txt) is updated for AI readiness content.Goals
Align the Kubernetes Standalone Mode guide's commands, Helm values paths, and the LLM provider deploy/invoke example with the current gateway implementation, so users following the guide end up with a working setup.
Approach
Updated the guide content directly (prose,
helm/kubectlcommands, and YAML examples) to match the current chart values and management API, and refreshed thelast_updatedfrontmatter field. No UI changes.User stories
As a user following the Kubernetes Standalone Mode guide, I can run the documented commands and payloads as written and get a working AI Gateway deployment, without needing to guess at corrected flags or fields.
Release note
Updated the Kubernetes Standalone Mode setup guide so its commands and payloads match the current implementation.
Documentation
This PR is the documentation change — updates
en/docs/ai-gateway/1.2.0/deployment/deployment-modes/kubernetes/kubernetes-standalone.mdanden/docs/ai-gateway/next/deployment/deployment-modes/kubernetes/kubernetes-standalone.md.Training
N/A — no training content impact.
Certification
N/A — no certification exam impact.
Marketing
N/A — no marketing content impact.
Automation tests
N/A — documentation-only change, no code changes.
Security checks
Samples
N/A
Related PRs
None
Migrations (if applicable)
N/A
Test environment
Verified the rendered Markdown and YAML/code blocks for correctness and consistency against the current gateway Helm chart and management API; not applicable to JDK/OS/browser environments since this is a documentation-only change.
Learning
Compared the previous guide content against the current gateway Helm chart values and management API behavior to identify and correct the outdated commands and payloads referenced in #370.