Skip to content
  1. Apr 23, 2018
  2. Apr 11, 2018
  3. Apr 08, 2018
  4. Mar 28, 2018
  5. Mar 16, 2018
  6. Mar 13, 2018
  7. Mar 12, 2018
  8. Mar 07, 2018
  9. Mar 02, 2018
  10. Feb 21, 2018
  11. Feb 20, 2018
  12. Feb 07, 2018
  13. Jan 31, 2018
  14. Jan 29, 2018
  15. Jan 23, 2018
  16. Jan 12, 2018
  17. Dec 19, 2017
  18. Dec 13, 2017
    • Fang Zhen's avatar
      Make spliting system_search_domains more robust · 91d848f9
      Fang Zhen authored
      The search line in /etc/resolv.conf could have
      multiple spaces or tabs between domains.
      split(' ') will give wrong results in some case,
      use split() without argument instead.
      
      e.g.
      >>> 'domain.tld	cluster.tld '.split(' ')
      ['domain.tld\tcluster.tld', '']
      >>> 'domain.tld cluster.tld '.split()
      ['domain.tld', 'cluster.tld']
      91d848f9
  19. Dec 12, 2017
  20. Dec 08, 2017
  21. Nov 22, 2017
  22. Nov 03, 2017
  23. Oct 30, 2017
  24. Oct 27, 2017
    • Chad Swenson's avatar
      Parameterize apt repo endpoints · 256bbb1a
      Chad Swenson authored
      This allows overriding of apt repo endpoints when internet sources are not accessible. Additionally, switch to using the dockerproject.org gpg key url for apt instead of keyservers.net
      256bbb1a
  25. Oct 16, 2017
  26. Oct 11, 2017
    • Vijay Katam's avatar
      Rename dns_server, add var for selinux. (#1572) · 27ed73e3
      Vijay Katam authored
      * Rename dns_server to dnsmasq_dns_server so that it includes role prefix
      as the var name is generic and conflicts when integrating with existing ansible automation.
      *  Enable selinux state to be configurable with new var preinstall_selinux_state
      27ed73e3
    • Matthew Mosesohn's avatar
      Improve proxy (#1771) · eb0dcf60
      Matthew Mosesohn authored
      * Set no_proxy to all local ips
      
      * Use proxy settings on all necessary tasks
      eb0dcf60
  27. Oct 05, 2017
  28. Sep 25, 2017
  29. 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
  30. Aug 24, 2017
    • Brad Beam's avatar
      Adding yamllinter to ci steps (#1556) · 8b151d12
      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
      8b151d12
  31. Aug 14, 2017
  32. Aug 10, 2017
  33. Jun 26, 2017
  34. Apr 06, 2017
  35. Mar 21, 2017
    • Josh Lothian's avatar
      1169 - fix docker systemd unit · 5e2f7842
      Josh Lothian authored
      The docker-network environment file masks the new values
      put into /etc/systemd/system/docker.service.d/flannel-options.conf
      to renumber the docker0 to work correctly with flannel.
      5e2f7842
Loading