Olivier Michaelis

Results 16 comments of Olivier Michaelis

Adding the packages `libsasl2-2` `libsasl2-modules-gssapi-mit` to the `apt-get install` in the `Dockerfile` solved it for me.

Hi @liuke0712! :) > Does it mean the server has already started? Yes. This is also indicated by the `http: server gave HTTP response to HTTPS client` you posted >...

> Wondering if is there any requirement for the generation of the TLS cert? You need to check how the Terraform CLI works internally, I do now know that. With...

You could maybe use some other tools to check why your certificate is not complying with the standards

Hi @squakez, I think this could be an expected behaviour. Based on the [documentation for the scale subresource](https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#scale-subresource): > If there is no value under the specReplicasPath in the custom...

Interestingly, I did get the same error when trying to bootstrap with the CLI: ```bash $ flux bootstrap github --owner=redacted --repository=redacted --private=true --personal=true --path=kubernetes --branch=master ► connecting to github.com ►...

> @swade1987: Alternatively, if the issue no longer affects you or has been resolved, let us know so we can close it with the right resolution. I stopped using the...

I don't remember exactly what I did, but I don't think it was a migration. I was just looking for the most fluxcd-native experience I could get for my scenario....

Yes, since I cannot provide feedback I'm okay with closing this issue. I think other people can open new issues and provide debug information if they still experience problems

Sure! I already started yesterday, but will be on vacation from tomorrow so I'm not sure if I can review your next changes :/ I'll see how much I can...