/kf

Temporary housing for kf

Primary LanguageGoApache License 2.0Apache-2.0

kf

kf is like cf for Knative

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.