summaryrefslogtreecommitdiff
path: root/docs/proposals
diff options
context:
space:
mode:
authorchentao <421224811@qq.com>2020-11-11 09:23:51 +0800
committerchentao <421224811@qq.com>2020-11-11 09:23:51 +0800
commit98ec37283c355005c4b9892fd008a1241501ab32 (patch)
tree73e928177f102b5cb3c476a9df7e1059422f5ebf /docs/proposals
parentMerge pull request #2302 from muxuelan/master (diff)
downloadkubeedge-98ec37283c355005c4b9892fd008a1241501ab32.tar.gz
Change `/isCloudcoreReady` to `/readyz`
Diffstat (limited to 'docs/proposals')
-rw-r--r--docs/proposals/cloudcore-ha-design.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/proposals/cloudcore-ha-design.md b/docs/proposals/cloudcore-ha-design.md
index c7ef02a84..179e0d64c 100644
--- a/docs/proposals/cloudcore-ha-design.md
+++ b/docs/proposals/cloudcore-ha-design.md
@@ -157,6 +157,6 @@ func (l *ReadyzAdaptor) Check(req *http.Request) error {
return l.le.Check(l.timeout)
}
```
-At present, it is tentatively decided that this handle path is `/isCloudcoreReady`.And register the handle to cloudhub https server.
+At present, it is tentatively decided that this handle path is `/readyz`.And register the handle to cloudhub https server.