i was writing kubernetes mock exam 2 and being asked "Install etcd utility on cluster2-controlplane node so that we can take/restore etcd backups. "A installed guide also have attached “Releases · etcd-io/etcd · GitHub”
while following the further steps tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
it gives error
cluster2-controlplane ~ ➜ tar xzvf /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz -C /tmp/etcd-download-test --strip-components=1
etcd-v3.5.12-linux-amd64/README.md
tar: README.md: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/READMEv2-etcdctl.md
tar: READMEv2-etcdctl.md: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/etcdutl
tar: etcdutl: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/etcdctl
tar: etcdctl: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/Documentation/
etcd-v3.5.12-linux-amd64/Documentation/README.md
tar: Documentation/README.md: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/Documentation/dev-guide/
etcd-v3.5.12-linux-amd64/Documentation/dev-guide/apispec/
etcd-v3.5.12-linux-amd64/Documentation/dev-guide/apispec/swagger/
etcd-v3.5.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3election.swagger.json
tar: Documentation/dev-guide/apispec/swagger/v3election.swagger.json: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/Documentation/dev-guide/apispec/swagger/rpc.swagger.json
tar: Documentation/dev-guide/apispec/swagger/rpc.swagger.json: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/Documentation/dev-guide/apispec/swagger/v3lock.swagger.json
tar: Documentation/dev-guide/apispec/swagger/v3lock.swagger.json: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/README-etcdutl.md
tar: Documentation/dev-guide/apispec/swagger: Cannot change ownership to uid 528287, gid 89939: Invalid argument
tar: Documentation/dev-guide/apispec: Cannot change ownership to uid 528287, gid 89939: Invalid argument
tar: Documentation/dev-guide: Cannot change ownership to uid 528287, gid 89939: Invalid argument
tar: Documentation: Cannot change ownership to uid 528287, gid 89939: Invalid argument
tar: README-etcdutl.md: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/README-etcdctl.md
tar: README-etcdctl.md: Cannot change ownership to uid 528287, gid 89939: Invalid argument
etcd-v3.5.12-linux-amd64/etcd
tar: etcd: Cannot change ownership to uid 528287, gid 89939: Invalid argument
tar: Exiting with failure status due to previous errors