-
Notifications
You must be signed in to change notification settings - Fork 71
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
StatefullSet error in GCP Kubernetes manifest #401
Comments
the same here but not with GCP, fixed by changing https://github.com/aquasecurity/postee/blob/main/deploy/helm/postee/values.yaml#L254 to ReadWriteMany. @simar7 why postee is needed to be sts, not deployment, is there any reason? |
I am also getting multi-attach error on Digital Ocean
|
@grglzrv the workaround/change does not seem to work for me, the posttee-ui pod is now starting but the postee pod cannot start and has these errors in the logs
|
Signed-off-by: Jose Donizetti <[email protected]>
Facing a similar issue in AWS EKS.
|
Description
on GKE im getting " Multi-Attach error for volume"
Solution: use node affinity so that statefulset and deployment land on same node.
we need to review the manifest to avoid these errors.
The text was updated successfully, but these errors were encountered: