IBM / cloud-pak-deployer

Configuration-based installation of OpenShift and Cloud Pak for Data/Integration/Watson AIOps on various private and public cloud infrastructure providers. Deployment attempts to achieve the end-state defined in the configuration. If something fails along the way, you only need to restart the process to continue the deployment.
https://ibm.github.io/cloud-pak-deployer/
Apache License 2.0
131 stars 65 forks source link

Support Deployments based on Labeling of Worker Nodes #449

Open SunilManika opened 1 year ago

SunilManika commented 1 year ago

Customer is planning to provision a big single ROSA cluster and deploy mutiple cloud pak for data on the same cluster.

They want to label worker nodes for the deployment before deployment and installation is invoked the expectation is that the workloads are pushed to specific worker nodes. that match the labels.

Example, If a specific set of worker nodes labele as CP4D_DEV and while deploying (CP4D) all workloads (pods) for CP4D_DEV deployment should be placed on CP4D_DEV worker nodes which match the labels.

SunilManika commented 1 year ago

Customer deployment.

image