We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b45d88 commit 6244d57Copy full SHA for 6244d57
docs/Manual/Deployment/Kubernetes/Drain.md
@@ -310,10 +310,10 @@ POST /_admin/cluster/cleanOutServer
310
{"server":"DBServer0006"}
311
```
312
313
-(please compare the above output of the `/_admin/cluster/health` API).
314
The value of the `"server"` attribute should be the name of the DBserver
315
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
+drained next. This uses the UI short name (`ShortName` in the
+`/_admin/cluster/health` API), alternatively one can use the
317
internal name, which corresponds to the pod name. In our example, the
318
pod name is:
319
0 commit comments