- Oct 17, 2019
-
-
Sergey authored
-
- Oct 16, 2019
-
-
andreyshestakov authored
Secrets and ConfigMap should be created before dashboard pod run.
-
- Oct 04, 2019
-
-
Erwan Miran authored
-
Matthew Mosesohn authored
Change-Id: I826337b59814674c3feb4cd6a4904d9d53e01652
-
- Oct 02, 2019
-
-
陈谭军 authored
-
- Sep 26, 2019
-
-
陈谭军 authored
-
- Sep 25, 2019
-
-
陈谭军 authored
-
- Sep 17, 2019
-
-
Mario authored
-
- Sep 13, 2019
-
-
andreyshestakov authored
mydict.keys() should be converted to list, otherwise it causes errors in loop iteration. Remove extra space after class name, which broke configmap. Also allow set reclaimPolicy property.
-
- Sep 10, 2019
-
-
Matthew Mosesohn authored
Cleaned up deprecated APIs: apps/v1beta1 apps/v1beta2 extensions/v1beta1 for ds,deploy,rs Add workaround for deploying helm using incompatible deployment manifest. Change-Id: I78b36741348f47a999df3841ee63cf4e6f377830
-
- Aug 15, 2019
-
-
刘旭 authored
* remove svc-default-backend * update ingress-nginx clusterrole
-
- Aug 09, 2019
-
-
Danilo Riecken P. de Morais authored
-
Mario authored
* Update main.yml * fix dead link 404
-
- Aug 07, 2019
-
-
Maxim Snezhkov authored
-
- Jul 31, 2019
- Jul 16, 2019
-
-
Matthew Mosesohn authored
-
刘旭 authored
-
Alex Barcelo authored
-
- Jul 15, 2019
-
-
Matthew Mosesohn authored
* Enable nodes to run calicoctl per-node tasks require waiting for calico-node to be applied Change-Id: Ibe1076b7334a2da0332f2dd766fde0c3f172d1f2 * cleanup tasks that should run on master Change-Id: I43a837879ef41596f14657ecd7f813899b6865ae * Switch run_once calico logic to just run on first master Change-Id: I6893711e354f63c5e1eaf6ac2e23d9a6347a555d
-
- Jul 11, 2019
-
-
Matthew Mosesohn authored
* Enable containerd to deploy vanilla containerd package Fixes kubeadm references to CRI socket for containerd Fixes download role cache feature to work with containerd Change-Id: I2ab8f0031107e2f0d1a85c39b4beb66f08509a01 * use containerd for flannel-addons job Change-Id: Ied375c7d65e64a625ffbd995ff16f2374067dee6 * add containerd vars Change-Id: Ib9a8a04e501c481a86235413cbec63f3672baf91 * fixup vars Change-Id: Ibea64e4b18405a578b52a13da100384582aa24c2 * more fixes * fix rh repo Change-Id: I00575a77cfb7b81d6095db5d918a52023c8f13ba * Adjust helm host install for containerd
-
- Jul 09, 2019
-
-
jlacoline authored
* Add calico 3.7.3 support * add calico_datastore variable to policy controller role * add missing clusterrole rules for calico policy controller * disable calico kube controller when kdd mode is used for versions < 3.6
-
champtar authored
8080 is a pretty common port, using nodelocaldns_ip:8080 still prevents node processes or hostNetwork=true processes to bind to *:8080 so switch to 9254 by default (prometheus port is 9253) Signed-off-by:
Etienne Champetier <champetier.etienne@gmail.com>
-
- Jul 02, 2019
-
-
okamototk authored
* Use K8s 1.15 * Use Kubernetes 1.15 and use kubeadm.k8s.io/v1beta2 for InitConfiguration. * bump to v1.15.0 * Remove k8s 1.13 checksums. * Update README kubernetes version 1.15.0. * Update metrics server 0.3.3 for k8s 1.15 * Remove less than k8s 1.14 related code * Use kubeadm with --upload-certs instead of --experimental-upload-certs due to depricate * Update dnsautoscaler 1.6.0 * Skip certificateKey if it's not defined * Add kubeadm-conftolplane.v2beta2 for k8s 1.15 or later * Support kubeadm control plane for k8s 1.15 * Update sonobuoy version 0.15.0 for k8s 1.15
-
- Jun 14, 2019
-
-
Simon Lelievre authored
* CNI plugins: bump version 0.8.1 * cni plugins : update checksums * cni : update readme
-
- Jun 11, 2019
-
-
Andreas Krüger authored
-
- Jun 10, 2019
-
-
rptaylor authored
-
Matthew Mosesohn authored
Change-Id: I02864011bf5fda5dbd35c7513c73875769036f87
-
- Jun 09, 2019
-
-
AlawnWong authored
Merge two tolerations. because the latest tolerations will cover the first tolerations.
-
- Jun 06, 2019
-
-
Frank Ritchie authored
* Make local volume provisioner dir mode a variable I need to change this for Nagios monitoring. Others may need to as well. Had to close previous commits, sorry for the spam. * Make local volume provisioner dir mode a variable I need to change this for Nagios monitoring. Others may need to as well. Had to close previous commits, sorry for the spam.
-
mervynzhang authored
* kube config dir for current/ansible become user * remove extra / * fix default value
-
- Jun 05, 2019
-
-
Andreas Krüger authored
-
Toni Pokki authored
-
- May 28, 2019
-
-
Andreas Krüger authored
-
- May 22, 2019
-
-
André R. de Miranda authored
* Added pod psp in Rancher Local Path Provisioner Added pod security policy (psp) in Rancher Local Path Provisioner. Signed-off-by:
André R. de Miranda <andre@miranda.work> * Apply psp for Rancher Local Path Provisioner only when local_path_provisioner_namespace is not kube-system and also reorganized the templates
-
- May 20, 2019
-
-
André R. de Miranda authored
Error starting nginx because in requiredDropCapabilities is dropped all capabilities. The nginx requires the following capabilities: - CHOWN - SETGID - SETUID Signed-off-by:
André R. de Miranda <andre@miranda.work>
-
- May 16, 2019
-
-
MarkusTeufelberger authored
-
- May 09, 2019
-
-
Aleksey Kasatkin authored
* Add sha256 hashes for calicoctl v3.6.1 Hashes are added to calicoctl_binary_checksums for both adm and arm platforms. * Add rules for "network-checker.ext" resource to "netchecker-server" ClusterRole So that it could access the resource after it is created. Corresponding issues: https://github.com/Mirantis/k8s-netchecker-server/issues/125 https://github.com/kubernetes-sigs/kubespray/issues/3281
-
- May 08, 2019
-
-
Andreas Krüger authored
* Minor cleanups * Add comment in docs that nodelocaldns cache is enabled by default
-