Jean-Pierre Pitout

Results 15 comments of Jean-Pierre Pitout

What is the best way to automate updating CRDs since they aren't part of the Helm chart anymore?

Thanks for the info! Our ArgoCD is deployed through a CI/CD pipeline which means manual steps aren't easily handled but any breaking changes should be picked up in our sandbox...

For anyone stumbling across this issue in the future... CRD manifests are now tagged with chart version numbers (since 3.x.x) our solution for deploying ArgoCD via CI/CD pipelines was to...

@brianehlert thank you for your response. Some prerequisite knowledge: VMware TKGi's implementation of Kubernetes is deployed using BOSH. The base OS of the Kubernetes nodes are known as BOSH stemcells...

@brianehlert No problem, I suspect that TKG which uses Cluster API will not have this problem only TKGi which uses BOSH.

Hi @brianehlert Any feed back on this? We'd like to upgrade to 2.4.0 for other bug fixes but cannot due to this bug. UPDATE Apologies I see the was an...

Hi @brianehlert, With version 2.4.0 we're still seeing below in the logs even with `-disable-ipv6=true` argument set and we're getting 404s to the upstreams: `2022/10/11 07:04:53 [emerg] 12#12: socket() [::]:80...

Seems I'm having the same issue, was there anymore progress on this? Below is the error I'm getting: ``` *** Following extensions are not compiled: gdbm: Could not be configured....

@matthewcosgrove To resolve this we replaced `src/bosh-deployment` with a newer version of the subtree. We deleted the `src` directory then ran: ``` git subtree add --prefix src/bosh-deployment https://github.com/cloudfoundry/bosh-deployment.git master --squash...