-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: support to debug kops-apiserver #7151
doc: support to debug kops-apiserver #7151
Conversation
Hi @Sn0rt. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
the /api-server/README.md has been renamed with kops-server. |
/ok-to-test /lgtm This looks good @Sn0rt - thank you (but I do encourage you to look into the upcoming CRD support instead...) |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb, Sn0rt The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR failure is a well-known flake: kubernetes/kubernetes#73099 Looks like you have a conflict with your other PR as well |
``` $ 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 <[email protected]>
/test pull-kops-e2e-kubernetes-aws |
2 similar comments
/test pull-kops-e2e-kubernetes-aws |
/test pull-kops-e2e-kubernetes-aws |
/retest I think the e2e issues should have been resolved now! |
This script tests on aws as follows output:
and get
Signed-off-by: guohaowang [email protected]