-
Notifications
You must be signed in to change notification settings - Fork 334
Migrate from PCIC to MCIC as single-source of truth #16602
Copy link
Copy link
Open
Labels
QA/manual-testIndicates issue requires manually testingIndicates issue requires manually testingarea/server-side-paginationkind/enhancementpriority/0
Milestone
Description
richard-cox
opened on Feb 9, 2026
Issue body actions
- At the moment the single-source of truth for clusters is the provisioning.cattle.io cluster (PCIC)
- This will become the management.cattle.io cluster (MCIC)
- cluster lifecycle actions will be done via provider specific types (no change)
- Where we list or display information about a cluster it should primarily use the MCIC and should not need the PCIC
- The following needs to be updated
- Side Nav cluster lists (pinned/not pinned)
- currently primarily uses MCIC but hides entries that don't have PCIC
- should be able to drop MCIC now
- Remove fetch of PCIC from side bar cluster lists #16951 (comment)
- We can remove references to the provCluster in convertToCluster
- Home page cluster list
- currently primarily uses PCIC and should instead use MCIC
- all data, sorting and filtering should be able to be completed on the MCIC (dont fetch PCIC)
- we can disable the funky "if more than x clusters show a trimmed down table" feature
- Convert home and cluster management cluster lists to use MCIC instead of PCIC #17234
- Cluster Management cluster list
- currently primarily uses PCIC and should instead use MCIC
- all data, sorting and filtering should be able to be completed on the MCIC
- PCIC might need to be fetched to determine actions
- Convert home and cluster management cluster lists to use MCIC instead of PCIC #17234
- Cluster Management cluster detail page
- currently primarily uses both PCIC and MCIC, this probably needs to continue
- Convert home and cluster management cluster lists to use MCIC instead of PCIC #17234
- Harvester cluster list
- currently uses PCIC, but i think this can continue (unless we want to update list to use SSP)
- Side Nav cluster lists (pinned/not pinned)
- Follow on items from PRs
- Convert home and cluster management cluster lists to use MCIC instead of PCIC #17234 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
QA/manual-testIndicates issue requires manually testingIndicates issue requires manually testingarea/server-side-paginationkind/enhancementpriority/0
Type
Fields
Give feedbackNo fields configured for issues without a type.