Skip to content
This repository has been archived by the owner on Aug 5, 2019. It is now read-only.

Commit

Permalink
Disable sizeLimit which causes endless ReplicaSet loop, enable operator
Browse files Browse the repository at this point in the history
https://bugzilla.redhat.com/show_bug.cgi?id=1713207 seems to be related
to the sizeLimit field.
  • Loading branch information
smarterclayton committed May 23, 2019
1 parent fc28ace commit fce6e9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,5 +7,5 @@ FROM registry.svc.ci.openshift.org/ocp/4.2:base
COPY --from=builder /go/src/github.com/openshift/support-operator/bin/support-operator /usr/bin/
COPY config/pod.yaml /etc/support-operator/server.yaml
COPY manifests /manifests
#LABEL io.openshift.release.operator=true
LABEL io.openshift.release.operator=true
ENTRYPOINT ["/usr/bin/support-operator"]
4 changes: 2 additions & 2 deletions manifests/05-deployment.yaml
Expand Up @@ -33,8 +33,8 @@ spec:
tolerationSeconds: 900
volumes:
- name: snapshots
emptyDir:
sizeLimit: 1Gi
emptyDir: {}
#sizeLimit: 1Gi # bug https://bugzilla.redhat.com/show_bug.cgi?id=1713207
containers:
- name: operator
image: quay.io/openshift/origin-support-operator:latest
Expand Down

0 comments on commit fce6e9c

Please sign in to comment.