From bc297502a988a345522b97e8d884796ae11a8494 Mon Sep 17 00:00:00 2001 From: NETIZEN-11 Date: Wed, 22 Apr 2026 18:37:01 +0530 Subject: [PATCH] fix: remove porch references from kpt docs (#4288) Signed-off-by: Nitesh Kumar --- docs/ROADMAP.md | 5 ----- documentation/content/en/faq.md | 4 +--- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 7729a7972e..189220cdfb 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -15,11 +15,6 @@ Please refer to the [release notes] page for more information about the latest f A few areas of work are ongoing. (This is not exhaustive.) -### Package orchestration - -Porch is the recommended approach for package orchestration. See the -[package orchestration documentation](https://docs.nephio.org/docs/porch/) for more details. - ### Explore various options for function runtime Currently, `kpt fn render` has dependency on docker to execute functions in pipeline. diff --git a/documentation/content/en/faq.md b/documentation/content/en/faq.md index 3f7e0f4aaa..4e5749f639 100644 --- a/documentation/content/en/faq.md +++ b/documentation/content/en/faq.md @@ -50,7 +50,7 @@ _kpt_ - Enables workflows that combine programmatic changes ([functions]) with manual edits. - Aims to support mutating and validating admission control on derived packages. -- Also supports packages, [package orchestration], resource actuation, and GitOps. +- Also supports packages, package orchestration (see [Nephio documentation](https://docs.porch.nephio.org/)), resource actuation, and GitOps. ### Do kpt and kustomize work together? @@ -122,8 +122,6 @@ don't have to alias it. It is pronounced "kept". [Configuration as Data]: https://github.com/kptdev/kpt/blob/main/docs/design-docs/06-config-as-data.md -[package orchestration]: - https://github.com/kptdev/kpt/blob/main/docs/design-docs/07-package-orchestration.md [the kubernetes resource model]: https://github.com/kubernetes/design-proposals-archive/blob/main/architecture/resource-management.md [declarative application management in kubernetes]: