- Aug 20, 2018
-
-
Tatsuyuki Ishi authored
Hostname must be a valid DNS name, which is checked as https://github.com/kubernetes/apimachinery/blob/master/pkg/util/validation/validation.go#L115 The situation I have encountered is that my hostname contained underscore which is disallowed and apiserver refused to start.
-
- Aug 19, 2018
-
-
rongzhang authored
-
- Aug 18, 2018
-
-
rongzhang authored
-
- Aug 17, 2018
-
-
Seungkyu Ahn authored
Fix DiscoveryTokenCACertHashes key to discoveryTokenCACertHashes in kubeadm-client.conf
-
- Aug 16, 2018
-
-
Erwan Miran authored
-
Erwan Miran authored
-
rongzhang authored
-
- Aug 14, 2018
-
-
Rong Zhang authored
Upgrade Kubernetes to V1.11.2 The kubeadm configuration file version has been upgraded from v1alpha1 to v1alpha2 Add bootstrap kubeadm-config.yaml with external etcd
-
- Aug 10, 2018
-
-
Matthew Mosesohn authored
-
- Aug 09, 2018
-
-
Luis Nuñez authored
-
- Aug 08, 2018
-
-
rongzhang authored
Use helm install or support in future
-
- Aug 07, 2018
-
-
Robert Everson authored
-
Robert Everson authored
-
Robert Everson authored
-
Robert Everson authored
-
rongzhang authored
-
- Aug 05, 2018
-
-
rongzhang authored
-
- Jul 31, 2018
-
-
woosley.xu authored
-
woosley.xu authored
-
- Jul 20, 2018
-
-
Seungkyu Ahn authored
Even without this PR, the operation works well. However, it is better to use a single slash rather than a double slash in the path.
-
- Jul 19, 2018
-
-
Evan Zeimet authored
This fixes #3014
-
- Jul 13, 2018
-
-
Takashi Okamoto authored
-
- Jul 11, 2018
-
-
Matthew Mosesohn authored
apiserver cert should be created only once
-
- Jul 10, 2018
-
-
Wong Hoi Sing Edison authored
ingress-nginx 0.16.2 (https://github.com/kubernetes/ingress-nginx/releases/tag/nginx-0.16.2) This patch simplify ingress-nginx deployment by default deploy on master, with customizable options; on the other hand, remove the additional Ansible group "kube-ingress" and its k8s node label injection. Reference to https://kubernetes.io/docs/concepts/services-networking/ingress/#prerequisites: GCE/Google Kubernetes Engine deploys an ingress controller on the master. By changing `ingress_nginx_nodeselector` plus custom k8s node label, user could customize the DaemonSet deployment target. If `ingress_nginx_nodeselector` is empty, will deploy DaemonSet on every k8s node.
-
- Jul 08, 2018
-
-
Dao Hoang Son authored
The referenced issue (https://github.com/kubernetes/kubeadm/issues/441) has already been fixed.
-
- Jul 06, 2018
-
-
Matthew Mosesohn authored
-
Matthew Mosesohn authored
* Add tags for cert serial tasks This will help facilitate tag-based deployment of specific components. * fixup kubernetes node
-
- Jul 02, 2018
-
-
Matthew Mosesohn authored
-
- Jun 28, 2018
-
-
Miouge1 authored
-
southquist authored
-
- Jun 22, 2018
-
-
Yumo Yang authored
-
- Jun 21, 2018
-
-
rongzhang authored
-
- Jun 18, 2018
-
-
Matthew Mosesohn authored
-
- Jun 12, 2018
- Jun 07, 2018
-
-
rongzhang authored
-
- Jun 06, 2018
-
-
Matthew Mosesohn authored
-
- Jun 05, 2018
-
-
Di Xu authored
On Aarch64, the default cgroup driver for docker is systemd instead of cgroupfs. Should conform kubelet to use systemd as cgroup driver as well to keep it consistent with docker. Without this change, below exception will be raised. /usr/bin/docker-current: Error response from daemon: shim error: docker-runc not installed on system. Change-Id: Id496ec9eaac6580e4da2f3ef1a386c9abc2a5129
-
- Jun 04, 2018