Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 1 addition & 3 deletions documentation/content/en/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down Expand Up @@ -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]:
Expand Down