main.yml 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. # Kubernetes SDN network
  16. k8s_cni: calico
  17. # Master nodes firewall ports
  18. k8s_master_ports:
  19. - 6443
  20. - 2379-2380
  21. - 10250
  22. - 10251
  23. - 10252
  24. # Worker nodes firewall ports
  25. k8s_compute_ports:
  26. - 10250
  27. - 30000-32767
  28. # Calico CNI firewall ports
  29. calico_udp_ports:
  30. - 4789
  31. calico_tcp_ports:
  32. - 5473
  33. - 179
  34. # Flannel CNI firewall ports
  35. flannel_udp_ports:
  36. - 8285
  37. - 8472