1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-28 02:37:11 +00:00

Add support for Kubernetes 1.8+ (#82)

bump client version 5.0.2
This commit is contained in:
Michał Stachowski 2017-11-21 12:21:56 +01:00 committed by Szymon Scharmach
parent 49f58a9c1e
commit 59b0d5000a
3 changed files with 3 additions and 7 deletions

View file

@ -35,7 +35,7 @@ RUN git clone --depth 1 https://github.com/01org/intel-cmt-cat.git
RUN cd intel-cmt-cat/lib; make install
RUN cd rdt-discovery; make
RUN go get github.com/Masterminds/glide
RUN glide install
RUN glide install --strip-vendor
RUN go install \
-ldflags "-s -w -X main.version=$NFD_VERSION" \
github.com/kubernetes-incubator/node-feature-discovery

View file

@ -9,11 +9,7 @@ import:
subpackages:
- mock
- package: k8s.io/client-go
version: ^2.0.0-alpha.0
subpackages:
- 1.4/kubernetes
- 1.4/pkg/api
- 1.4/rest
version: v5.0.1
testImport:
- package: github.com/smartystreets/goconvey
version: ^1.6.2

View file

@ -1,5 +1,5 @@
{
"apiVersion": "extensions/v1beta1",
"apiVersion": "batch/v1",
"kind": "Job",
"metadata": {
"labels": {