Skip to content
  1. Nov 25, 2020
  2. Nov 24, 2020
  3. Nov 04, 2020
  4. Oct 29, 2020
    • David Medinets's avatar
      Fix missing spaces in section heading. (#6868) · 4a5acad4
      David Medinets authored
      When https://kubespray.io/#/docs/comparisons is generated, having the link in the heading creates the following HTML. When displayed there is no space between "vs" and the link. I simply moved the link into the following paragraph.
      
      ```
      <h2 id="kubespray-vs-kops"><a href="#/docs/comparisons?id=kubespray-vs-kops" data-id="kubespray-vs-kops" class="anchor"><span>Kubespray vs </span></a><a href="https://github.com/kubernetes/kops" target="_blank" rel="noopener">Kops</a></h2>
      ```
      4a5acad4
    • David Medinets's avatar
      Notes About Server In admin.conf (#6854) · 102fb945
      David Medinets authored
      * Add note about changing private IP in admin.conf.
      
      When I run kubespray, a load balancer is created which should be used instead of the ip of the controller node.
      
      * Procedure to find load balancer and update admin.conf
      
      When I run kubespray, a load balancer is used instead of the private ip of the controller.
      102fb945
  5. Oct 13, 2020
    • Hans Feldt's avatar
      bump crio version to 1.19 (#6758) · 4781df58
      Hans Feldt authored
      * bump crio version to 1.19
      
      * crio package name has changed for debian/ubuntu
      * crio upgrade does not work, see #6757
      
      * update crio info in docs
      4781df58
  6. Oct 12, 2020
  7. Oct 09, 2020
  8. Sep 25, 2020
  9. Sep 24, 2020
    • Hans Feldt's avatar
      Calico upgrade path validation and old version cleanup (#6733) · 28073c76
      Hans Feldt authored
      * calico: add constant calico_min_version_required
      
      and verify current deployed version against it.
      
      * calico: remove upgrade support with data migration
      
      The tool was used pre v3.0.0 and is no longer needed.
      
      * calico: remove old version support from tasks
      
      * calico: remove old ver support from policy ctrl
      
      * calico: remove old ver support from node
      
      * canal: remove old ver support
      
      * remove unused calicoctl download checksums
      
      calico_min_version_required is the oldest version that can be installed
      Older versions can be removed.
      28073c76
  10. Sep 23, 2020
  11. Sep 22, 2020
  12. Sep 17, 2020
  13. Sep 11, 2020
  14. Sep 07, 2020
  15. Sep 04, 2020
  16. Sep 03, 2020
  17. Aug 28, 2020
  18. Aug 21, 2020
  19. Aug 20, 2020
  20. Aug 06, 2020
  21. Aug 01, 2020
  22. Jul 31, 2020
  23. Jul 30, 2020
  24. Jul 29, 2020
  25. Jul 27, 2020
  26. Jul 22, 2020
  27. Jul 01, 2020
  28. Jun 26, 2020
  29. Jun 25, 2020
  30. Jun 24, 2020
  31. Jun 22, 2020
    • Kenichi Omichi's avatar
      Update OpenStack doc for external cloud provider (#6252) · 68cfb9a0
      Kenichi Omichi authored
      Now the in-tree cloud provider is deprecated and it is recommended to
      the external cloud provider for OpenStack instead.
      The doc described how to upgrade from the in-tree cloud provider, but
      it is better to describe how to deploy the external cloud provider from
      scratch instead for current situation.
      This updates the OpenStack doc for this usecase.
      68cfb9a0
    • Pasquale Toscano's avatar
      Add support for Kata Containers (#6256) · 8f5c4dcd
      Pasquale Toscano authored
      * Install Kata Containers as additional container runtime
      
      * Create RuntimeClasses for Kata Containers
      
      * Updated Vagrant to optionally run without Docker as container manager
      
      * Updated Vagrant to optionally use Libvirt nested virtualization
      
      * Add Kata Containers documentation
      
      * Fix lint errors
      
      * Add kata_containers_enabled to kubespray-defaults
      
      * Fixed typo error
      
      * Fixed typo error
      8f5c4dcd
Loading