Skip to content

Commit

Permalink
Merge pull request #39780 from Arhell/es-snippet
Browse files Browse the repository at this point in the history
[es] Change shell to console for code snippet
  • Loading branch information
k8s-ci-robot authored Mar 7, 2023
2 parents 243bba0 + 0dba657 commit bf343e6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ En este ejercicio crearás un Pod que ejecuta un único Contenedor. Este Pod tie

La salida debería ser similar a:

```shell
```console
NAME READY STATUS RESTARTS AGE
redis 1/1 Running 0 13s
```
Expand Down Expand Up @@ -69,7 +69,7 @@ En este ejercicio crearás un Pod que ejecuta un único Contenedor. Este Pod tie

La salida debería ser similar a:

```shell
```console
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
redis 1 0.1 0.1 33308 3828 ? Ssl 00:46 0:00 redis-server *:6379
root 12 0.0 0.0 20228 3020 ? Ss 00:47 0:00 /bin/bash
Expand All @@ -86,7 +86,7 @@ En este ejercicio crearás un Pod que ejecuta un único Contenedor. Este Pod tie

1. En el terminal original, observa los cambios en el Pod de Redis. Eventualmente verás algo como lo siguiente:

```shell
```console
NAME READY STATUS RESTARTS AGE
redis 1/1 Running 0 13s
redis 0/1 Completed 0 6m
Expand Down

0 comments on commit bf343e6

Please sign in to comment.