Skip to content
Snippets Groups Projects
  1. Oct 26, 2022
  2. Oct 19, 2022
  3. Oct 14, 2022
    • Kenichi Omichi's avatar
      Use agnhost instead of busybox for network test (#9390) · 72b45eec
      Kenichi Omichi authored
      busybox container requires a root permission for ping.
      For testing hardening method at CI, we need to switch to another image
      which doesn't require the root permission for network testing.
      On kubernetes/kubernetes repo, we are using agnhost which doesn't
      require it. So this makes the test use aghhost image.
      
      In addition, this updates the test manifest to specify securityContext
      without any privilege.
      Unverified
      72b45eec
  4. Oct 07, 2022
  5. Sep 15, 2022
  6. Sep 08, 2022
  7. Sep 05, 2022
  8. Aug 30, 2022
  9. Aug 17, 2022
  10. Aug 06, 2022
  11. Aug 03, 2022
  12. Jul 26, 2022
  13. Jul 22, 2022
  14. Jul 20, 2022
  15. Jul 06, 2022
  16. Jul 05, 2022
  17. Jun 29, 2022
  18. Jun 28, 2022
  19. Jun 17, 2022
  20. Jun 15, 2022
  21. Jun 10, 2022
    • Kay Yan's avatar
      remove-support-for-ansible-2.9-2.10 (#8951) · 4726a110
      Kay Yan authored
      Unverified
      4726a110
    • Kenichi Omichi's avatar
      Replace callback_whitelist with callbacks_enabled (#8759) · 024a3ee5
      Kenichi Omichi authored
      When running molecule jobs, we saw the folloing warning message:
      
       [DEPRECATION WARNING]: [defaults]callback_whitelist option, normalizing names
       to new standard, use callbacks_enabled instead. This feature will be removed
       from ansible-core in version 2.15. Deprecation warnings can be disabled by
       setting deprecation_warnings=False in ansible.cfg.
      
      callbacks_enabled has been added since Ansible 2.11 and Kubespray is using
      Ansible 2.12 at master branch. So we can use callbacks_enabled safely to
      avoid the warning message.
      Unverified
      024a3ee5
  22. Jun 09, 2022
  23. Jun 08, 2022
  24. May 18, 2022
  25. May 16, 2022
  26. May 04, 2022
  27. May 02, 2022
  28. Apr 29, 2022
  29. Apr 27, 2022
  30. Apr 17, 2022
Loading