Fix Docker Hub rate limits, DCT timeline, image tags, etcd and Alertmanager

This commit is contained in:
yeasy
2026-04-27 01:15:52 +00:00
parent e406ed9185
commit e416a1be7e
7 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ $ ETCDCTL_API=3 etcdctl member list
$ ETCDCTL_API=3 etcdctl put testkey "hello world"
OK
$ etcdctl get testkey
$ ETCDCTL_API=3 etcdctl get testkey
testkey
hello world
```
@@ -96,5 +96,5 @@ $ brew install etcd
$ etcd
$ etcdctl member list
$ ETCDCTL_API=3 etcdctl member list
```