This project is mirrored from https://gitee.com/penghai_luo/kubespray.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 01 Aug, 2020 1 commit
  2. 29 Jul, 2020 1 commit
  3. 19 Jun, 2020 1 commit
  4. 09 Jun, 2020 1 commit
  5. 08 Jun, 2020 1 commit
    • Rick Haan's avatar
      Wait for kube-apiserver availability before starting upgrade (#6243) · 5cba8b16
      Rick Haan authored
      
      * Wait for kube-apiserver availability before starting upgrade
      
      I am experiencing a timing issue when upgrading from kubespray
      2.11.0(k8s 1.15.3) to kubespray 2.12.6(k8s 1.16.9). The certificates get
      replaced in `kubeadm-secondary-legacy.yml` and kube-apiserver notices a mismatch
      (for a fraction of a second) between `apiserver.crt` and `apiserver.key`
      which causes it to restart. And sometimes ( ~ 1 out of 5 upgrades) the
      kube-apiserver isn't back on time for the start of the upgrade task. It
      fails when kubeadm checks with the kube-apiserver to start the upgrade. The
      kube-apiserver returns a `connect: connection refused`. I have created this
      small task to check the availability of the kube-apiserver before starting the
      upgrade, so that the upgrade will run without an issue.
      Signed-off-by: default avatarRick Haan <rickhaan94@gmail.com>
      
      * Fix markdownlint
      
      * Remove old CI
      Co-authored-by: default avatarMaxime Guyot <maxime@root314.com>
      5cba8b16
  6. 28 Apr, 2020 1 commit
  7. 20 Apr, 2020 1 commit
  8. 11 Apr, 2020 1 commit
  9. 10 Apr, 2020 1 commit
  10. 30 Mar, 2020 2 commits
  11. 28 Mar, 2020 1 commit
  12. 27 Mar, 2020 3 commits
  13. 26 Mar, 2020 3 commits
  14. 23 Mar, 2020 1 commit
  15. 05 Mar, 2020 1 commit
    • Kubernetes Prow Robot's avatar
      Backport remove dockerproject (#5682) · e1815303
      Kubernetes Prow Robot authored
      
      * Remove dockerproject org (#5548)
      
      * Change dockerproject.org to download.docker.com
      
      dockerproject.org was deprecated in 2017 and has gone down.
      
      * Restore yum repo for containerd
      
      Change-Id: I883bb512a2164a85865b1bd4fb569af0358c8c2b
      Co-authored-by: default avatarCraig Rodrigues <rodrigc@crodrigues.org>
      
      * remove legacy docker repo in kubernetes/preinstall before any packages installed (#5640)
      
      * Remove dockerproject_.+_repo_.+ variables (#5662)
      
      This 38688a44
      
       change replaces the
      value for dockerproject_.+_repo_.+ docker variables but their new
      value was previously defined in other variables. This change removes
      the dockerproject_.+_repo_.+ docker variables in favor of the older
      ones.
      
      * Remove stale legacy yum docker repo /etc/yum.repos.d/docker.repo (#5569)
      
      * Remove stale legacy yum docker repo /etc/yum.repos.d/docker.repo
      
      * move task 'Remove legacy docker repo file' to pre-upgrade.yml
      
      * fix upgrade procedure when in playbook (#5695)
      
      exists role kubernetes/preinstall and not exists role container-engine
      
       error 'yum_repo_dir' is undefined
      Co-authored-by: default avatarMatthew Mosesohn <matthew.mosesohn@gmail.com>
      Co-authored-by: default avatarCraig Rodrigues <rodrigc@crodrigues.org>
      Co-authored-by: default avatarVictor Morales <chipahuac@hotmail.com>
      e1815303
  16. 20 Feb, 2020 1 commit
  17. 13 Feb, 2020 1 commit
  18. 12 Feb, 2020 1 commit
  19. 27 Jan, 2020 1 commit
  20. 17 Jan, 2020 1 commit
  21. 13 Dec, 2019 1 commit
  22. 12 Dec, 2019 2 commits
    • Bort Verwilst's avatar
      Add Helm 3.x support (#5441) · db2ca014
      Bort Verwilst authored
      * Add Helm 3.x support
      
      * tiller enabled when helm < 3.0.0
      db2ca014
    • bfraz's avatar
      Update aws tf (#5435) · f0f8379e
      bfraz authored
      * update aws tf to function as expected
      
      * update tf version
      
      * update syntax for tf v0.12
      
      * update tf version in readme
      
      * update per tf for v0.12
      f0f8379e
  23. 11 Dec, 2019 4 commits
  24. 10 Dec, 2019 5 commits
  25. 09 Dec, 2019 3 commits