We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b8780 commit c9d9843Copy full SHA for c9d9843
README.md
@@ -47,11 +47,11 @@ kubectl create job --from=cronjob/talos-backup my-test-job
47
You may build the binary with:
48
49
```bash
50
-make etcd-snapshot-k8s-service
+make talos-backup
51
```
52
53
or as a container image with:
54
55
56
-make REGISTRY=registry.example.com USERNAME=myusername PUSH=true TAG=latest image-etcd-snapshot-k8s-service
+make REGISTRY=registry.example.com USERNAME=myusername PUSH=true TAG=latest image-talos-backup
57
0 commit comments