Skip to content

Instantly share code, notes, and snippets.

@superbrothers
Last active August 3, 2018 08:45
Show Gist options
  • Save superbrothers/58de24c48c4528800cd7e1b15e91a6bb to your computer and use it in GitHub Desktop.
Save superbrothers/58de24c48c4528800cd7e1b15e91a6bb to your computer and use it in GitHub Desktop.
apiVersion: krew.googlecontainertools.github.com/v1alpha1
kind: Plugin
metadata:
name: service
spec:
platforms:
- uri: https://github.com/superbrothers/kubectl-service-plugin/releases/download/v1.1.0/service-darwin-amd64.zip
sha256: 8197bc5506c628381cf1ae73ec03cc44d0513f6ca102d8b7165ba7dff034208e
files:
- from: "*"
to: "."
selector:
matchLabels:
os: darwin
- uri: https://github.com/superbrothers/kubectl-service-plugin/releases/download/v1.1.0/service-linux-amd64.zip
sha256: 2011f942718eaa9f9e0aaf379a2a2db00982b8a8c13b70d05c1be2bddc37a4b1
files:
- from: "*"
to: "."
selector:
matchLabels:
os: linux
version: v1.1.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
through a local proxy server using kubectl proxy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment