cloudfoundry / korifi

Cloud Foundry on Kubernetes
Apache License 2.0
317 stars 65 forks source link

[Feature]: Operator can install Korifi without needing HNC #1112

Closed julian-hj closed 2 years ago

julian-hj commented 2 years ago

Blockers/Dependencies

No response

Background

As an Operator I want fewer dependencies So that I can more easily run Korifi

Acceptance Criteria

GIVEN I have docker and kind installed WHEN I use the deploy-on-kind.sh script THEN I see that HNC no longer gets installed AND I can still use the product to create orgs and spaces and cf push

Dev Notes

clintyoshimura commented 2 years ago

Changes that need to be done:

clintyoshimura commented 2 years ago

In order to switch the eirini roles to ClusterRoles we may need to make changes to eirini-controller. That might be more appropriate to do as a separate story.

julian-hj commented 2 years ago

A/C passed