Docs V1: Expand the Kubernetes plugin page - #7079
Open
rahulshendre wants to merge 6 commits into
Open
Conversation
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
Contributor
Author
khanhtc1202
previously approved these changes
Jul 26, 2026
khanhtc1202
reviewed
Jul 26, 2026
khanhtc1202
left a comment
Member
There was a problem hiding this comment.
Sorry, I missed click approval
Signed-off-by: rahulshendre <rahulshendre789@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #7079 +/- ##
==========================================
- Coverage 29.36% 29.17% -0.20%
==========================================
Files 601 526 -75
Lines 64328 58492 -5836
==========================================
- Hits 18891 17063 -1828
+ Misses 43969 40071 -3898
+ Partials 1468 1358 -110
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@khanhtc1202 @eeshaanSA @mohammedfirdouss PTAL when you have time, thanks! |
eeshaanSA
requested changes
Jul 30, 2026
eeshaanSA
left a comment
Contributor
There was a problem hiding this comment.
Largely LGTM. Please do fix the nits. Also, as noticed, double check application configurations. Make sure they adhere to all the v1 changes.
| # port / url / deployTargets ... | ||
| config: | ||
| chartRepositories: | ||
| - type: HTTP # ChartMuseum, Nexus, Artifactory, ... |
Contributor
There was a problem hiding this comment.
safe to remove the comments here, I suppose
Signed-off-by: rahulshendre <rahulshendre789@gmail.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.
What this PR does:
Expands the Kubernetes plugin page from the current stub into a full reference. It adds prerequisites, quick sync, pipeline sync, every pipeline stage, with their options, livestate and drift detection, plan preview, etc.
Every stage name, option, field, and default is taken from the plugin source - pkg/app/pipedv1/plugin/kubernetes
Why we need it:
Expands the Kubernetes plugin page to match the standard of the Kubernetes Multicluster plugin and ECS plugin.
Which issue(s) this PR fixes:
Part of #6679
Does this PR introduce a user-facing change?: