-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.krew.yaml
26 lines (26 loc) · 1.02 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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: insider
spec:
homepage: https://github.com/truegoric/k8s-insider
shortDescription: Access cluster network through WireGuard
description: |
Connect to and access your cluster's network directly through
a WireGuard tunnel. This plugin allows you to define multiple
networks per cluster, dynamically manages IP allocations and handles
DNS resolver patching for local clusters.
version: {{ .TagName }}
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
{{addURIAndSha "https://github.com/truegoric/k8s-insider/releases/download/{{ .TagName }}/k8s-insider-{{ .TagName }}-x86_64-unknown-linux-gnu.tar.gz" .TagName }}
bin: "./k8s-insider"
- selector:
matchLabels:
os: windows
arch: amd64
{{addURIAndSha "https://github.com/truegoric/k8s-insider/releases/download/{{ .TagName }}/k8s-insider-{{ .TagName }}-x86_64-pc-windows-msvc.zip" .TagName }}
bin: "./k8s-insider.exe"