Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 329 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 329 Bytes

KleinCF

Experiment to rewrite basic CloudFoundry functionalities on top of Knative.

How to install

  1. Install Istio and Knative
  2. Install kleincf
    kubectl apply -f release.yml
    
  3. Add docker credentials
kubectl -n cf-default apply -f docker.yml
kubectl -n cf-system apply -f docker.yml