Skip to content

Injecting tolerations to helm properties for Portworx storage #126

@paparayudud

Description

@paparayudud

Team,

We are trying to add tolerations to helm properties to invoke storage class for Portworx but it's not working (we don't see this in statefulset or queue manager pods when we describe the pod) to deploy IBM MQ NativeHA on AKS using Helm chart

Below is the error

Events:
Type Reason Age From Message


Warning FailedScheduling 10m (x22346 over 2d20h) stork failed filter with extender at URL http://stork-service.portworx:8099/filter, code 400
Warning PolicyViolation 9m59s kyverno-scan policy psa-restricted-clusterpolicy/restricted-rule fail: Validation rule 'restricted-rule' failed. It violates PodSecurity "restricted:latest": (Forbidden reason: seccompProfile, field error list: [spec.containers[0].securityContext.seccompProfile.type: Required value])
Warning FailedScheduling 2m18s (x7526 over 2d20h) stork No node found with storage driver
Warning FailedScheduling 116s (x7366 over 2d20h) stork No node found with storage driver
Warning FailedScheduling 105s (x7442 over 2d20h) stork No node found with storage driver

Below is the toleration tried to add

toleration:

  • key: "px/node"
    operator: "Equal"
    value: "true"
    effect: "NoSchedule"
    nodeSelector:
    portworx.io/node-type: storageless

Please let us know if you need any additional info from us

Thanks,
Paparayudu
Fiserv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions