Skip to content

Commit

Permalink
Update after review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
zdtsw authored Sep 26, 2023
1 parent e31a048 commit d73419a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/content/docs/quick-installation-new-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,17 @@ After completing these steps, please refer to the installation guide to proceed
spec:
components:
codeflare:
managementState: Managed
managementState: Removed
dashboard:
managementState: Managed
datasciencepipelines:
managementState: Managed
kserve:
managementState: Managed
managementState: Removed
modelmeshserving:
managementState: Managed
ray:
managementState: Managed
managementState: Removed
workbenches:
managementState: Managed
```
Expand Down Expand Up @@ -152,5 +152,5 @@ We offer a feature that allows users to configure the namespace for their applic

There are two scenarios in which this feature can be utilized:

- Assigning a New Namespace: Users can set a new namespace immediately after creating the `DSCInitialization` instance, before creating the `DataScienceCluster` instance.
- Assigning a New Namespace: Users can set a new namespace using `DSCInitialization` instance before creating the `DataScienceCluster` instance.
- Switching to a New Namespace: Users have the option to switch to a new namespace after resources have already been established in the application's current namespace. It's important to note that in this scenario, only specific resources (such as deployments, configmaps, networkpolicies, roles, rolebindings, secrets etc) will be removed from the old application namespace during cleanup. For namespace-scoped CRD instances, users will be responsible to cleanup themselves.

0 comments on commit d73419a

Please sign in to comment.