Skip to content

OLM v0.28.0 - Subscription with toleration NOT WORKING (Bug) #3328

Open
@rridtraining

Description

@rridtraining

Bug Report

Hello all,

I have OLM installed and am trying to subscribe to an operator using the configuration below.

apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata: name: my-argocd-operator namespace: operators spec: config: tolerations: - key: "zone" operator: "Equal" value: "west" effect: "NoSchedule" channel: alpha name: argocd-operator source: operatorhubio-catalog sourceNamespace: olm
I expect my operator to have the tolerance,
- key: "zone" operator: "Equal" value: "west" effect: "NoSchedule"
but instead I have this tolerations: - key: kubernetes.io/arch operator: Equal value: amd64 - key: kubernetes.io/arch operator: Equal value: arm64 - key: kubernetes.io/arch operator: Equal value: ppc64le - key: kubernetes.io/arch operator: Equal value: s390x
Can you help me please?

Environment

  • operator-lifecycle-manager version: v0.28.0
  • Kubernetes version information: v1.26.9

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/bugCategorizes issue or PR as related to a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions