Advertisement
Guest User

k8s

a guest
Jul 22nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.54 KB | None | 0 0
  1. # If you intened to deploy Kubernetes in an air-gapped environment,
  2. # please consult the documentation on how to configure custom RKE images.
  3. nodes:
  4. - address: 172.25.55.139
  5.   port: "22"
  6.   internal_address: ""
  7.   role:
  8.  - controlplane
  9.   - worker
  10.   - etcd
  11.   hostname_override: "otconap16.sc.intel.com"
  12.   user: root
  13.   docker_socket: /var/run/docker.sock
  14.   ssh_key_path: /home/ad_kkkamine/.ssh/kiran_key
  15.   labels: {}
  16. services:
  17.   etcd:
  18.     image: rancher/coreos-etcd:v3.1.12
  19.     extra_args: {}
  20.     extra_binds: []
  21.     external_urls: []
  22.     ca_cert: ""
  23.     cert: ""
  24.     key: ""
  25.     path: ""
  26.     snapshot: false
  27.     retention: ""
  28.     creation: ""
  29.   kube-api:
  30.     image: rancher/hyperkube:v1.13.5-rancher1
  31.     extra_args: {}
  32.     extra_binds: []
  33.     service_cluster_ip_range: 10.43.0.0/16
  34.     pod_security_policy: false
  35.   kube-controller:
  36.     image: rancher/hyperkube:v1.13.5-rancher1
  37.     extra_args: {}
  38.     extra_binds: []
  39.     cluster_cidr: 10.42.0.0/16
  40.     service_cluster_ip_range: 10.43.0.0/16
  41.   scheduler:
  42.     image: rancher/hyperkube:v1.13.5-rancher1
  43.     extra_args: {}
  44.     extra_binds: []
  45.   kubelet:
  46.     image: rancher/hyperkube:v1.13.5-rancher1
  47.     extra_args:
  48.       max-pods: 110
  49.     extra_binds: []
  50.     cluster_domain: cluster.local
  51.     infra_container_image: rancher/pause-amd64:3.1
  52.     cluster_dns_server: 10.43.0.10
  53.     fail_swap_on: false
  54.   kubeproxy:
  55.     image: rancher/hyperkube:v1.13.5-rancher1
  56.     extra_args: {}
  57.     extra_binds: []
  58. network:
  59.   plugin: flannel
  60.   options: {}
  61. authentication:
  62.   strategy: x509
  63.   options: {}
  64.   sans: []
  65. addons: ""
  66. addons_include: []
  67. system_images:
  68.   etcd: ""
  69.   alpine: ""
  70.   nginx_proxy: ""
  71.   cert_downloader: ""
  72.   kubernetes_services_sidecar: ""
  73.   kubedns: ""
  74.   dnsmasq: ""
  75.   kubedns_sidecar: ""
  76.   kubedns_autoscaler: ""
  77.   kubernetes: ""
  78.   flannel: ""
  79.   flannel_cni: ""
  80.   calico_node: ""
  81.   calico_cni: ""
  82.   calico_controllers: ""
  83.   calico_ctl: ""
  84.   canal_node: ""
  85.   canal_cni: ""
  86.   canal_flannel: ""
  87.   wave_node: ""
  88.   weave_cni: ""
  89.   pod_infra_container: ""
  90.   ingress: ""
  91.   ingress_backend: ""
  92. ssh_key_path: /home/ad_kkkamine/.ssh/kiran_key
  93. ssh_agent_auth: false
  94. authorization:
  95.   mode: none
  96. ignore_docker_version: false
  97. kubernetes_version: "v1.13.5-rancher1-1"
  98. private_registries: []
  99. ingress:
  100.   provider: none
  101.   options: {}
  102.   node_selector: {}
  103.   extra_args: {}
  104. cluster_name: ""
  105. cloud_provider:
  106.   name: ""
  107.   cloud_config: {}
  108. prefix_path: ""
  109. addon_job_timeout: 0
  110. bastion_host:
  111.   address: ""
  112.   port: ""
  113.   user: ""
  114.   ssh_key: ""
  115.   ssh_key_path: ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement