main.yml 965 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. # Master nodes firewall ports
  16. k8s_master_ports:
  17. - 6443
  18. - 2379-2380
  19. - 10250
  20. - 10251
  21. - 10252
  22. # Worker nodes firewall ports
  23. k8s_compute_ports:
  24. - 10250
  25. - 30000-32767
  26. # Calico CNI firewall ports
  27. calico_udp_ports:
  28. - 4789
  29. calico_tcp_ports:
  30. - 5473
  31. - 179
  32. # Flannel CNI firewall ports
  33. flannel_udp_ports:
  34. - 8285
  35. - 8472