forked from inspektor-gadget/inspektor-gadget
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request inspektor-gadget#2643 from inspektor-gadget/alban_…
…hub2 Artifact Hub: publish gadgets
- Loading branch information
Showing
19 changed files
with
460 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Artifact Hub repository metadata file | ||
# https://github.com/artifacthub/hub/blob/master/docs/metadata/artifacthub-repo.yml | ||
|
||
repositoryID: a4a4aff7-52f0-43f9-93a5-0749f53bc898 | ||
owners: | ||
- name: The Inspektor Gadget authors | ||
email: hello@inspektor-gadget.io |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "sched_cls_drop" | ||
category: monitoring-logging | ||
displayName: "sched_cls_drop" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "gadget used by the CI" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/sched_cls_drop:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/sched_cls_drop:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "snapshot process" | ||
category: monitoring-logging | ||
displayName: "snapshot process" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "Show running processes" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/snapshot_process:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/snapshot_process:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "snapshot socket" | ||
category: monitoring-logging | ||
displayName: "snapshot socket" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "Show TCP and UDP sockets" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/snapshot_socket:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/snapshot_socket:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "top file" | ||
category: monitoring-logging | ||
displayName: "top file" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "Periodically report read/write activity by file" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/top_file:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/top_file:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace dns" | ||
category: monitoring-logging | ||
displayName: "trace dns" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace dns requests and responses" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_dns:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_dns:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace exec" | ||
category: monitoring-logging | ||
displayName: "trace exec" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace process executions" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_exec:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_exec:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace malloc" | ||
category: monitoring-logging | ||
displayName: "trace malloc" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "use uprobe to trace malloc and free in libc.so" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_malloc:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_malloc:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace mount" | ||
category: monitoring-logging | ||
displayName: "trace mount" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace mount syscalls" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_mount:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_mount:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace oomkill" | ||
category: monitoring-logging | ||
displayName: "trace oomkill" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace OOM killer" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_oomkill:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_oomkill:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace open" | ||
category: monitoring-logging | ||
displayName: "trace open" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace open files" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_open:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_open:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace signal" | ||
category: monitoring-logging | ||
displayName: "trace signal" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace signal" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_signal:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_signal:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Artifact Hub package metadata file | ||
version: 0.26.0 | ||
name: "trace sni" | ||
category: monitoring-logging | ||
displayName: "trace sni" | ||
createdAt: "2024-03-25T14:32:05+01:00" | ||
description: "trace sni" | ||
logoURL: "https://inspektor-gadget.io/media/brand-icon.svg" | ||
license: "" | ||
homeURL: "https://inspektor-gadget.io/" | ||
containersImages: | ||
- name: gadget | ||
image: "ghcr.io/inspektor-gadget/gadget/trace_sni:latest" | ||
platforms: | ||
- linux/amd64 | ||
- linux/arm64 | ||
keywords: | ||
- gadget | ||
links: | ||
- name: source | ||
url: "https://github.com/inspektor-gadget/inspektor-gadget/" | ||
install: | | ||
# Run | ||
```bash | ||
sudo IG_EXPERIMENTAL=true ig run ghcr.io/inspektor-gadget/gadget/trace_sni:latest | ||
``` | ||
provider: | ||
name: Inspektor Gadget |
Oops, something went wrong.