Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubectl plugin #14

Open
ryane opened this issue Oct 4, 2021 · 1 comment
Open

kubectl plugin #14

ryane opened this issue Oct 4, 2021 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@ryane
Copy link
Owner

ryane commented Oct 4, 2021

Figure out what it will take to run kfilt as a kubectl plugin

  • docs
  • installation instructions
  • usage examples
  • etc.

This can be split into multiple issues if necessary.

@ryane ryane added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 4, 2021
@djmcgreal-cc
Copy link

If you could add zipped or tar+gziped release assets, something like the following:

apiVersion: krew.googlecontainertools.github.com/v1alpha2
kind: Plugin
metadata:
  name: kfilt
spec:
  version: v0.0.8
  homepage: https://github.com/ryane/kfilt
  shortDescription: &description kfilt can filter Kubernetes resources
  description: *description
  platforms:
  - selector:
      matchExpressions:
      - key: "os"
        operator: "In"
        values:
        - darwin
    uri: https://github.com/ryane/kfilt/releases/download/v0.0.8/kfilt_0.0.8_darwin_all.zip
    sha256: #...
    bin: kfilt_0.0.8_darwin_all
  - selector: {} #...

https://krew.sigs.k8s.io/docs/developer-guide/plugin-manifest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants