Skip to content
  1. Apr 24, 2019
    • Vincent Gramer's avatar
      support azure loadbalancer standard sku (#4150) (#4476) · f47a6662
      Vincent Gramer authored
      add the support of the folling property in azure-credential-check.yml
        - azure_loadbalancer_sku: Sku of Load Balancer and Public IP. Candidate values are: basic and standard.
        - azure_exclude_master_from_standard_lb: excludes master nodes from standard load balancer.
        - azure_disable_outbound_snat: disables the outbound SNAT for public load balancer rules
        - useInstanceMetadata: Use instance metadata service where possible
        - azure_primary_availability_set: (Optional) The name of the availability set that should be used as the load balancer backend
      f47a6662
  2. Apr 23, 2019
    • Justin Chao's avatar
      Update ansible.md (#4599) · 64f48bf8
      Justin Chao authored
      Ansible 2.0 has deprecated the “ssh” from ansible_ssh_host.
      
      Updating the docs to be more aligned with the Ansible version used in the sample/inventory.ini file as well.
      Also adding `[bastion]` group in the docs to avoid confusion.
      64f48bf8
  3. Apr 20, 2019
  4. Apr 18, 2019
  5. Apr 10, 2019
  6. Apr 09, 2019
    • Markos Chandras's avatar
      openSUSE: Use Leap 15.0 instead of 42.3 (#4442) · 12c6b5c3
      Markos Chandras authored
      * Vagrantfile: Bump openSUSE to Leap 15.0
      
      * roles: container-engine: Add 'containerd' package for openSUSE
      
      The 'containerd' package contains the docker-containerd and
      docker-containerd-shim binaries. We also need to ensure that the latest
      version is installed since an older version may already be present (eg GCE
      images)
      
      * Remove docker log-opts for opensuse
      
      * roles: bootstrap-os: Use lowercase 'o' for openSUSE
      
      OpenSUSE is not a valid family name. The correct one is openSUSE
      
      * roles: bootstrap-os: Update zypper cache before first installation
      
      The zypper cache may be outdated so ensure that it's fully updated
      before we try and install the bootstrap packages.
      12c6b5c3
  7. Apr 03, 2019
  8. Apr 01, 2019
    • Matthew Mosesohn's avatar
      Remove kubedns and dnsmasq. Move dns_late phase after apps (#4406) · 5f12b7ae
      Matthew Mosesohn authored
      Both kubedns and dnsmasq modes are long not maintained.
      We should run dns_late steps at the end because sshd
      makes DNS lookups during Ansible run and has 2s timeouts
      for each failed lookup trying to connect to coredns before
      it is ready.
      5f12b7ae
    • MarkusTeufelberger's avatar
      Yamllint fixes (#4410) · 9ffc65f8
      MarkusTeufelberger authored
      * Lint everything in the repository with yamllint
      
      * yamllint fixes: syntax fixes only
      
      * yamllint fixes: move comments to play names
      
      * yamllint fixes: indent comments in .gitlab-ci.yml file
      9ffc65f8
  9. Mar 29, 2019
  10. Mar 26, 2019
  11. Feb 26, 2019
  12. Feb 07, 2019
  13. Feb 01, 2019
  14. Jan 08, 2019
    • Julien C's avatar
      Remove --limit option to select node to delete (#4001) · 2c8d75af
      Julien C authored
      --limit doesn't work when using remove-node.yml as there is group listing with "hosts: kube-master" in the playbook. Thus, remove-node/pre-remove/post-remove tasks are skipped as they are filtered by group "hosts: kube-master"
      2c8d75af
  15. Dec 27, 2018
    • Earl C. Ruby III's avatar
      Documented docker_version acceptable values (#3901) · 3ce03399
      Earl C. Ruby III authored
      Added a line documenting where to find acceptable values for the
      `docker_version` setting. If you use a value that is not used as
      a key value by `docker_versioned_pkg` the container-engine/docker
      playbook will throw a "Unexpected templating type error". (e.g.
      If you use '18.06.1' or '18.06.1-ce', neither of which is used
      as a key value of `docker_versioned_pkg`, rather than '18.06',
      you'll get an error when installing on Ubuntu 18.04.)
      3ce03399
  16. Dec 26, 2018
  17. Dec 25, 2018
  18. Dec 12, 2018
  19. Dec 11, 2018
  20. Dec 06, 2018
    • Andreas Krüger's avatar
      Remove non-kubeadm deployment (#3811) · ddffdb63
      Andreas Krüger authored
      * Remove non-kubeadm deployment
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * More cleanup
      
      * Fix gitlab
      
      * Try stop gce first before absent to make the delete process work
      
      * More cleanup
      
      * Fix bug with checking if kubeadm has already run
      
      * Fix bug with checking if kubeadm has already run
      
      * More fixes
      
      * Fix test
      
      * fix
      
      * Fix gitlab checkout untill kubespray 2.8 is on quay
      
      * Fixed
      
      * Add upgrade path from non-kubeadm to kubeadm. Revert ssl path
      
      * Readd secret checking
      
      * Do gitlab checks from v2.7.0 test upgrade path to 2.8.0
      
      * fix typo
      
      * Fix CI jobs to kubeadm again. Fix broken hyperkube path
      
      * Fix gitlab
      
      * Fix rotate tokens
      
      * More fixes
      
      * More fixes
      
      * Fix tokens
      ddffdb63
  21. Dec 03, 2018
  22. Nov 28, 2018
  23. Nov 12, 2018
  24. Nov 10, 2018
  25. Nov 09, 2018
  26. Nov 07, 2018
  27. Nov 04, 2018
    • Louis Woods's avatar
      Adds support for Multus (multiple interfaces) CNI plugin (#3166) · bc9e14a7
      Louis Woods authored
      * Adds support for Multus (multiple interfaces) CNI plugin
      
      Multus is a latin word for "Multi". As the name suggests, it acts as a
      Multi plugin in Kubernetes and provides multiple network interface
      support in a pod. Multus uses the concept of invoking delegates by
      grouping multiple plugins into delegates and invoking them in the
      sequential order of the CNI configuration file provided in json format.
      
      * Change CNI version (0.1.0->0.3.1) of Contiv to be compatible with Multus
      bc9e14a7
  28. Nov 01, 2018
  29. Oct 30, 2018
  30. Oct 28, 2018
Loading