'install-config.yaml' and agent-config.yaml should not be under openshift folder for HUB deployment using ABI. ABI created openshift folder with generated manifests, the folder can be created in the installation directory to customize install with machineconfig for example.
openshift folder must be at the same level as install-config.yaml and agent-config.yaml files and can include machineconfig (NTP, disk partitioning) and extra config like Network CR.
Below an example:
install-directory
├── agent-config.yaml
├── install-config.yaml
└── openshift
└── machineconfig-master.yaml
2 directories, 3 files
'install-config.yaml' and agent-config.yaml should not be under openshift folder for HUB deployment using ABI. ABI created openshift folder with generated manifests, the folder can be created in the installation directory to customize install with machineconfig for example.
openshift folder must be at the same level as install-config.yaml and agent-config.yaml files and can include machineconfig (NTP, disk partitioning) and extra config like Network CR.
Below an example:
install-directory
├── agent-config.yaml
├── install-config.yaml
└── openshift
└── machineconfig-master.yaml
2 directories, 3 files