Skip to content
  1. Sep 04, 2017
  2. Aug 30, 2017
  3. Aug 25, 2017
    • Chad Swenson's avatar
      Initial version of Flannel using CNI (#1486) · a39e78d4
      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
      a39e78d4
  4. Aug 24, 2017
  5. Aug 18, 2017
    • Matthew Mosesohn's avatar
      Fix cert and netchecker upgrade issues (#1543) · df28db00
      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
      df28db00
  6. Aug 14, 2017
  7. Aug 11, 2017
    • Seungkyu Ahn's avatar
      Apply RBAC to efk and create fluentd.conf · b22bef5c
      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.
      b22bef5c
  8. Jul 28, 2017
  9. Jul 17, 2017
  10. Jul 04, 2017
  11. Jun 27, 2017
  12. Jun 19, 2017
  13. Jun 12, 2017
  14. May 13, 2017
  15. May 12, 2017
  16. May 08, 2017
  17. Apr 27, 2017
  18. Apr 24, 2017
  19. Apr 21, 2017
  20. Apr 14, 2017
    • Sergii Golovatiuk's avatar
      Reschedule netchecker-server in case of HW failure. · 45044c2d
      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.
      45044c2d
  21. Apr 13, 2017
  22. Apr 10, 2017
  23. Apr 06, 2017
  24. Apr 05, 2017
  25. Apr 04, 2017
  26. Mar 17, 2017
    • Matthew Mosesohn's avatar
      Add helm deployment · b69d4b0e
      Matthew Mosesohn authored
      b69d4b0e
    • Matthew Mosesohn's avatar
      Fix weave on RHEL deployment · e1faeb0f
      Matthew Mosesohn authored
      Reduce retry delay checking weave
      Always load br_netfilter module
      e1faeb0f
    • Aleksandr Didenko's avatar
      Move calico-policy-controller into separate role · 3a399040
      Aleksandr Didenko authored
      By default Calico CNI does not create any network access policies
      or profiles if 'policy' is enabled in CNI config. And without any
      policies/profiles network access to/from PODs is blocked.
      
      K8s related policies are created by calico-policy-controller in
      such case. So we need to start it as soon as possible, before any
      real workloads.
      
      This patch also fixes kube-api port in calico-policy-controller
      yaml template.
      
      Closes #1132
      3a399040
  27. Mar 02, 2017
    • Matthew Mosesohn's avatar
      Add autoscalers for dnsmasq and kubedns · 9cb12cf2
      Matthew Mosesohn authored
      By default kubedns and dnsmasq scale when installed.
      Dnsmasq is no longer a daemonset. It is now a deployment.
      Kubedns is no longer a replicationcluster. It is now a deployment.
      Minimum replicas is two (to enable rolling updates).
      
      Reduced memory erquirements for dnsmasq and kubedns
      9cb12cf2
Loading