Project Quarks Alpha Release
Hello everyone,
On behalf of the Quarks team, I'd like to introduce Cloud Foundry Operator v0.4.2.
https://github.com/cloudfoundry-incubator/cf-operator/releases/tag/v0.4.2
This is our first alpha release. Post CF Summit EU, we gathered feedback and made some bugfixes.
Many thanks to everyone that's been testing and working with us to make this happen.
Getting started is really easy, you can try the snippets below. For detailed requirements and advanced usage, please find us on slack (#quarks-dev).
There are many cool things to learn and experiment with, including Eirini.
kubectl create namespace scf
helm install --namespace cf-operator \
--name cf-operator \
--set operator.watchNamespace=scf \
https://s3.amazonaws.com/cf-operators/release/helm-charts/cf-operator-v0.4.2%2B0.g604925f0.tgz
helm install \
--namespace scf \
--name scf \
--set "system_domain=scf.suse.dev" \
https://scf-v3.s3.amazonaws.com/scf-3.0.0-2f83620.tgz
Contributors are welcome!
Thanks,
The Quarks team