-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update DSC Blog to refer v1 api #199
Update DSC Blog to refer v1 api #199
Conversation
35447e2
to
0267c3a
Compare
enabled: false | ||
distributedworkloads: | ||
enabled: true | ||
managementState: Removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
managementState: Removed | |
managementState: Managed |
enabled: true | ||
managementState: Removed | ||
codeflare: | ||
managementState: Managed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
managementState: Managed | |
managementState: Removed |
codeflare: | ||
managementState: Managed | ||
ray: | ||
managementState: Managed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
managementState: Managed | |
managementState: Removed |
modelmeshserving: | ||
enabled: false | ||
managementState: Removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
managementState: Removed | |
managementState: Managed |
- **managementState**: Defines value for a component's status. It is set to one of the following values: | ||
- "Managed" : the operator is actively managing the component and trying to keep it active. It will only upgrade the component if it is safe to do so | ||
- "Removed" : the operator is actively managing the component and will not install it, or if it is installed, the operator will try to remove it | ||
- **devFlags**: Fields under this struct if set, lets user run the operator in [Dev Mode](https://github.com/opendatahub-io/opendatahub-operator/wiki/3.-Using-Operator-in-Dev-Mode). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **devFlags**: Fields under this struct if set, lets user run the operator in [Dev Mode](https://github.com/opendatahub-io/opendatahub-operator/wiki/3.-Using-Operator-in-Dev-Mode). | |
- **devFlags**: Fields under this struct if set, let user run the operator in [Dev Mode](https://github.com/opendatahub-io/opendatahub-operator/wiki/3.-Using-Operator-in-Dev-Mode). |
0267c3a
to
df015a6
Compare
df015a6
to
4a6e820
Compare
Description
How Has This Been Tested?
Merge criteria: