openshift/iri-mcd
Describes the acceptance criteria and BDD tests to be used for new/existing features of the InternalReleaseImage MachineConfigDaemon manager. The manager implements the NoRegistryClusterInstall main feature for the part related to manage/monitor a single control plane node
npx skills add https://github.com/openshift/machine-config-operator --skill iri-mcd
When working on InternalReleaseImage daemon manager changes:
acceptance/.When defining the implementation:
syncInternalReleaseImage method short and readable. Prefer to refactor included tasks into private type methods.syncInternalReleaseImage method more than once per loop: keep it simple stupid.name field to represent the current case.
The NoRegistryClusterInstall feature is also tested functionally in /test/e2e-iri folder.
acceptance/storage-reclaim.md: IRI deletion workflow, how to reclaim the disk node space previously used.acceptance/feature-disabled.md: the expected behavior when the feature is not enabled.Take openshift/iri-mcd from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.