mikmatko

Results 6 comments of mikmatko

I think the main problem for >height - which is smaller than normal select or input >does not includes validation styles for error is that the "form-control" class is not...

Came across these issues too. To fix the styling issues I have used select2-bootstrap-theme from https://github.com/select2/select2-bootstrap-theme. Imho, deform should include this. To fix the resizing issue set ```width: null,``` when...

> The binaries are already built, we've extracted them from a docker file now. **Enterprises are not switching to CentOS 8** as it doesn't offer the long-term support that CentOS...

Thanks for the response. In all cases where I've seen this issue, I'm using the following pattern for Job naming: ```yaml metadata: name: whatever-job-name-{{ .Release.Revision }} ``` Where `{{ .Release.Revision...

Spent a while debugging the duplicated upgrade issue on current HEAD (41d3f52f137fceef766997fc41956ea343a0e0dd). Here is a horrible workaround that adds a small jitter to `BundleDeploymentReconciler` before it fetches the latest BundleDeployment...

The duplicate event seems to come from DriftDetect, specifically this bit: https://github.com/rancher/fleet/blob/41d3f52f137fceef766997fc41956ea343a0e0dd/internal/cmd/agent/deployer/driftdetect/driftdetect.go#L115 Causing `bd.Status.SyncGeneration` to differ from `bd.Spec.Options.ForceSyncGeneration`. Looks like the DriftDetect part is continuously run, even if DriftDetection is...