kubernetes / sample-apiserver

Reference implementation of an apiserver for a custom Kubernetes API.
Apache License 2.0
533 stars 212 forks source link

Question about how to run in standalone mode #24

Closed devdattakulkarni closed 6 years ago

devdattakulkarni commented 6 years ago

I am confused about step 4 in the instructions to run the sample-apiserver in standalone mode:

sample-apiserver --secure-port 8443 --etcd-servers http://127.0.0.1:2379 --v=7 \ --client-ca-file ca.crt \ --kubeconfig ~/.kube/config \ --authentication-kubeconfig ~/.kube/config \ --authorization-kubeconfig ~/.kube/config

What is "sample-apiserver" in above command?

devdattakulkarni commented 6 years ago

Nevermind.

I realized that sample-apiserver binary needs to be built first (go build, go install).