hev / kf

Temporary housing for kf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kf

kf is like cf for Knative. It combines the best of the best of the cf CLI, the OSBAPI spec, service-catalog and Knative into a unified Platform as a Service Experience.

Getting started.

Build a kf binary and follow our install instructions for Knative.

How to build

Dependencies:

go mod is used and required for dependencies

Requirements:

  • Golang 1.12

Building:

$ go build ./cmd/...

Notes:

  • kf CLI must be built outside of the $GOPATH folder unless you explicitly use export GO111MODULE=on.

Development and releasing

We use ko for rapid development and during the release process to build a full set of kf images and installation YAML.

About

Temporary housing for kf

License:Apache License 2.0


Languages

Language:Go 96.2%Language:Shell 3.5%Language:HCL 0.3%