openshift / appliance

OpenShift-based Appliance Builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to apply workload partitioning using this appliance

wzhu2x opened this issue · comments

As I know Workload partitioning can only be enabled during cluster installation, So How should I configure to enable this feature when using the appliance to install the cluster

You can give it a try by including a cluster-manifest with storage configuration inside the config-image.
I.e. follow this doucoment for creating a MachineConfig of storage config with partitioning.
Then, when generating the config-iso, add the yaml under 'openshift' dir. E.g. /home/test/cluster_config/openshift/10-masters-storage-config.yaml

yes, It works ,thank you very much