Closed lulf closed 7 years ago
Our use of templates prevents EnMasse from being deployed on a pure kubernetes cluster. Replacing templates with a third party resource (TPR) with the same schema, and adding a substitution mechanism in the address-controller should be sufficient.
https://github.com/openshift/origin/pull/12996
Run EnMasse on Kubernetes
The changes in https://github.com/EnMasseProject/enmasse/pull/21 and https://github.com/EnMasseProject/admin/pull/9 will eventually allow templates to be processed locally without having to use third party resources.
Our use of templates prevents EnMasse from being deployed on a pure kubernetes cluster. Replacing templates with a third party resource (TPR) with the same schema, and adding a substitution mechanism in the address-controller should be sufficient.