Thibault Jamet

Results 58 comments of Thibault Jamet
trafficstars

Hi! The idea of the commit message is indeed to automatically add the Change-Id as soon as the commit is created. It's hence important to keep it executed every time...

Hi! I have just rebased this PR to include latest changes from master. Let me know if there is any other thing I should take a look at /reopen

> @tjamet Wdyt about #4126 ? Would this PR solve your issue ? I missed your comment. I was reading the PR, and I don't think #4126 does solve it....

/reopen /remove-lifecycle rotten

Sorry, I missed the latest updates and comments on this PR Let me know if I can further help. I remain super interested in getting this change through

Hi, I think the root cause of the problem is located in the endpoint controller and to keep "Terminating" pods until they are actually deleted. This behaviour not only impacts...

Digging slightly in this issue, the problem seems to be related to loading the packages and its loading mode. Indeed, extracting `packages.Load` in a dedicated module, we can reproduce the...

Hi! As @Fsero mentioned, noe supports authenticated to private registries. It supports both the [docker config style](https://github.com/adevinta/noe/blob/00ec399d46d9dfa53f0ebec1c09501d98a4ae2f2/pkg/registry/docker_credentials.go#L129) (include the [kubelet style](https://kubernetes.io/docs/concepts/containers/images/#config-json)), the [containerD style](https://github.com/adevinta/noe/blob/00ec399d46d9dfa53f0ebec1c09501d98a4ae2f2/pkg/registry/containerd_credentials.go#L41) as well as the per-pod [image...

Thanks for your input @dackroyd . We will check to get your suggestions in #90 and merge it. I would expect to be able to do it in the first...

Hi @Fumi-Nine ! We have merged #90 that should provide the last authentication scheme supported by Kubernetes. I would hence close this ticket. Please feel free to re-open it if...