-
Story
-
Resolution: Done
-
Undefined
-
None
-
2
-
False
-
None
-
False
-
-
-
-
GRC Sprint 2024-16
-
None
Value Statement
The policy components should use the `local-cluster=true` label rather than check if the managed cluster name is `local-cluster` to allow different hub names. See ACM-1290 for more details.
Definition of Done for Engineering Story Owner (Checklist)
- The governance-policy-addon-controller uses the `local-cluster=true` label on the ManagedCluster object rather than use the cluster name.
- Verify no other policy components use the hard coded name to determine if it's a hub cluster.
- Update policy-collection placements that have cluster name filters of local-cluster to use the label instead.
Development Complete
- The code is complete.
- Functionality is working.
- Any required downstream Docker file changes are made.
Tests Automated
- [ ] Unit/function tests have been automated and incorporated into the
build. - [ ] 100% automated unit/function test coverage for new or changed APIs.
Secure Design
- [ ] Security has been assessed and incorporated into your threat model.
Multidisciplinary Teams Readiness
- [ ] Create an informative documentation issue using the Customer
Portal Doc template that you can access from [The Playbook](
and ensure doc acceptance criteria is met.
- Call out this sentence as it's own action:
- [ ] Link the development issue to the doc issue.
Support Readiness
- [ ] The must-gather script has been updated.
- relates to
-
ACM-1290 [RFE] Be able to rename local-cluster
- In Progress