guohaowang
|
1653f0f22d
|
doc: add doc to help developer to inspect kops-server
```
$ kubectl -n kube-system logs kops-server-9dd887bcf-tfvkw
I0617 09:24:38.935898 1 serving.go:311] Generated self-signed cert (apiserver.local.config/certificates/apiserver.crt, apiserver.local.config/certificates/apiserver.key)
W0617 09:24:40.097484 1 start.go:133] Authentication/Authorization disabled
I0617 09:24:40.099018 1 plugins.go:158] Loaded 2 mutating admission controller(s) successfully in the following order: NamespaceLifecycle,MutatingAdmissionWebhook.
I0617 09:24:40.099034 1 plugins.go:161] Loaded 1 validating admission controller(s) successfully in the following order: ValidatingAdmissionWebhook.
W0617 09:24:40.139797 1 genericapiserver.go:338] Skipping API kops.k8s.io/v1alpha1 because it has no resources.
I0617 09:24:40.257371 1 secure_serving.go:116] Serving securely on [::]:443
```
and test get
```
$ curl -k https://172.20.42.164/swagger.json
{
"swagger": "2.0",
"info": {
"title": "Kops API",
"version": "0.1"
....
```
Signed-off-by: guohaowang <wangguohao.2009@gmail.com>
|
2019-06-21 10:55:58 +08:00 |