[docs] Update Kubernetes deployment docs to document aspire deploy with Helm engine#766
Draft
aspire-repo-bot[bot] wants to merge 1 commit intorelease/13.3from
Draft
Conversation
…h Helm engine - Remove incorrect note stating aspire deploy is unsupported for Kubernetes - Update page description to reflect both aspire publish and aspire deploy - Add new 'Deploy with aspire deploy' section documenting the Helm pipeline: - Build → Push → Prepare → Helm Deploy → Print Summary pipeline - WithHelm() builder API for namespace, release name, and chart version - Prerequisites note for helm and kubectl - Rename manual Helm section to 'Deploy with Helm manually' for clarity - Add External parameters link to See also Documents changes from microsoft/aspire#15723 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Member
|
@mitchdenny, can you take a look at this one please? |
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.
Documents changes from microsoft/aspire#15723
@mitchdennyTarget branch
Targeting
release/13.3based on the source PR milestone13.3.Why this PR is needed
PR microsoft/aspire#15723 ("Add Kubernetes deploy pipeline with Helm engine") added full
aspire deploysupport for Kubernetes environments. The existingdeployment/kubernetes.mdxpage explicitly stated thataspire deploywas not supported — this is now incorrect and needed to be updated.What was changed
Updated
src/frontend/src/content/docs/deployment/kubernetes.mdx:<Aside>note claimingaspire deployis unsupported for Kubernetesdescriptionfrontmatter to mention bothaspire publishandaspire deployWithHelm()builder API for configuring namespace, release name, and chart versionhelmandkubectlmust be installed and configured)aspire deployFiles modified
src/frontend/src/content/docs/deployment/kubernetes.mdx(updated)This draft PR needs human review before merging to ensure technical accuracy and completeness.