Skip to content

Commit

Permalink
Fix refactoring bug
Browse files Browse the repository at this point in the history
  • Loading branch information
serra committed Jan 3, 2024
1 parent 59ef677 commit b22cd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch02/lab/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ kubectl get pods -o custom-columns=NAME:metadata.name
> whoami-1-549786dc89-dps2x
```bash
kubectl exec deploy/whoami-1 -- sh -c 'hostname'
kubectl exec deploy/whoami -- sh -c 'hostname'
```

> whoami-1-549786dc89-dps2x
Expand Down

0 comments on commit b22cd74

Please sign in to comment.