提交 f8098b3f 编写于 作者: A awgreene

Addons: Update OLM Addon

Problem: The current version of OLM shipped with Minikube as an addon
places memory limits on OLM and the pods created for CatalogSources.
If these limits exist, the operatorhubio catalog will almost certainly
hit an OOM issue.

Solution: Update OLM to a more recent version, specifically v0.15.1.
上级 6a0b4df3
此差异已折叠。
......@@ -64,11 +64,11 @@ spec:
command:
- /bin/olm
args:
- -namespace
- --namespace
- $(OPERATOR_NAMESPACE)
- -writeStatusName
- --writeStatusName
- ""
image: quay.io/operator-framework/olm@sha256:0d15ffb5d10a176ef6e831d7865f98d51255ea5b0d16403618c94a004d049373
image: quay.io/operator-framework/olm@sha256:2c389d2e380c842cbf542820ad4493249164302ddf0e699b0a37105d234e67ee
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
......@@ -129,7 +129,9 @@ spec:
- '-namespace'
- olm
- -configmapServerImage=quay.io/operator-framework/configmap-operator-registry:latest
image: quay.io/operator-framework/olm@sha256:0d15ffb5d10a176ef6e831d7865f98d51255ea5b0d16403618c94a004d049373
- -util-image
- quay.io/operator-framework/olm@sha256:2c389d2e380c842cbf542820ad4493249164302ddf0e699b0a37105d234e67ee
image: quay.io/operator-framework/olm@sha256:2c389d2e380c842cbf542820ad4493249164302ddf0e699b0a37105d234e67ee
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
......@@ -208,7 +210,7 @@ metadata:
name: packageserver
namespace: olm
labels:
olm.version: 0.14.1
olm.version: 0.15.1
spec:
displayName: Package Server
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
......@@ -293,7 +295,7 @@ spec:
- "5443"
- --global-namespace
- olm
image: quay.io/operator-framework/olm@sha256:0d15ffb5d10a176ef6e831d7865f98d51255ea5b0d16403618c94a004d049373
image: quay.io/operator-framework/olm@sha256:2c389d2e380c842cbf542820ad4493249164302ddf0e699b0a37105d234e67ee
imagePullPolicy: Always
ports:
- containerPort: 5443
......@@ -312,8 +314,16 @@ spec:
requests:
cpu: 10m
memory: 50Mi
securityContext:
runAsUser: 1000
volumeMounts:
- name: tmpfs
mountPath: /tmp
volumes:
- name: tmpfs
emptyDir: {}
maturity: alpha
version: 0.14.1
version: 0.15.1
apiservicedefinitions:
owned:
- group: packages.operators.coreos.com
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册