Skip to content

Commit

Permalink
fix: inconsistent deploy documentation pns references (#3972)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Dowler <[email protected]>
  • Loading branch information
dandawg authored Jan 24, 2025
1 parent 2bb1bc0 commit af45e14
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,6 @@ To further debug and diagnose cluster problems, use `kubectl cluster-info dump`.
The installation process for Kubeflow Pipelines is the same for all three
environments covered in this guide: kind, K3s, Docker-desktop, and K3ai.
**Note**: Process Namespace Sharing (PNS) is not mature in Argo yet - for more
information go to [Argo
Executors](https://argoproj.github.io/argo-workflows/workflow-executors/) and reference
"pns executors" in any issue you may come across when using PNS.
1. To deploy the Kubeflow Pipelines, run the following commands:
```shell
Expand Down Expand Up @@ -399,14 +394,14 @@ Below are the steps to remove Kubeflow Pipelines on kind, K3s, or K3ai:

```shell
export PIPELINE_VERSION={{% pipelines/latest-version %}}
kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/env/platform-agnostic-pns?ref=$PIPELINE_VERSION"
kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/env/platform-agnostic?ref=$PIPELINE_VERSION"
kubectl delete -k "github.com/kubeflow/pipelines/manifests/kustomize/cluster-scoped-resources?ref=$PIPELINE_VERSION"
```

- To uninstall Kubeflow Pipelines using manifests from your local repository or
file system, run the following commands:

```shell
kubectl delete -k manifests/kustomize/env/platform-agnostic-pns
kubectl delete -k manifests/kustomize/env/platform-agnostic
kubectl delete -k manifests/kustomize/cluster-scoped-resources
```

0 comments on commit af45e14

Please sign in to comment.