Skip to content

Commit

Permalink
finalize manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Jan 19, 2019
1 parent a4861fc commit 0ae3725
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions krew/install.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash


kubectl krew install --manifest=./krew/os.yaml --archive=bazel-bin/cmd/kubectl-os/kubectl_os_tar.tar.gz
#kubectl krew install --manifest=foo.yaml --archive=foo.tar.gz
#kubectl krew install --manifest=./krew/os.yaml --archive=bazel-bin/cmd/kubectl-os/kubectl-os_tar.tar.gz
kubectl krew install --manifest=./krew/os.yaml
10 changes: 5 additions & 5 deletions krew/os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ spec:
- selector:
matchExpressions:
- {key: os, operator: In, values: [linux]}
url: https://github.com/sbueringer/kubectl-openstack-plugin/releases/download/v0.0.6/kubectl-os.tar.gz
# sha256sum of the file downloaded above:
sha256: "TODO"
uri: https://github.com/sbueringer/kubectl-openstack-plugin/releases/download/v0.0.6/kubectl-os.tar.gz
sha256: 52b0e3aee5226fd6f0bc75fe5a8d778c9ce12bd82380cd85074aa92ebe8fa035
files:
- from: "/kubectl-os"
to: "."
bin: "./kubectl-os"
shortDescription: Extends kubectl with some OpenStack commands
caveats: |
This plugin needs an environment as described here:
This plugin only works with Kubernetes clusters running on OpenStack.
Also the environment has to be set up as described here:
https://github.com/sbueringer/kubectl-openstack-plugin
description: |
This plugin adds a few additional commands to kubectl to query for
Expand All @@ -32,4 +32,4 @@ spec:
kubectl os lb
# Show Nodes joined with the corresponding OpenStack servers
kubectl os server
kubectl os server

0 comments on commit 0ae3725

Please sign in to comment.