Foivos Filippopoulos
Foivos Filippopoulos
We are still running into this with a more generic error message using the latest trident version: ``` time="2022-12-05T08:44:06Z" level=error msg="Expanding filesystem failed; exit status 1" requestID=9e44818e-1c5a-4ea9-9cec-7737a01c1d7d requestSource=CSI time="2022-12-05T08:44:06Z" level=info...
@gnarl thanks for the response. I've already repaired manually errors for now, but will keep an eye and report back with debug logs on next occurrence.
We've seen this again running cert-manager `v1.13.1` which has the `StableCertificateRequestName` feature gate enabled by default. ``` E1024 15:15:56.304905 1 controller.go:167] "cert-manager/certificates-readiness: re-queuing item due to error processing" err="multiple CertificateRequests...
yes, we've ran into the same problem. PSPs are deprecated long time now, trident should remove them completely from upstream manifests.
/remove-lifecycle stale
/remove-lifecycle stale
@gnarl no, I haven't seen the issue in our clusters for a while now
@nmengin Updating certificates, putting them in place and simply calling a `touch` on the toml file doesn't seem to be enough. Doing so makes traefik log: ``` time="2018-10-04T11:34:14Z" level=info msg="Skipping...
The ability to drain nodes without respecting PDBs is an important feature for us as well. Currently the only way to really use kured in dev environments is by using...
reading a bit more regarding this, I think that kube's graceful shutdown: https://kubernetes.io/docs/concepts/architecture/nodes/#graceful-node-shutdown should cover us in case we use `--force-reboot` and delete any pods stuck in the node before...