Closed devdattakulkarni closed 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?
Nevermind.
I realized that sample-apiserver binary needs to be built first (go build, go install).
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?