Skip to content
Snippets Groups Projects
  1. Feb 03, 2021
    • Cristian Klein's avatar
      contrib/terraform/exoscale: Rework SSH public keys (#7242) · b77460ec
      Cristian Klein authored
      * contrib/terraform/exoscale: Rework SSH public keys
      
      Exoscale has a few limitations with `exoscale_ssh_keypair` resources.
      Creating several clusters with these scripts may lead to an error like:
      
      ```
      Error: API error ParamError 431 (InvalidParameterValueException 4350): The key pair "lj-sc-ssh-key" already has this fingerprint
      ```
      
      This patch reworks handling of SSH public keys. Specifically, we rely on
      the more cloud-agnostic way of configuring SSH public keys via
      `cloud-init`.
      
      * contrib/terraform/exoscale: terraform fmt
      
      * contrib/terraform/exoscale: Add terraform validate
      
      * contrib/terraform/exoscale: Inline public SSH keys
      
      The Terraform scripts need to install some SSH key, so that Kubespray
      (i.e., the "Ansible part") can take over. Initially, we pointed the
      Terraform scripts to `~/.ssh/id_rsa.pub`. This proved to be suboptimal:
      Operators sharing responbility for a cluster risk unnecessarily replacing resources.
      
      Therefore, it has been determined that it's best to inline the public
      SSH keys. The chosen variable `ssh_public_keys` provides some uniformity
      with `contrib/azurerm`.
      
      * Fix Terraform Exoscale test
      
      * Fix Terraform 0.14 test
      Unverified
      b77460ec
  2. Jan 23, 2021
  3. Jan 21, 2021
  4. Jan 11, 2021
  5. Jan 07, 2021
    • Kenichi Omichi's avatar
      Fix mardownlint failures of offline (#7108) · 2585e72a
      Kenichi Omichi authored
      This fixes the following failures:
      
      ./contrib/offline/README.md:14:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ ./manage-offline-container-i..."]
      ./contrib/offline/README.md:20:1 MD014/commands-show-output Dollar signs used before commands without showing output [Context: "$ ./manage-offline-container-i..."]
      Unverified
      2585e72a
  6. Jan 06, 2021
  7. Dec 30, 2020
  8. Dec 26, 2020
  9. Dec 24, 2020
  10. Dec 23, 2020
    • Cristian Klein's avatar
      Fix terraform0.13 errors (#7077) · fd3ebc13
      Cristian Klein authored
      * [terraform/aws] Fix Terraform >=0.13 warnings
      
      Terraform >=0.13 gives the following warning:
      
      ```
      Warning: Interpolation-only expressions are deprecated
      ```
      
      The fix was tested as follows:
      ```
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      which gave no errors nor warnings.
      
      * [terraform/openstack] Fixes for Terraform >=0.13
      
      Terraform >=0.13 gives the following error:
      ```
      Error: Failed to install providers
      Could not find required providers, but found possible alternatives:
        hashicorp/openstack -> terraform-provider-openstack/openstack
      ```
      
      This patch fixes these errors.
      
      This fix was tested as follows:
      ```
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      which gave no errors nor warnings for Terraform 0.13.5 and Terraform
      0.14.3. Unfortunately, 0.12.x gives a harmless warning, but
      with 0.14.3 out the door, I guess we need to move on.
      
      * [terraform/packet] Fixes for Terraform >=0.13
      
      This fix was tested as follows:
      ```
      export PACKET_AUTH_TOKEN=blah-blah
      rm -rf .terraform && terraform0.12.26 init && terraform0.12.26 validate
      rm -rf .terraform && terraform0.13.5 init && terraform0.13.5 validate
      rm -rf .terraform && terraform0.14.3 init && terraform0.14.3 validate
      ```
      
      Errors are gone, but warnings still remain. It is impossible to please
      all three versions of Terraform.
      
      * Add tests for Terraform >=0.13
      Unverified
      fd3ebc13
    • Kenichi Omichi's avatar
      Improve markdownlint for contrib/network-storage (#7079) · 5b5726bd
      Kenichi Omichi authored
      This fixes markdownlint failures under contrib/network-storage and
      contrib/vault.
      Unverified
      5b5726bd
  11. Dec 22, 2020
  12. Dec 18, 2020
  13. Nov 27, 2020
  14. Nov 23, 2020
  15. Nov 13, 2020
  16. Nov 06, 2020
  17. Nov 05, 2020
  18. Oct 29, 2020
    • 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.
      Unverified
      102fb945
  19. Oct 12, 2020
  20. Sep 22, 2020
  21. Sep 17, 2020
  22. Aug 28, 2020
  23. Aug 27, 2020
  24. Aug 18, 2020
  25. Aug 05, 2020
  26. Jul 27, 2020
  27. Jul 22, 2020
  28. Jun 30, 2020
  29. Jun 29, 2020
  30. Jun 26, 2020
    • Kenichi Omichi's avatar
      Add USE_REAL_HOSTNAME to inventory.py (#6293) · 56f389a9
      Kenichi Omichi authored
      inventory_builder creates hosts.yaml file with hostnames like "node1",
      "node2", etc. Even if specifying override_system_hostname=false, the
      output of "kubectl get nodes" shows those hostnames ("node1", etc.)
      without using actual hostnames.
      To solve this issue, this adds an option USE_REAL_HOSTNAME to get
      actual hostnames when creating hosts.yaml file instead of "node1", etc.
      Unverified
      56f389a9
  31. Jun 17, 2020
  32. Jun 05, 2020
  33. May 29, 2020
  34. May 28, 2020
  35. May 18, 2020
    • Kenichi Omichi's avatar
      Update MetalLB README (#6140) · d8a61b94
      Kenichi Omichi authored
      This updates MetalLB README as following
      - Remove unnecessary markdown to read it easily on github
      - Make words consistency (kubernetes, loadbalancer)
      - Add change-required option
      Unverified
      d8a61b94
  36. May 13, 2020
Loading