Skip to content

Commit

Permalink
Update 20200913-rootlessKubeflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusvonkohout committed Sep 14, 2023
1 parent 62a8cb9 commit 81feb81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proposals/20200913-rootlessKubeflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Most enterprise environments will require this as well.

### Implementation details
The main steps are adding an additional profile for istio-cni and later ambient mesh, updating the documentation and manifest generation process.
Only istio-cni or istio ambient mesh can run rootless as explained here https://istio.io/latest/docs/setup/additional-setup/cni/.
Only istio-cni or istio ambient mesh can run rootless as explained here https://istio.io/latest/docs/setup/additional-setup/cni/.
Istio-cni will still nedd a deamonset in kube-system, but that is completly isolated from user workloads.
The ambient mesh should get rid of this as well and also has the benefit of removing the istio initcontainers and sidecars altogether.
Then adding the baseline and restricted PSS as kustomize component to /contrib and extending the profile controller to annotate user namespaces with configurable PSS labels.

We want to use a staged approach.
Expand Down

0 comments on commit 81feb81

Please sign in to comment.