-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge nmstate/kubernetes-nmstate v0.47.0
- Loading branch information
Showing
53 changed files
with
1,241 additions
and
1,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.16-openshift-4.8 AS builder | ||
FROM registry.svc.ci.openshift.org/openshift/release:golang-1.15 AS builder | ||
WORKDIR /go/src/github.com/openshift/kubernetes-nmstate | ||
COPY . . | ||
RUN GO111MODULE=on go build --mod=vendor -o build/_output/bin/manager main.go | ||
|
||
FROM registry.ci.openshift.org/ocp/4.8:base | ||
FROM registry.access.redhat.com/ubi8/ubi-minimal | ||
|
||
COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/build/_output/bin/manager /usr/bin/ | ||
COPY deploy/crds/nmstate.io_nodenetwork*.yaml /bindata/kubernetes-nmstate/crds/ | ||
|
@@ -12,13 +12,9 @@ COPY deploy/handler/operator.yaml /bindata/kubernetes-nmstate/handler/handler.ya | |
COPY deploy/handler/service_account.yaml /bindata/kubernetes-nmstate/rbac/ | ||
COPY deploy/handler/role.yaml /bindata/kubernetes-nmstate/rbac/ | ||
COPY deploy/handler/role_binding.yaml /bindata/kubernetes-nmstate/rbac/ | ||
COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/manifests /manifests | ||
COPY --from=builder /go/src/github.com/openshift/kubernetes-nmstate/metadata /metadata | ||
|
||
ENTRYPOINT ["manager"] | ||
|
||
LABEL io.k8s.display-name="kubernetes-nmstate-operator" \ | ||
io.k8s.description="Operator for Node network configuration through Kubernetes API" \ | ||
io.openshift.tags="openshift,kubernetes-nmstate-operator" \ | ||
com.redhat.delivery.appregistry=true \ | ||
maintainer="Yossi Boaron <[email protected]>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.