Open medined opened 4 years ago
I've raised a ticket against the benchmark spec, which currently assumes etcd is running as a Kubernetes pod.
I would be supportive of an enhancement that skips these checks if there is no etcd manifest file. (Meanwhile, you could manually modify the test files to skip these checks.)
The file
/etc/kubernetes/manifests/etcd.yaml
does not exist on my master node becauseetcd
is running on a separate server. I don't know the correct way to determine this situation but mykube-apiserver
process has its--etcd-servers
parameters pointing to the etcd0 server.This same issue exists for test 1.1.8.
Perhaps a file existence check so the two tests can be skipped?