Patryk Małek

Results 331 comments of Patryk Małek

> On Linux, you can configure an alternative config dir using the environment variable `XDG_CONFIG_HOME`. E.g. > > Put your config in /my-config/telepresence/config.yml. Then install like so: > ```bash >...

That could work yes. I have not mentioned that but I'm looking for a linux & mac os solution (ideally OS agnostic). `XDG_CONFIG_HOME` doesn't seem to work for mac: ```...

> Just a note that you might want to add a report for [v1.4.1](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.1) too! > > /lgtm We'll add that eventually 🙃

@adrianriepl It seems that I'm also getting the same error: ``` Adding team reviewer(s) "k8s-maintainers" to PR Error: Validation Failed: "Could not resolve to a node with the global id...

> You are using a "classic" PAT, correct? That is true. AFAIR the issue with fine-grained tokens was that it required the user to be added to the org which...

Just to add: for now we skip integration tests https://github.com/Kong/kubernetes-ingress-controller/blob/73f5464dc1054825568fda0dddd17d80f6eb168b/.github/workflows/pr_checks.yaml#L45-L49 when `secrets.PULP_PASSWORD` is missing.

> Does that sound right? Any preference? Sounds right. Label sounds good to me (just as proposed by @mheap).

> Am I understanding correctly that the use case is to have CRDs with multiple apiVersions without conversion? How does this work? For my particular use case I don't need...