forked from kubernetes-sigs/krew-index
-
Notifications
You must be signed in to change notification settings - Fork 0
/
open-svc.yaml
37 lines (37 loc) · 1.24 KB
/
open-svc.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
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: open-svc
spec:
platforms:
- uri: "https://github.com/superbrothers/kubectl-open-svc-plugin/releases/download/v2.4.0/kubectl-open_svc-darwin-amd64.zip"
sha256: "eb340925fa2b2b97f9920386894668d184adf87b15dd3fec395078e880dc73f5"
bin: kubectl-open_svc
files:
- from: kubectl-open_svc
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: darwin
arch: amd64
- uri: "https://github.com/superbrothers/kubectl-open-svc-plugin/releases/download/v2.4.0/kubectl-open_svc-linux-amd64.zip"
sha256: "1c9e939dd4f00b41b989fdac2cac3df4495e49dc33b7db36cf7f0402d64be038"
bin: kubectl-open_svc
files:
- from: kubectl-open_svc
to: .
- from: LICENSE
to: .
selector:
matchLabels:
os: linux
arch: amd64
version: "v2.4.0"
shortDescription: Open the Kubernetes URL(s) for the specified service in your browser.
description: |
Open the Kubernetes URL(s) for the specified service in your browser.
Unlike the `kubectl port-forward` command, this plugin makes services
accessible via their ClusterIP.
homepage: https://github.com/superbrothers/kubectl-open-svc-plugin