Skip to content

Commit 6244d57

Browse files
authored
Clarify _admin/cluster/health reference
1 parent 9b45d88 commit 6244d57

File tree

1 file changed

+2
-2
lines changed
  • docs/Manual/Deployment/Kubernetes

1 file changed

+2
-2
lines changed

docs/Manual/Deployment/Kubernetes/Drain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,10 +310,10 @@ POST /_admin/cluster/cleanOutServer
310310
{"server":"DBServer0006"}
311311
```
312312

313-
(please compare the above output of the `/_admin/cluster/health` API).
314313
The value of the `"server"` attribute should be the name of the DBserver
315314
which is the one in the pod which resides on the node that shall be
316-
drained next. This uses the UI short name, alternatively one can use the
315+
drained next. This uses the UI short name (`ShortName` in the
316+
`/_admin/cluster/health` API), alternatively one can use the
317317
internal name, which corresponds to the pod name. In our example, the
318318
pod name is:
319319

0 commit comments

Comments
 (0)