Check the etcd version
You can get the version information for the etcd database included with your MicroShift by using one or both of the following methods, depending on the level of information that you need.
Procedure
-
To display the base database version information, run the following command:
$ microshift-etcd versionExample outputmicroshift-etcd Version: 4.20.0 Base etcd Version: 3.5.13 -
To display the full database version information, run the following command:
$ microshift-etcd version -o jsonExample output{ "major": "4", "minor": "20", "gitVersion": "4.20.0", "gitCommit": "140777711962eb4e0b765c39dfd325fb0abb3622", "gitTreeState": "clean", "buildDate": "2025-11-03T16:37:53Z", "goVersion": "go1.21.9" "compiler": "gc", "platform": "linux/amd64", "patch": "", "etcdVersion": "3.5.13" }