- 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 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 04, 2018
-
-
Ben Meier authored
-
Dmitry authored
-
Rong Zhang authored
-
- May 30, 2018
-
-
Matthew Mosesohn authored
-
- May 27, 2018
-
-
Oleg Ozimok authored
-
- May 22, 2018
-
-
dvazar authored
-
- May 18, 2018
-
-
dvazar authored
-
- May 16, 2018
-
-
Christopher J. Ruwe authored
The number of pods on a given node is determined by the --max-pods=k directive. When the address space is exhausted, no more pods can be scheduled even if from the --max-pods-perspective, the node still has capacity. The special case that a pod is scheduled and uses the node IP in the host network namespace is too "soft" to derive a guarantee. Comparing kubelet_max_pods with kube_network_node_prefix when given allows to assert that pod limits match the CIDR address space.
-
- May 15, 2018
-
-
Matthew Mosesohn authored
* Upgrade k8s to 1.10.2 Bumped etcd version to 3.2.16 as recommended * Add ipvs fix for v1.10 * change flannel addons test to ha
-
Christopher J. Ruwe authored
-
- May 14, 2018
-
-
Christopher J. Ruwe authored
Almost certainly, the .kube/config file (YAML) should not be executable.
-