forked from knight42/krelay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.krew.yaml
38 lines (38 loc) · 1.55 KB
/
.krew.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: relay
spec:
version: {{ .TagName }}
homepage: https://github.com/knight42/krelay
shortDescription: Drop-in "port-forward" replacement with UDP and hostname resolution.
description: |
This kubectl plugin is a drop-in replacement for `kubectl port-forward` with some enhanced features:
* Supports UDP port forwarding
* Forwarding data to the given IP or hostname that is accessible within the kubernetes cluster
* Forwarding session will not be interfered after performing rolling updates
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
{{addURIAndSha "https://github.com/knight42/krelay/releases/download/{{ .TagName }}/kubectl-relay_{{ .TagName }}_darwin-amd64.tar.gz" .TagName }}
bin: kubectl-relay
- selector:
matchLabels:
os: darwin
arch: arm64
{{addURIAndSha "https://github.com/knight42/krelay/releases/download/{{ .TagName }}/kubectl-relay_{{ .TagName }}_darwin-arm64.tar.gz" .TagName }}
bin: kubectl-relay
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/knight42/krelay/releases/download/{{ .TagName }}/kubectl-relay_{{ .TagName }}_linux-amd64.tar.gz" .TagName }}
bin: kubectl-relay
- selector:
matchLabels:
os: linux
arch: arm64
{{addURIAndSha "https://github.com/knight42/krelay/releases/download/{{ .TagName }}/kubectl-relay_{{ .TagName }}_linux-arm64.tar.gz" .TagName }}
bin: kubectl-relay