Skip to content
  1. May 09, 2022
  2. May 07, 2022
  3. May 06, 2022
  4. May 05, 2022
  5. May 04, 2022
  6. May 03, 2022
  7. May 02, 2022
  8. Apr 29, 2022
  9. Apr 28, 2022
  10. Apr 22, 2022
    • Mulugeta Ayalew Tamiru's avatar
      Update verbs for volumeattachments resource (#8731) · 3f065918
      Mulugeta Ayalew Tamiru authored
      * Update verbs for volumeattachments resource
      
      Update verbs for volumeattachments resource so that the kubelet can create volumeattachments and mount volumes when deploying Kubernetes on VMware vSphere.
      
      * Update verbs for volumeattachments resource
      
      Update verbs for volumeattachments resource to match upstream
      
      * Update vsphere-csi-controller-rbac.yml.j2
      3f065918
  11. Apr 18, 2022
  12. Apr 17, 2022
  13. Apr 14, 2022
  14. Apr 12, 2022
  15. 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
  16. Apr 08, 2022
    • Thomas Eberle's avatar
      Removed quotation of nerdctl_extra_flags. (#8695) · 00a4d2d3
      Thomas Eberle authored
      The quotations in the variable nerdctl_extra_flags are not required for the `nerdctl_image_pull_command` and throw the following error when executing the cluster-playbook with `container_insecure_registries` set:
              unknown flag: --insecure-registry\\\"
      This happens as the complete nerdctl_image_pull_command string variable gets split into an array string for the cmd task. The escaped quotation doesn't get escaped properly and is added to the cmd-string array as part of the command. This leads to a wrong written insecure-registry flag, which throws this error.
      00a4d2d3
    • Samuel Liu's avatar
      [calico] add calico apiserver (#8690) · 424ef3b3
      Samuel Liu authored
      * [calico] add calico apiserver
      
      * fix yamllint
      
      * remove addext argument
      
      * Configure API server with the CA bundle
      
      * add check kdd
      424ef3b3
Loading