Skip to content
  1. Dec 12, 2024
  2. Dec 11, 2024
  3. Dec 09, 2024
  4. Dec 06, 2024
  5. Dec 05, 2024
  6. Dec 02, 2024
  7. Dec 01, 2024
  8. Nov 30, 2024
  9. Nov 29, 2024
  10. Nov 28, 2024
  11. Nov 27, 2024
  12. Nov 26, 2024
    • Max Gautier's avatar
      docs: reorganize "getting started" + cleanups old docs · db9852e8
      Max Gautier authored
      Our README is currently pretty cluttered:
      - Part of the README duplicates docs/getting_started/getting-started.md
      -> Remove duplicates and extract useful info into the getting-started.md
      
      - General info on Ansible environment troubleshooting
      -> remove most of it as it's not specific to Kubespray, move to
      docs/ansible/ansible.md
      -> split inventory-related stuff of ansible.md into it's own file. This
      should host documentation on how to manages Kubespray inventories in the
      future.
      
      ansible.md:
      - remove the list of "Unused" variables, as:
        1. It's not accurate
        2. What matters is where users should put their variables
      db9852e8
    • Max Gautier's avatar
      Simplify sample inventory · 6b14be66
      Max Gautier authored
      - The bastion is not needed for a simple example
      - All is implicit we can just define our host in groups directly
      6b14be66
    • Max Gautier's avatar
      Simplify image mirrors instructions · c144c1ac
      Max Gautier authored
      There is no need to repeat the full example here, simply state what
      variables are.
      c144c1ac
    • Max Gautier's avatar
      69ca3241
    • Max Gautier's avatar
      Remove contrib/dind · 56e41f06
      Max Gautier authored
      contrib/dind use inventory_builder, which is removed. It overlaps with
      the function of kind (Kubernetes in Docker) and has not see change
      (apart from linting driven ones) for a long time.
      
      It also does not seem to work (provisioning playbook crash).
      56e41f06
    • Max Gautier's avatar
      Remove the inventory_builder script · 719c0b00
      Max Gautier authored
      This only really help with the easiest part of building your inventory
      (listing the hosts) as you still need to edit your groups vars and
      similar.
      The opaqueness of the script does not really help our users to
      understand their own inventory.
      
      Furthermore, there is not really a reason that something which is common
      to all the Ansible ecosystem should be done in a special way for
      Kubespray.
      719c0b00
  13. Nov 25, 2024
  14. Nov 19, 2024
    • logicsys's avatar
      Partial Cilium 1.16+ Support & Add vars for configuring cilium IP load... · b8541962
      logicsys authored
      Partial Cilium 1.16+ Support & Add vars for configuring cilium IP load balancer pools and bgp v1 & v2 apis (#11620)
      
      * Add vars for configuring cilium IP load balancer pools and bgp peer policies
      
      * Cilium 1.16+ Support - Add vars for configuring cilium bgpv2 api & handle cilium_kube_proxy_replacement unsupported values
      b8541962
  15. Nov 18, 2024
Loading