Adrien Thebo
Adrien Thebo
@maratkanov-a the panic you've recorded from the `kotsadm` deployment is particularly interesting, which version does `kubectl kots version` report?
The backtrace from the kots segmentation points to [this line](https://github.com/replicatedhq/kots/blob/v1.73.0/pkg/operator/operator.go#L228). The line in question is as follows: ``` cmd := exec.Command(kustomizeBinPath, "build", filepath.Join(deployedVersionArchive, "overlays", "downstreams", d.Name)) ``` The only thing...
Hi @maratkanov-a, apologies for the delay - we accidentally lost this issue in the backlog! In an earlier [comment](https://github.com/gitpod-io/gitpod/issues/10912#issuecomment-1171719201) I dug into the kotsadm source code where the segmentation fault...
Glad to hear that k3s worked better! With respect to the certificates issue I believe you're correct; the `registry-facade`, `proxy`, and `ws-proxy` pods won't be able to start without the...
As Simon mentioned DNS records are a requirement for Gitpod, as are TLS certificates. If you're able to create DNS records as mentioned above but if can't use Let's Encrypt...
@nandajavarma apologies for the slow response on this, it's been a hectic week. 😄 I only had small comments, let's call this completed!
@nzhook sorry for the delay in responding to this, I've been busy and got bad about responding to issues in a timely manner. With respect to this issue, could you...
Per the dependencies section of the readme (https://github.com/puppet-community/puppet-network#dependencies) you need to be able to pluginsync the master for this to work; the error that you're seeing indicates that you have...
Hi @HUGHNew, thanks for this submission! As the CI failures indicate, there's a maximum of 8 examples per page to keep each tldr page easy to digest. This change pushes...
This item has been marked as completed in the 2022.09.0 release document ([internal notion](https://www.notion.so/gitpod/Self-Hosted-Release-2022-09-0-0534b6ba181b476cb1826e358a7149f9#2d065ca75cab4e14b61cfa4f7d129c62)), I believe this issue is done.