Skip to content
This repository was archived by the owner on Dec 9, 2021. It is now read-only.
This repository was archived by the owner on Dec 9, 2021. It is now read-only.

[BUG] Running on OpenShift gives  #15

Open
@saintdle

Description

@saintdle

Describe the bug

Installed as per the readme.

Running kboom in OpenShift fails due to the SSC

kubectl kboom generate --mode=scale:14 --load=pods:100

kubectl kboom results

2021/12/08 17:18:52 Can't create pod scale-sleeper-19: kubernetes api: Failure 403 pods "scale-sleeper-19" is forbidden: unable to validate against any security context constraint: [spec.containers[0].securityContext.runAsUser: Invalid value: 65534: must be in the ranges: [1000690000, 1000699999]]

To Reproduce

OpenShift 4.7

Expected behavior
Successful run

Additional context

OpenShift uses a security context, which is what is being referenced.
https://docs.openshift.com/container-platform/4.7/cicd/pipelines/using-pods-in-a-privileged-security-context.html

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions