Vytautas Vasiliauskas

Results 10 comments of Vytautas Vasiliauskas

It would be cool if there would be an option to choose from what file draw_bboxes_from_file method draws the boxes. .xml or .txt

Ability to disable second click functionality for drawing boxes for people who use touch devices. edit: I think I am referring to > the user could click only once and...

I'm encountering same issue on v0.12.2 This works: ``` registries: - name: Docker Hub api_url: https://index.docker.io prefix: docker.io credentials: pullsecret:argocd/dockerhub-secret ping: yes default: true ```

This. I want to automate some configuration changes to kube config file during `tilt up`, and I want to avoid writing wrappers that do configuration changes and then runs `tilt...

> I believe this is another case of [#11552](https://github.com/kubernetes-sigs/kubespray/issues/11552) (=> modification are not taken into account, but current settings remains). Could anyone experiencing the bug confirm ? (that you didn't...

Fresh install with 2.28.0 still doesn't work.

> This should have been fixed by [#12015](https://github.com/kubernetes-sigs/kubespray/pull/12015), this is a bit strange. Just to be sure, I did a second fresh install for my dev cluster. No OIDC config.

> see: [#6004 (comment)](https://github.com/kubernetes-sigs/kubespray/issues/6004#issuecomment-793218978) > > TL;DR - You have to use upgrade-cluster.yml to apply kube_kubeadm_apiserver_extra_args. Doesn't work, tried multiple times. It even removes whatever was added by hand, or...

For sanity's sake I tested my dev cluster with `upgrade-cluster.yml` and it removed my OIDC settings. tested with release 2.28.0

1. yes 2. yes 3. yes only testing releases, so far it was on 2.27.0 and 2.28.0. To clarify, I started to use OIDC only from release v2.27.0, don't know...