Skip to content
  1. Jan 07, 2025
  2. Jan 06, 2025
  3. Jan 02, 2025
  4. Dec 31, 2024
  5. Dec 27, 2024
  6. Dec 26, 2024
  7. Dec 24, 2024
  8. Dec 23, 2024
    • Max Gautier's avatar
      Only consider host in 'k8s_cluster' when checking if ip is a cached fact (#11817) · d173f1d9
      Max Gautier authored
      This avoids spurious failure with 'localhost'.
      
      It should also be more correct the inventory contains uncached hosts
      which are not in `k8s_cluster` and therefore should not be Kubespray
      business.
      
      (We still use hostvars for uncached hosts, because it's easier to select
      on 'ansible_default_ipv4' that way and does not change the end result)
      d173f1d9
  9. Dec 20, 2024
  10. Dec 19, 2024
  11. Dec 18, 2024
  12. Dec 17, 2024
  13. Dec 16, 2024
  14. Dec 13, 2024
  15. Dec 12, 2024
    • Max Gautier's avatar
      CI-tests: remove hostnets stuff from 030_check-network · 12ed1fcf
      Max Gautier authored
      There is no pods with hostNetwork deployed in this test, and therefore
      the tasks are skipped / empty output (checked in CI).
      12ed1fcf
    • Max Gautier's avatar
      CI: Use deployment instead of Pod for agnhost · 930df78d
      Max Gautier authored
      This is a followup to 2ba28a33 (Revert "Wait for available API token in
      a new namespace (#7045)", 2024-10-25).
      
      While checking for the serviceaccount token is not effective, there is
      still a race when creating a Pod directly, because the ServiceAccount
      itself might not be created yet.
      More details at https://github.com/kubernetes/kubernetes/issues/66689.
      
      This cause very frequent flakes in our CI with spurious failures.
      
      Use a Deployment instead ; it will takes cares of creating the Pods and
      retrying ; it also let us use kubectl rollout status instead of manually
      checking for the pods.
      930df78d
Loading