mirror of https://github.com/easzlab/kubeasz.git
21 lines
253 B
Plaintext
21 lines
253 B
Plaintext
|
{
|
||
|
"CN": "etcd",
|
||
|
"hosts": [
|
||
|
"127.0.0.1",
|
||
|
"{{ NODE_IP }}"
|
||
|
],
|
||
|
"key": {
|
||
|
"algo": "rsa",
|
||
|
"size": 2048
|
||
|
},
|
||
|
"names": [
|
||
|
{
|
||
|
"C": "CN",
|
||
|
"ST": "HangZhou",
|
||
|
"L": "XS",
|
||
|
"O": "k8s",
|
||
|
"OU": "System"
|
||
|
}
|
||
|
]
|
||
|
}
|