Day-2 operations workflow¶
TechPreview since 2.26.0 (17.1.0 and 16.1.0)
The workflow of the day-2 operations API that use Container Cloud or custom modules is as follows:
Select one of the following options:
If you do not intend to use custom modules, skip to step 2.
If you intend to use custom modules:
Contact the module creator to obtain the link to the module and its SHA256.
Add the module to an existing
HostOSConfigurationModules
(hocm
) object or create a newhocm
object. For details, see HostOSConfigurationModules and Add a custom module to a Container Cloud deployment.
Add the configuration of the Container Cloud or custom module to an existing
HostOSConfiguration
(hoc
) object or create a newhoc
object with the following details:Add the required configuration details of the module.
Set the selector for machines to apply the configuration.
For details, see HostOSConfiguration along with HostOSConfiguration and HostOSConfigurationModules concepts.
Optional. Retrigger the same successfully applied module configuration. For details, see Retrigger a module configuration.
Create a custom configuration module as required. For reference, see Format and structure of a module package and Modules provided by Container Cloud.
Publish the module in a repository from which the cloud operator can fetch the module.
Share the module details with the cloud operator.
The following diagram illustrates the high-level overview of the day-2 operations API: