Skip to content
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

k8s-api and lease settings convergence #898

Open
ignasi35 opened this issue May 4, 2021 · 0 comments
Open

k8s-api and lease settings convergence #898

ignasi35 opened this issue May 4, 2021 · 0 comments

Comments

@ignasi35
Copy link
Member

ignasi35 commented May 4, 2021

Reference settings for Kubernetes-API and Lease are very similar but slightly different in syntax and features.

It'd be less surprising if they converged. Some examples of differences:

# Host for the Kubernetes API server. Typically this will be set via an environment
# variable that is set when running inside Kubernetes
api-service-host = "localhost"
api-service-host = ${?KUBERNETES_SERVICE_HOST}
# Port for the Kubernetes API server. Typically this will be set via an environment
# variable that is set when running inside Kubernetes
api-service-port = 8080
api-service-port = ${?KUBERNETES_SERVICE_PORT}

vs

https://github.com/akka/akka-management/blob/3c564e204d/discovery-kubernetes-api/src/main/resources/reference.conf#L12-L16

  1. supporting non-TLS API (only on the Lease implementation)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant