summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com>2020-11-11 15:29:31 +0800
committerGitHub <noreply@github.com>2020-11-11 15:29:31 +0800
commitbe83fb417136ef7c91e9e353228050612d89f225 (patch)
tree0a327d52f3e1a1a96c86a451e05fddbfe85f8668 /docs
parentDocs: fix grammar issues (#2303) (diff)
parentChange `/isCloudcoreReady` to `/readyz` (diff)
downloadkubeedge-be83fb417136ef7c91e9e353228050612d89f225.tar.gz
Merge pull request #2312 from qclc/fix-handle-path
Change `/isCloudcoreReady` to `/readyz`
Diffstat (limited to 'docs')
-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.