Hide Forgot
This bug/rfe is to request documentation on what gets configured for the kubernetes components. Also what can be configured and what is hard coded/should not be changed. Kubernetes Components: - Kubelet http://kubernetes.io/docs/admin/kubelet/ These can be configured in the node-config.yaml file via kubeletArguments. We would like to know what gets defaulted for reach option and what options are ok to change. *Below are the components with a link to the options that can be passed to them. What does OpenShift configure for these options and where can these be changed if needed. - Kube-proxy http://kubernetes.io/docs/admin/kube-proxy/ - Kube-scheduler http://kubernetes.io/docs/admin/kube-scheduler/ - kube-apiserver http://kubernetes.io/docs/admin/kube-apiserver/ -kube-controller-manager http://kubernetes.io/docs/admin/kube-controller-manager
I would think this has been documented well in this section: https://docs.openshift.com/container-platform/3.4/install_config/master_node_configuration.html#overview. If this is not enough, please feel free to reopen.