Skip to content

Commit

Permalink
Merge pull request #2 from duyhenryer/feat/vim
Browse files Browse the repository at this point in the history
fixed LABEL and add vim
  • Loading branch information
duyhenryer authored Feb 28, 2024
2 parents aae8209 + a9e8910 commit 1c7cb55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Nettools to debugs. Container image with network tools for troubleshooting Kuber
- To check some networking issues in a cluster:

```sh
kubectl run -it --image=ghcr.io/duyhenryer/nettools:2.0.0 nettools --restart=Never -n default
kubectl run -it --image=ghcr.io/duyhenryer/nettools:2.0.1 nettools --restart=Never -n default
```

- Pod template example:
Expand All @@ -17,7 +17,7 @@ metadata:
spec:
containers:
- name: nettools
image: ghcr.io/duyhenryer/nettools:2.0.0
image: ghcr.io/duyhenryer/nettools:2.0.1
command: ["/bin/sleep", "infinity"]
imagePullPolicy: IfNotPresent
restartPolicy: Never
Expand All @@ -41,7 +41,7 @@ spec:
spec:
containers:
- name: nettools
image: ghcr.io/duyhenryer/nettools:2.0.0
image: ghcr.io/duyhenryer/nettools:2.0.1
command: ["/bin/sleep", "infinity"]
imagePullPolicy: IfNotPresent
```
Expand All @@ -58,5 +58,5 @@ kubectl exec -it nettools -n default bash
- If you just want to use the network tools on a docker host:

```sh
docker run -it ghcr.io/duyhenryer/nettools:2.0.0 sh
docker run -it ghcr.io/duyhenryer/nettools:2.0.1 sh
```

0 comments on commit 1c7cb55

Please sign in to comment.