-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Chart type: Memgraph Standalone
Chart version: 0.2.4
What happened?
When installing the chart on OpenShift, the StatefulSet doest not run.
Environment:
Our values.yaml:
image:
tag: "3.0.0"
secrets:
enabled: true
fullnameOverride: "memgraph"
Relevant log output:
create Pod memgraph-0 in StatefulSet memgraph failed error: pods "memgraph-0" is forbidden: unable to validate against any security context constraint: [
provider "anyuid": Forbidden: not usable by user or serviceaccount,
provider restricted-v2: .initContainers[0].runAsUser: Invalid value: 0: must be in the ranges: [1001180000, 1001189999],
provider restricted-v2: .initContainers[0].capabilities.add: Invalid value: "CHOWN": capability may not be added,
provider restricted-v2: .initContainers[1].runAsUser: Invalid value: 0: must be in the ranges: [1001180000, 1001189999],
provider restricted-v2: .initContainers[1].privileged: Invalid value: true: Privileged containers are not allowed,
provider "restricted": Forbidden: not usable by user or serviceaccount,
provider "nonroot-v2": Forbidden: not usable by user or serviceaccount,
provider "nonroot": Forbidden: not usable by user or serviceaccount,
provider "pcap-dedicated-admins": Forbidden: not usable by user or serviceaccount,
provider "hostmount-anyuid": Forbidden: not usable by user or serviceaccount,
provider "machine-api-termination-handler": Forbidden: not usable by user or serviceaccount,
provider "hostnetwork-v2": Forbidden: not usable by user or serviceaccount,
provider "hostnetwork": Forbidden: not usable by user or serviceaccount,
provider "hostaccess": Forbidden: not usable by user or serviceaccount,
provider "splunkforwarder": Forbidden: not usable by user or serviceaccount,
provider "node-exporter": Forbidden: not usable by user or serviceaccount,
provider "privileged": Forbidden: not usable by user or serviceaccount
]
Related to memgraph/memgraph#2192
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working