kubernetes / apiserver

Library for writing a Kubernetes-style API server.
Apache License 2.0
647 stars 400 forks source link

Is it possible to disable TLS in apiserver? I would want istio sidecar to terminate TLS. #104

Closed cerberus20 closed 7 months ago

cerberus20 commented 7 months ago

Hi @liggitt , I would like to contribute for above, can you please answer/guide regarding above? Thank you

liggitt commented 7 months ago

it is not possible to disable, but you can configure it with a locally known / trusted cert valid over localhost if you want

liggitt commented 7 months ago

/close /kind support

k8s-ci-robot commented 7 months ago

@liggitt: Closing this issue.

In response to [this](https://github.com/kubernetes/apiserver/issues/104#issuecomment-1915533702): >/close >/kind support Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.