mirror of https://github.com/kubernetes/kops.git
Signed-off-by: guohaowang <wangguohao.2009@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
kops-server.yaml |
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