Skip to content

Instantly share code, notes, and snippets.

@lalyos
Created December 7, 2021 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalyos/ae5e67061a6864f91831596704a4eda3 to your computer and use it in GitHub Desktop.
Save lalyos/ae5e67061a6864f91831596704a4eda3 to your computer and use it in GitHub Desktop.
---
apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
name: ing
spec:
version: "v0.0.6"
homepage: https://github.com/lalyos/kubectl-ing
shortDescription: "Generates an Ingress for a svc"
description: |
There is no imperative way to create an Ingress yaml
Here is the fix
platforms:
- selector:
matchExpressions:
- key: "os"
operator: "In"
values:
- darwin
- linux
uri: https://github.com/lalyos/kubectl-ing/archive/v0.0.6.tar.gz
sha256: f40a121a7d35c2e102b314f0eb229c04404835921931c0a1929f6ab0ae829bfb
files:
- from: "*"
to: "."
bin: kubectl-ing-0.0.6/kubectl-ing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment