加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.krew.yaml 1.72 KB
一键复制 编辑 原始数据 按行查看 历史
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: trace
spec:
version: {{ .TagName }}
homepage: https://github.com/iovisor/kubectl-trace
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_darwin_amd64.tar.gz" .TagName }}
bin: kubectl-trace
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_linux_amd64.tar.gz" .TagName }}
bin: kubectl-trace
- selector:
matchLabels:
os: linux
arch: 386
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_linux_386.tar.gz" .TagName }}
bin: kubectl-trace
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_amd64.zip" .TagName }}
bin: kubectl-trace.exe
- selector:
matchLabels:
os: windows
arch: 386
{{addURIAndSha "https://github.com/iovisor/kubectl-trace/releases/download/{{ .TagName }}/kubectl-trace_{{ .TagName }}_windows_386.zip" .TagName }}
bin: kubectl-trace.exe
shortDescription: Trace Kubernetes pods and nodes with system tools
description: |
This plugin is used to analyze production systems and Kubernetes workloads
by scheduling a trace job on a target node or alongside a target pod in
order to analyze it with eBPF and other tracing and profiling technologies.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化