kops/docs/kops-server
guohaowang 857bdb0ec0 remove code: remove kops-server chart
Signed-off-by: guohaowang <wangguohao.2009@gmail.com>
2019-07-26 10:54:33 +08:00
..
README.md remove code: remove kops-server chart 2019-07-26 10:54:33 +08:00
kops-server.yaml doc: add doc to help developer to inspect kops-server 2019-06-21 10:55:58 +08:00

README.md

Kops HTTP API Server

Building the kops API server

Set your docker registry

cd $GOPATH/src/k8s.io/kops
export DOCKER_REGISTRY=$registry

Build the kops API server container, and push the image up to your registry.

make kops-server-push

Deploying the kops API server to a cluster

apply the file (modify the image)

kubectl apply -f docs/kops-server/kops-server.yaml