main.yml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. single_node: false
  16. k8s_cni: calico
  17. pod_network_cidr_ip: 10.244.0.0/16
  18. k8s_root_directory: /root/.kube
  19. k8s_root_directory_mode: 0755
  20. k8s_config_src: /etc/kubernetes/admin.conf
  21. k8s_config_dest: /root/.kube/config
  22. k8s_config_file_mode: 0644
  23. k8s_cert_path: /etc/kubernetes/pki/ca.crt
  24. k8s_dummy_hostname: K8S_TOKEN_HOLDER
  25. yaml_repo_dir_path: /root/k8s
  26. yaml_repo_dir_mode: 0755
  27. k8s_service_account_file_dest: /root/k8s/create_admin_user.yaml
  28. k8s_service_account_file_mode: 0655
  29. k8s_clusterRoleBinding_file_dest: /root/k8s/create_clusterRoleBinding.yaml
  30. k8s_clusterRoleBinding_file_mode: 0655
  31. calico_yml_url: https://docs.projectcalico.org/manifests/calico.yaml
  32. flannel_yml_url: https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml