- Sep 10, 2017
-
-
Matthew Mosesohn authored
* Add kube dashboard, enabled by default Also add rbac role for kube user * Update main.yml
-
- Sep 06, 2017
-
-
Matthieu authored
* Fix an error with Canal when RBAC are disabled * Update using same rbac strategy used elsewhere
-
- Sep 05, 2017
-
-
ArthurMa authored
lost executable path
-
Matthew Mosesohn authored
* Use kubectl apply instead of create/replace Disable checks for existing resources to speed up execution. * Fix non-rbac deployment of resources as a list * Fix autoscaler tolerations field * set all kube resources to state=latest * Update netchecker and weave
-
- Sep 04, 2017
-
-
Matthew Mosesohn authored
Canal will be covered by a separate PR
-
Matthew Mosesohn authored
* Drop legacy calico logic * add calico as a daemonset
-
Matthew Mosesohn authored
Refactored how rbac_enabled is set Added RBAC to ubuntu-canal-ha CI job Added rbac for calico policy controller
-
- Aug 30, 2017
-
-
Matthew Mosesohn authored
Fixes #1573
-
- Aug 25, 2017
-
-
Chad Swenson authored
* Updates Controller Manager/Kubelet with Flannel's required configuration for CNI * Removes old Flannel installation * Install CNI enabled Flannel DaemonSet/ConfigMap/CNI bins and config (with portmap plugin) on host * Uses RBAC if enabled * Fixed an issue that could occur if br_netfilter is not a module and net.bridge.bridge-nf-call-iptables sysctl was not set
-
- Aug 24, 2017
-
-
Matthew Mosesohn authored
Added toleration to DNS, netchecker, fluentd, canal, and calico policy. Also small fixes to make yamllint pass.
-
Brad Beam authored
* Adding yaml linter to ci check * Minor linting fixes from yamllint * Changing CI to install python pkgs from requirements.txt - adding in a secondary requirements.txt for tests - moving yamllint to tests requirements
-
- Aug 18, 2017
-
-
Matthew Mosesohn authored
* Bump tag for upgrade CI, fix netchecker upgrade netchecker-server was changed from pod to deployment, so we need an upgrade hook for it. CI now uses v2.1.1 as a basis for upgrade. * Fix upgrades for certs from non-rbac to rbac
-
- Aug 14, 2017
-
-
Brad Beam authored
-
- Aug 11, 2017
-
-
Seungkyu Ahn authored
Making fluentd.conf as configmap to change configuration. Change elasticsearch rc to deployment. Having installed previous elastaicsearch as rc, first should delete that.
-
- Jul 28, 2017
-
-
magnon-bliex authored
-
- Jul 17, 2017
- Jul 04, 2017
-
-
Hans Kristian Flaatten authored
-
- Jun 27, 2017
-
-
Chad Swenson authored
-
Seungkyu Ahn authored
Update kube-dns version to 1.14.2 https://github.com/kubernetes/kubernetes/pull/45684
-
- Jun 19, 2017
-
-
Seungkyu Ahn authored
-
- Jun 12, 2017
-
-
Gregory Storme authored
-
- May 13, 2017
-
-
Spencer Smith authored
-
- May 12, 2017
-
-
Spencer Smith authored
-
- May 08, 2017
-
-
moss2k13 authored
Added full path for helm
-
- Apr 27, 2017
-
-
Aleksandr Didenko authored
Replace 'netcheck_tag' with 'netcheck_version' and add additional 'netcheck_server_tag' and 'netcheck_agent_tag' config options to provide ability to use different tags for server and agent containers.
-
- Apr 24, 2017
-
-
Aleksey Kasatkin authored
-
- Apr 21, 2017
-
-
FengyunPan authored
-
- Apr 14, 2017
-
-
Sergii Golovatiuk authored
Pod opbject is not reschedulable by kubernetes. It means that if node with netchecker-server goes down, netchecker-server won't be scheduled somewhere. This commit changes the type of netchecker-server to Deployment, so netchecker-server will be scheduled on other nodes in case of failures.
-
- Apr 13, 2017
-
-
Joe Duhamel authored
The target was a replicationcontroller but kubedns is currently a deployment
-
- Apr 10, 2017
- Apr 06, 2017
-
-
Matthew Mosesohn authored
-