diff options
| author | KubeEdge Bot <48982446+kubeedge-bot@users.noreply.github.com> | 2020-11-11 15:29:31 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 15:29:31 +0800 |
| commit | be83fb417136ef7c91e9e353228050612d89f225 (patch) | |
| tree | 0a327d52f3e1a1a96c86a451e05fddbfe85f8668 /docs | |
| parent | Docs: fix grammar issues (#2303) (diff) | |
| parent | Change `/isCloudcoreReady` to `/readyz` (diff) | |
| download | kubeedge-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.md | 2 |
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. |
