Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

observability-thanos-receive-default (statefulset) - DOWN #203

Open
rbo opened this issue Oct 1, 2024 · 2 comments
Open

observability-thanos-receive-default (statefulset) - DOWN #203

rbo opened this issue Oct 1, 2024 · 2 comments

Comments

@rbo
Copy link
Member

rbo commented Oct 1, 2024

during #202 the observability-thanos-receive-default (statefulset) "lost" all pods. Because I deleted these.

Problem is new ones not scheduled because of:

create Pod observability-thanos-receive-default-0 in StatefulSet observability-thanos-receive-default failed error: Pod "observability-thanos-receive-default-0" is invalid: spec.containers[0].resources.requests: Invalid value: "300m": must be less than or equal to cpu limit of 0

Pod spec:

...
      containers:
        - resources:
            limits:
              cpu: '0'
              memory: 2Gi
            requests:
              cpu: 300m
              memory: 512Mi

...
rbo added a commit to stormshift/clusters that referenced this issue Oct 1, 2024
@rbo
Copy link
Member Author

rbo commented Oct 1, 2024

Fixed..

@rbo rbo closed this as completed Oct 1, 2024
@rbo
Copy link
Member Author

rbo commented Oct 1, 2024

mh double check of this is a bug, because if no cpu is configured it should not be 0!

@rbo rbo reopened this Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant