Skip to content

Commit

Permalink
fixed travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Sep 15, 2018
1 parent dbfe219 commit d106d04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- cp bazel-bin/cmd/linux_amd64_pure_stripped/cmd /tmp/kubectl-os
- cp bazel-bin/cmd/kubectl-os/linux_amd64_pure_stripped/kubectl-os /tmp/kubectl-os

deploy:
- provider: releases
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ based on [k8s.io/sample-cli-plugin](https://github.com/kubernetes/kubernetes/tre

# Installation

## Prerequisites

* Afaik kubectl plugins without plugin.yaml only work with kubectl >=1.12

## Installation via go get

Just execute the following and make sure `$GOPATH/bin` is in your `$PATH`:
Expand Down Expand Up @@ -90,7 +94,3 @@ internal 59.1.0.14 10.12.4.5 443 => [10.12.4.17 10.12.4.7 10

* enable output via go template like json path (from both openstack & kube object)
* unit tests

# Known Issues

* Plugins without plugin.yaml afaik only work with kubectl >1.12

0 comments on commit d106d04

Please sign in to comment.