diff --git a/plugins.md b/plugins.md index 2aeca7d91ce..12012161146 100644 --- a/plugins.md +++ b/plugins.md @@ -27,6 +27,7 @@ Name | Description | Stars [cssh](https://github.com/containership/kubectl-cssh) | SSH into Kubernetes nodes | ![GitHub stars](https://img.shields.io/github/stars/containership/kubectl-cssh.svg?label=stars&logo=github) [ctx](https://github.com/ahmetb/kubectx) | Switch between contexts in your kubeconfig | ![GitHub stars](https://img.shields.io/github/stars/ahmetb/kubectx.svg?label=stars&logo=github) [custom-cols](https://github.com/webofmars/kubectl-custom-cols) | A "kubectl get" replacement with customizable column presets | ![GitHub stars](https://img.shields.io/github/stars/webofmars/kubectl-custom-cols.svg?label=stars&logo=github) +[datadog](https://github.com/DataDog/datadog-operator) | Easily interact with Datadog agents. | ![GitHub stars](https://img.shields.io/github/stars/DataDog/datadog-operator.svg?label=stars&logo=github) [debug-shell](https://github.com/danisla/kubefunc) | Create pod with interactive kube-shell. | ![GitHub stars](https://img.shields.io/github/stars/danisla/kubefunc.svg?label=stars&logo=github) [debug](https://github.com/verb/kubectl-debug) | Attach ephemeral debug container to running pod | ![GitHub stars](https://img.shields.io/github/stars/verb/kubectl-debug.svg?label=stars&logo=github) [deprecations](https://github.com/rikatz/kubepug) | Checks for deprecated objects in a cluster | ![GitHub stars](https://img.shields.io/github/stars/rikatz/kubepug.svg?label=stars&logo=github) diff --git a/plugins/datadog.yaml b/plugins/datadog.yaml new file mode 100644 index 00000000000..30216127641 --- /dev/null +++ b/plugins/datadog.yaml @@ -0,0 +1,48 @@ +apiVersion: krew.googlecontainertools.github.com/v1alpha2 +kind: Plugin +metadata: + name: datadog +spec: + version: "v0.2.1" + shortDescription: Manage the Datadog Operator + description: | + The datadog kubectl plugin provides useful utilities to operate datadog-agent components + via the Datadog Operator and the DatadogAgent CRD. + homepage: https://github.com/DataDog/datadog-operator + platforms: + - uri: https://github.com/DataDog/datadog-operator/releases/download/v0.2.1/kubectl-datadog_0.2.1_darwin_amd64.zip + sha256: "808fc59f5709cacb65acc73fcc6454f0389732301f7c2cbbf21446fb6b82ddf4" + bin: kubectl-datadog + files: + - from: kubectl-datadog + to: . + - from: LICENSE + to: . + selector: + matchLabels: + os: darwin + arch: amd64 + - uri: https://github.com/DataDog/datadog-operator/releases/download/v0.2.1/kubectl-datadog_0.2.1_linux_amd64.zip + sha256: "aa16271560297f2c00d8f69d1741bc2ec1c09f28d6fd737e3e695d53b2c0a2a7" + bin: kubectl-datadog + files: + - from: kubectl-datadog + to: . + - from: LICENSE + to: . + selector: + matchLabels: + os: linux + arch: amd64 + - uri: https://github.com/DataDog/datadog-operator/releases/download/v0.2.1/kubectl-datadog_0.2.1_windows_amd64.zip + sha256: "ede091b01467ff9a2122c5e77f9c4c616b22623dce56b4686c71eb420568c163" + bin: kubectl-datadog.exe + files: + - from: kubectl-datadog.exe + to: . + - from: LICENSE + to: . + selector: + matchLabels: + os: windows + arch: amd64