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 52e770c commit 7fd53f4Copy full SHA for 7fd53f4
content/es/docs/concepts/workloads/pods/disruptions.md
@@ -160,7 +160,7 @@ La herramienta intenta desalojar a los pods `pod-a` y `pod-x`. Esto tiene éxito
160
Ambos Pods van al estado `terminating` al mismo tiempo.
161
Pone al clúster en el siguiente estado:
162
163
-| nodo-1 *desalojando* | nodo-2 | nodo-3 |
+| nodo-1 *draining* | nodo-2 | nodo-3 |
164
|:--------------------:|:-------------------:|:------------------:|
165
| pod-a *terminating* | pod-b *available* | pod-c *available* |
166
| pod-x *terminating* | | |
0 commit comments