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

kubeadm could store a configmap with some of it's flags #34025

Closed
errordeveloper opened this issue Oct 4, 2016 · 4 comments
Closed

kubeadm could store a configmap with some of it's flags #34025

errordeveloper opened this issue Oct 4, 2016 · 4 comments
Labels
area/kubeadm sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.

Comments

@errordeveloper
Copy link
Member

Things like service CIDR and pod network CIDR, cluster DNS domain are useful for network and other similar type of add-ons, also there has been some ideas around general accessibility of key parameters. Other example may include cloud provider name, CNI config path and other bits of information that are scatered in kubelet, kube-apiserver and kube-controller-manager flags. Let's discussed this more specifically.

@pires
Copy link
Contributor

pires commented Oct 5, 2016

  1. What would be the use for the ConfigMap after it's stored?
  2. Store it where, disk or API?

@pires
Copy link
Contributor

pires commented Oct 5, 2016

Also, I just realized #33728 got merged so I believe we'll already have this info stored in the API as soon as we get assigned an apigroup?

@bgrant0607 bgrant0607 added sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. and removed sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle. labels Oct 7, 2016
@luxas
Copy link
Member

luxas commented Oct 15, 2016

I don't understand why this should be done.
Please clarify this now when we already have the api group and the possibility of specifying flags via a file

@mikedanese
Copy link
Member

This issue was moved to kubernetes/kubeadm#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubeadm sig/cluster-lifecycle Categorizes an issue or PR as relevant to SIG Cluster Lifecycle.
Projects
None yet
Development

No branches or pull requests

6 participants