Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (32 loc) · 732 Bytes

README.md

File metadata and controls

33 lines (32 loc) · 732 Bytes

Build Status

YAML configuration file example:

etcd:
  servers:
    - name: first-etcd
      certs:
        SANs: 
          - etcd-server-dns-name
        IPs:
          - etcd-server-ip-address
  peers:
    - name: first-etcd
      certs:
        SANs:
          - etcd-peer-dns-name
        IPs:
          - etcd-peer-ip-address
api:
  servers:
    - name: first-api
      certs:
        SANs:
          - kube-apiserver-dns-name
        IPs:
          - kube-apiserver-ip-address
nodes:
  - "kube-node-0"
  - "kube-node-1"
clusterConfiguration:
  certificatesDir: /home/q/Downloads/exercism/certs