Skip to content
Snippets Groups Projects
  1. Mar 25, 2024
  2. Mar 20, 2024
  3. Mar 18, 2024
  4. Mar 14, 2024
  5. Mar 13, 2024
  6. Mar 12, 2024
  7. Mar 08, 2024
  8. Mar 01, 2024
  9. Feb 29, 2024
  10. Feb 26, 2024
  11. Feb 21, 2024
  12. Feb 20, 2024
  13. Feb 14, 2024
  14. Feb 12, 2024
  15. Jan 26, 2024
  16. Jan 23, 2024
  17. Jan 18, 2024
  18. Jan 12, 2024
  19. Jan 09, 2024
  20. Jan 05, 2024
  21. Jan 04, 2024
  22. Dec 08, 2023
  23. Dec 06, 2023
  24. Nov 29, 2023
  25. Oct 18, 2023
  26. Oct 11, 2023
  27. Oct 10, 2023
    • Nathan Brown's avatar
      roles: add AWS VPC CNI installation role · c1c3c5f7
      Nathan Brown authored and Nathan Brown's avatar Nathan Brown committed
      
      Add a role to install AWS VPC CNI into a cluster created on AWS
      instances. Make slight adjustments to existing roles to provide required
      environment to install the CNI. Two notable changes include:
      1. ec2-net-utils package is not present. This conflicts with the AWS VPC
         CNI in how secondary ENI IP addresses are handled.
      2. Ensure that iptables FORWARD defaults to ALLOW instead of DENY. This
         is required to allow packets to be forwarded through the default
         network namespace to/from pod network namespaces.
      
      Signed-off-by: default avatarNathan Brown <nathan.brown@arm.com>
      Reviewed-by: default avatarTianyu Li <tianyu.li@arm.com>
      
      Change-Id: I4afe04d5dd69b7b28df7325a068de4db12e53548
      c1c3c5f7
  28. Sep 19, 2023