mirror of https://github.com/kubernetes/kops.git
673 B
673 B
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
Choose one of the following methods (only for develop)
- the method one: apply the file
kubectl apply -f docs/kops-server/kops-server.yaml
- From the keops directory run the following
helmcommand. More information onhelmcan be found here
helm install charts/kops --namespace kops