-
Notifications
You must be signed in to change notification settings - Fork 716
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
v1beta2 config #1439
Comments
There is also the Kube Router use case (skip kube-proxy in join/upgrade vs config) |
DNS local cache, but we didn't talk if we want it in the config yet. |
@fabriziopandini we can make this more generic. We can probably add |
@rosti skipping phase from config can be an idea but I'm not sure it is the right solution for the problem above. |
a request we have time to time: Improve support for Kubernetes on ARM (timeouts) |
there is a workaround by using phases and patching the api-server manifest, but also the idea to make liveness probes configurable was not accepted by Robert and Tim, when we first started seeing the problem happening. ARM is OK in general, but the problem only happens on Raspberry PI. unless someone debugs the actual problems there i don't think we should take action on the config. |
local etcd volumes were just requested here: |
Etcd, controller-manager and scheduler configuration per node |
for reference the v1beta1 kep was here: https://github.com/kubernetes/enhancements/blob/master/keps/sig-cluster-lifecycle/0023-kubeadm-config-v1beta1.md |
Are there any plans to change the hanling of Example: ---
apiVersion: kubeadm.k8s.io/v1beta1
kind: ClusterConfiguration
kubernetesVersion: 1.14.2
apiServer:
extraArgs:
"tls-sni-cert-key": "/etc/kubernetes/pki/apiserver.crt,/etc/kubernetes/pki/apiserver.key"
"tls-sni-cert-key": "/etc/kubernetes/pki/mycert.crt,/etc/kubernetes/pki/mykey.key" # overrides the previous declaration (This is probably also a problem for other control plane components but I haven't checked that.) |
@ghouscht the workaround for now is to patch the e.g kube-apiserver.yaml manifest and the kubelet will restart it. |
@rosti i'm closing this as v1beta2 was added successfully. |
A proposal issue for the next kubeadm API version (currently proposed as v1beta2).
The actual details are in this doc.
If you are a member of the Kubernetes SIG Cluster Lifecycle Google Group you should already have edit rights for it. Ping me if you have any problems accessing the doc.
track PRs here:
/kind api-change
/assign
The text was updated successfully, but these errors were encountered: