aaw
aaw copied to clipboard
Various Refactoring to Istio Profiles Controller
Description
Various components of the Istio Profiles Controller will need to be refactored in light of the changes/recommendations to the standalone example.
TODO
- [ ] Each
VirtualServiceneeds anexportToblock to export to both the employee namespace and thecloud-main-systemnamespace. - [ ] Need to refactor the current
VirtualServicethat gets created by the controller to match the standalone example. - [ ] Need to refactor the
istioprofile controller to add a per-namespaceServiceEntrywith anexportToblock that exports to both employee namespace andcloud-main-systemnamespace. - [ ] Need to refactor the
istioprofile controller to add a per-namespaceDestinationRulewith anexportToblock that exports to both employee namespace andcloud-main-systemnamespace.