Skip to content
  1. Feb 28, 2023
  2. Feb 08, 2023
  3. Feb 06, 2023
  4. Jan 27, 2023
  5. Jan 17, 2023
  6. Jan 05, 2023
  7. Dec 28, 2022
  8. Dec 14, 2022
  9. Dec 07, 2022
  10. Dec 01, 2022
  11. Nov 25, 2022
  12. Sep 30, 2022
  13. Sep 28, 2022
  14. Sep 13, 2022
  15. Aug 24, 2022
    • Cristian Calin's avatar
      add pre-commit hook to facilitate local testing (#9158) · e6976a54
      Cristian Calin authored
      * add pre-commit hook configuration
      
      * add tmp.md to .gitignore
      
      * describe the use of pre-commit hook in CONTRIBUTING.md
      
      * fix docs/integration.md errors identified by markdownlint
      
      * fix docs/<file>.md errors identified by markdownlint
      
      * docs/azure-csi.md
      * docs/azure.md
      * docs/bootstrap-os.md
      * docs/calico.md
      * docs/debian.md
      * docs/fcos.md
      * docs/vagrant.md
      * docs/gcp-lb.md
      * docs/kubernetes-apps/registry.md
      * docs/setting-up-your-first-cluster.md
      * docs/vagrant.md
      * docs/vars.md
      
      * fix contrib/<file>.md errors identified by markdownlint
      e6976a54
  16. Aug 18, 2022
  17. Jul 19, 2022
  18. Jun 22, 2022
  19. May 20, 2022
  20. May 14, 2022
  21. May 11, 2022
  22. May 03, 2022
  23. Apr 27, 2022
  24. Apr 25, 2022
  25. Apr 12, 2022
  26. Apr 11, 2022
    • Anthony Bible's avatar
      Fixes for Hetzner terraform and Hetzner Cloud (#8702) · 9dced713
      Anthony Bible authored
      * - add ability to specify the network_zone in hetzner terraform
      - Export the network id from hetzner terraform the the generated inventory.ini
      
      * - Add with_networks variable to allow different deployments of hcloud controller manager
      
      - Add network id to hcloud controller secret (added via the inventory)
      
      - Don't include extra_args if it's not set
      9dced713
  27. Mar 29, 2022
    • Christian Rohmann's avatar
      terrform/openstack: Fix templating of ansible_ssh_common_args in... · 90883e76
      Christian Rohmann authored
      terrform/openstack: Fix templating of ansible_ssh_common_args in no_floating.yml if used as TF module (#8646)
      
      * terraform/openstack: Use path.module for ansible_bastion_template.txt
      
      This extends on #7643 by not using path.root, but switching to path.module
      to allow use of the terraform code as a module itself. This change then keeps
      all calls to the template file stable even for that use-case.
      
      * terraform/openstack: Make sed calls fail on errors
      
      By using a single call with two replacements to use of sed will create proper exit codes
      and allowing for errors to be recognized by terraform.
      90883e76
  28. Mar 03, 2022
  29. Feb 25, 2022
  30. Feb 15, 2022
  31. Feb 02, 2022
  32. Feb 01, 2022
  33. Jan 31, 2022
  34. Jan 25, 2022
    • ceesios's avatar
      Proposing fixes for contrib/terraform/vsphere/ #8436 (#8441) · d86a3b96
      ceesios authored
      * fixes issues in vSphere Terraform contrib. #8436
      
      * fix formatting
      
      * add variables to the main module and document changes
      
      * add missing newline
      d86a3b96
    • Mathieu Parent's avatar
      Update terraform GCP to Ubuntu 20.04 (latest LTS) (#8463) · d64b341b
      Mathieu Parent authored
      * Fix terraform Warning
      
      Version constraints inside provider configuration blocks are deprecated
      
      Terraform 0.13 and earlier allowed provider version constraints inside the
      provider configuration block, but that is now deprecated and will be removed
      in a future version of Terraform. To silence this warning, move the provider
      version constraint into the required_providers block.
      
      * Fix terraform Warning: Quoted references are deprecated
      
      * terraform: Update GCP Ubuntu to latest LTS
      d64b341b
  35. Jan 14, 2022
Loading