This message was deleted.
# k3s
a
This message was deleted.
n
You need to format it as a array, with quotes around the whole thing so that K3s doesn't treat it as yaml
Copy code
etcd-arg: "cipher-suites=[TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_GCM_SHA256]"
n
seems like it worked, tnx