Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/manifests/
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/
COPY manifests /manifests
COPY empty-resources /manifests
LABEL io.openshift.release.operator true
1 change: 1 addition & 0 deletions Dockerfile.rhel7
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ RUN mkdir -p /usr/share/bootkube/manifests/bootstrap-manifests
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/manifests/* /usr/share/bootkube/manifests/manifests/
COPY --from=builder /go/src/github.com/openshift/cluster-config-operator/cluster-config-operator /usr/bin/
COPY manifests /manifests
COPY empty-resources /manifests
LABEL io.openshift.release.operator true
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_dns.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: DNS
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: FeatureGate
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
7 changes: 7 additions & 0 deletions empty-resources/0000_05_config-operator_02_image.cr.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: Image
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: config.openshift.io/v1
kind: Infrastructure
metadata:
name: cluster
annotations:
release.openshift.io/create-only: "true"
spec: {}