Open Karina5005 opened 1 year ago
Common scenarios the same as default_ext-etcd but in addition etcd should be set up with ssl certificates. Thus we need to provide caFile, certFile, keyFile params to cluster configuration like below (also take a look at protocol):
default_ext-etcd
caFile
certFile
keyFile
etcd: external: endpoints: [ "https://{{ hostvars[inventory_hostname]['ansible_facts']['default_ipv4']['address'] }}:2379" ] caFile: "" certFile: "" keyFile: ""
New scenario will be differ from default_ext-etcd by the following points:
Assignee is Mishavint
Created by bissquit at 2023-04-28T08:19:04Z
Common scenarios the same as
default_ext-etcd
but in addition etcd should be set up with ssl certificates. Thus we need to providecaFile
,certFile
,keyFile
params to cluster configuration like below (also take a look at protocol):New scenario will be differ from
default_ext-etcd
by the following points: