Mårten Svantesson

Results 147 comments of Mårten Svantesson

A potential route to fix this is to change to using `kpt live apply`: https://kpt.dev/book/06-deploying-packages/ I'll note that if we go this route we want to upgrade kpt first since...

Now I feel a bit silly... There is already support for a similar tool in Makefile.mk: kapp Maybe we should make kapp-apply the default for KUBEAPPLY? I'll experiment a bit.

Yeah, I noticed that switching to kapp on an existing cluster didn't work. I tried to recreate the cluster but it still doesn't work. I don't understand why immediately and...

Ah, seems like kapp bailed out due to some error with some health check pods. With `--wait=false` it might have worked.

I now got around to try again. It still doesn't work. I have tried versions 8.9.2 and 8.9.4: Could not transfer artifact org.apache.avro:avro:pom:1.10.0.8p from/to github (https://maven.pkg.github.com/zolyfarkas/*): authentication failed for https://maven.pkg.github.com/zolyfarkas/*/org/apache/avro/avro/1.10.0.8p/avro-1.10.0.8p.pom,...

Something like that. From the stacktrace of the error: `Failed to collect dependencies at org.spf4j:spf4j-slf4j-test:jar:8.9.4 -> org.spf4j.avro:core-schema:jar:1.0.7 -> org.apache.avro:avro:jar:1.10.0.8p` Adding the snippet to dependencyManagement worked though. I didn't try to...

Yes, I saw that and it is not at all helpful.

I'll keep this as draft until a I can upgrade vault-instance after jenkins-x-charts/vault-instance#15 is merged.

Now, the question is how to test this properly...