Gercy Campos

Results 1 comments of Gercy Campos

I resolved this issue on my lab cluster commenting line "#--enable-v2=true" of file /var/snap/microk8s/8384/args/etcd, my file bellow: ``` --data-dir=${SNAP_COMMON}/var/run/etcd --advertise-client-urls=https://${DEFAULT_INTERFACE_IP_ADDR}:12379 --listen-client-urls=https://0.0.0.0:12379 --client-cert-auth --trusted-ca-file=${SNAP_DATA}/certs/ca.crt --cert-file=${SNAP_DATA}/certs/server.crt --key-file=${SNAP_DATA}/certs/server.key #--enable-v2=true ``` and then started...