Skip to content
  1. Apr 04, 2022
  2. Apr 02, 2022
    • Kenichi Omichi's avatar
      Fix quotation of nerdctl_extra_flags (#8668) · 018611f8
      Kenichi Omichi authored
      Due to missing quotation of nerdctl_extra_flags, ansible-playbook was failed:
      
        Using module file /usr/local/lib/python3.6/dist-packages/ansible/modules/command.py
        Pipelining is enabled.
          [..]
          File "/usr/lib/python3.8/shlex.py", line 191, in read_token
            raise ValueError("No closing quotation")
      
      This fixes the issue.
      
      T-Eberle investigated the issue and found the solution.
      Thank you T-Eberle!
      018611f8
  3. Apr 01, 2022
  4. Mar 31, 2022
  5. Mar 29, 2022
    • Kenichi Omichi's avatar
      Run 0100-dhclient-hooks if dhcpclient is enabled (#8658) · 503ab0f7
      Kenichi Omichi authored
      If running Kubespray on static IP environments, a task was failed like:
      
        TASK [kubernetes/preinstall : Configure dhclient hooks for resolv.conf (RH-only)]
        fatal: [ak8s2]: FAILED! => {
          "changed": false, "checksum": "..",
          "msg": "Destination directory /etc/dhcp/dhclient.d does not exist"}
      
      This adds a check for dhclientconffile for running 0100-dhclient-hooks to
      run the task only if dhcpclient is enabled.
      503ab0f7
  6. Mar 28, 2022
  7. Mar 26, 2022
  8. Mar 22, 2022
  9. Mar 21, 2022
    • Fredrik Liv's avatar
    • Kenichi Omichi's avatar
      Fix the condition of drain on pre-remove task (#8634) · 7b1dc600
      Kenichi Omichi authored
      When running cluster.yml for new machines what containerd is already
      install but Kubernetes cluster were not installed before, the task
      "remove-node | List nodes" is failed like
      
        "changed": false,
        "cmd": [
          "/usr/local/bin/kubectl", "--kubeconfig",
          "/etc/kubernetes/admin.conf", "get", "nodes", "-o",
          "go-template={{ range .items }}{{ .metadata.name }}
          {{ "\n" }}{{ end }}"
         ],
         ..
         "stderr": "error: stat /etc/kubernetes/admin.conf: no such file or directory",
      
      That was due to lack to check the existing Kubernetes cluster exists
      or not before running "kubectl drain" command.
      This adds the check to avoid the issue.
      7b1dc600
  10. Mar 18, 2022
    • Fredrik Liv's avatar
      Updated openstack cloud controller version to v1.22.0 (#8629) · af7066d3
      Fredrik Liv authored
      * Updated openstack cloud controller version to match kubernetes version
      
      * Rolled back file structure change
      af7066d3
    • Cristian Calin's avatar
      [calico] don't enable ipip encapsulation by default and use vxlan in CI (#8434) · dd2d95ec
      Cristian Calin authored
      * [calico] make vxlan encapsulation the default
      
      * don't enable ipip encapsulation by default
      * set calico_network_backend by default to vxlan
      * update sample inventory and documentation
      
      * [CI] pin default calico parameters for upgrade tests to ensure proper upgrade
      
      * [CI] improve netchecker connectivity testing
      
      * [CI] show logs for tests
      
      * [calico] tweak task name
      
      * [CI] Don't run the provisioner from vagrant since we run it in testcases_run.sh
      
      * [CI] move kube-router tests to vagrant to avoid network connectivity issues during netchecker check
      
      * service proxy mode still fails connectivity tests so keeping it manual mode
      
      * [kube-router] account for containerd use-case
      dd2d95ec
  11. Mar 17, 2022
  12. Mar 15, 2022
  13. Mar 14, 2022
    • Max Gautier's avatar
      Helm-apps role for installing helm charts (#8347) · 307d122a
      Max Gautier authored
      * Sketch of helm-apps role interface
      
      * helm-apps: Early implementation and settings
      
      * helm-apps: Fix README.md example playbook
      
      * fixup! Sketch of helm-apps role interface
      
      * Make the argument specs more explicit
      
      * Remove exposed options from hardcoded default
      
      * Simplify example playbook in README.md
      
      - Define directly the roles parameters
      - Add an example of option override for one chart only
      
      * Use release instead of charts
      
      Make explicit that the role is mananing releases, not charts.
      Simplify parameters naming
      307d122a
    • onock's avatar
      [systemd-resolved] Fix DNS configuration according to docs/dns-stack.md and... · d444a2fb
      onock authored
      [systemd-resolved] Fix DNS configuration according to docs/dns-stack.md and during reset of cluster (#8560) (#8561)
      
      d444a2fb
  14. Mar 13, 2022
  15. Mar 12, 2022
  16. Mar 11, 2022
  17. Mar 08, 2022
  18. Mar 07, 2022
  19. Mar 04, 2022
Loading