diff options
| author | chentao <421224811@qq.com> | 2020-11-11 09:23:51 +0800 |
|---|---|---|
| committer | chentao <421224811@qq.com> | 2020-11-11 09:23:51 +0800 |
| commit | 98ec37283c355005c4b9892fd008a1241501ab32 (patch) | |
| tree | 73e928177f102b5cb3c476a9df7e1059422f5ebf /docs/proposals | |
| parent | Merge pull request #2302 from muxuelan/master (diff) | |
| download | kubeedge-98ec37283c355005c4b9892fd008a1241501ab32.tar.gz | |
Change `/isCloudcoreReady` to `/readyz`
Diffstat (limited to 'docs/proposals')
| -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. |
