Skip to content

Commit e478358

Browse files
committed
Fix: images alt text
Signed-off-by: Ali Mehraji <a.mehraji75@gmail.com>
1 parent 1177a13 commit e478358

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

posts/kubectl-debug-ephemeral-ctrs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ error: Internal error occurred: Internal error occurred: error executing command
8282

8383
### `kubectl debug`
8484

85-
![](https://raw.githubusercontent.com/cod3mas0n/Documents/refs/heads/main/posts/assets/kubectl-debug/cdebug-slide-4.webp "Kubectl debug")
85+
![kubectl debug](https://raw.githubusercontent.com/cod3mas0n/Documents/refs/heads/main/posts/assets/kubectl-debug/cdebug-slide-4.webp "Kubectl debug")
8686

87-
![](https://raw.githubusercontent.com/cod3mas0n/Documents/refs/heads/main/posts/assets/kubectl-debug/cdebug-slide-5.webp "debuger endpoint")
87+
![debugger endpoint](https://raw.githubusercontent.com/cod3mas0n/Documents/refs/heads/main/posts/assets/kubectl-debug/cdebug-slide-5.webp "debugger endpoint")
8888

8989
```bash
9090
POD_NAME=$(kubectl get pods -l app=distroless-nginx -o jsonpath='{.items[0].metadata.name}')
@@ -194,7 +194,7 @@ kubectl delete pod node-debugger-debian-11-wrjhs
194194

195195
### Sidecar container via Docker
196196

197-
![](https://raw.githubusercontent.com/cod3mas0n/Documents/refs/heads/main/posts/assets/kubectl-debug/cdebug-slide-3.webp "docker exec ,sidecar")
197+
![docker exec](https://raw.githubusercontent.com/cod3mas0n/Documents/refs/heads/main/posts/assets/kubectl-debug/cdebug-slide-3.webp "docker exec ,sidecar")
198198

199199
How `docker exec` and [`cdebug`](https://github.com/iximiuz/cdebug) works ?
200200

0 commit comments

Comments
 (0)