Timur Solovev
Timur Solovev
Here's related Kubernetes issue: https://github.com/kubernetes/kubernetes/issues/60987
Experiencing the same issue on a HEALTH_OK cluster with Rook 1.3.6 and CephFS with CSI, only minor subset of the nodes are affected, here are some details: ## First observation...
Also, a disclaimer: be **VERY** careful when running what @tivizi has suggested, volumes might still be mapped to the disk and forced `rm` might destroy the contents.
Apparently, this is most likely a network issue probably related to network disruptions/power outages or routing problems. Launching a new Ceph cluster with `hostNetwork: true` solved this issue, but at...
There is a pending merge request https://github.com/Versent/saml2aws/pull/793, would be great to have this feature soon.
@mariux Just a reminder that `tfsec` is now being deprecated in favor of `trivy`, so it's probably worth focusing on the latter
@benashz Since https://github.com/hashicorp/go-secure-stdlib/blob/main/awsutil/generate_credentials.go has been rewritten for `aws-sdk-v2`, in theory it should be able to work with SSO profiles automatically through [config.LoadDefaultConfig()](https://github.com/hashicorp/go-secure-stdlib/blob/main/awsutil/generate_credentials.go#L268). The substitution might be almost seamless. The fix...
@i4ki Currently `terramate clone` can be executed if the target folder does not exist, so it copies the source stack and it's nested stacks and generates new IDs. Now, the...
Seems to have been introduced via Issue https://github.com/runatlantis/atlantis/issues/4390 and PR https://github.com/runatlantis/atlantis/pull/4402 with basically no justification. If the project is set to fast-forward only or semi-linear history, API response`detailed_merge_status: "need_rebase"` clearly...
Just random questions/thoughts: - I assume the preferred approach would be to have EFAs created/deleted alongside the associated node, correct? - AFAIK, only a single EFA can be attached upon...