|
Buildpack deployment in cflinuxfs3 stack for AWS
That’s great, thanks for sharing Jim! Benjamin
That’s great, thanks for sharing Jim! Benjamin
|
By
Benjamin Gandon
· #9425
·
|
|
Buildpack deployment in cflinuxfs3 stack for AWS
Hi Carlos, The release notes for the classical Cloud Foundry Node.js Buildpack are in GitHub : https://github.com/cloudfoundry/nodejs-buildpack/releases These need to be read regularly by a human for
Hi Carlos, The release notes for the classical Cloud Foundry Node.js Buildpack are in GitHub : https://github.com/cloudfoundry/nodejs-buildpack/releases These need to be read regularly by a human for
|
By
Benjamin Gandon
· #9423
·
|
|
Announcing dynamic ASGs!
Nice work, congrats guys! Benjamin
Nice work, congrats guys! Benjamin
|
By
Benjamin Gandon
· #9399
·
|
|
Announcing encrypted container-to-container networking
Very interesting, thank you for the update Amelia ! Benjamin
Very interesting, thank you for the update Amelia ! Benjamin
|
By
Benjamin Gandon
· #9396
·
|
|
Update regarding Bionic Stemcells: Version 1.10 released from Foundation owned infrastructure
Congrats Felix and SAP team, and all other CFF contributors for this great achievement! Benjamin
Congrats Felix and SAP team, and all other CFF contributors for this great achievement! Benjamin
|
By
Benjamin Gandon
· #9365
·
|
|
Community interest in osb-cmdb ?
Hi Guillaume, I’ve just finished watching the video playback of the February Community Advisory Board and I’m impressed how creative you guys have been in terms of re-using existing components for new
Hi Guillaume, I’ve just finished watching the video playback of the February Community Advisory Board and I’m impressed how creative you guys have been in terms of re-using existing components for new
|
By
Benjamin Gandon
· #9282
·
|
|
Support for Xenial is ending in April
Thank you David, that’s good to hear. The deadline is approaching fast and people in the community could be surprised that we have so short time ahead. Others will remember the situation was nearly th
Thank you David, that’s good to hear. The deadline is approaching fast and people in the community could be surprised that we have so short time ahead. Others will remember the situation was nearly th
|
By
Benjamin Gandon
· #9280
·
|
|
CF Application Runtime PMC: Diego Project Lead Call for Nominations
Congratulations Eric for the great work done as Diego project lead! Benjamin
Congratulations Eric for the great work done as Diego project lead! Benjamin
|
By
Benjamin Gandon
· #8641
·
|
|
CF CLI v6.37.0 Released Today: Variable Substitution
Hi Abby, In the documentation for variable substitution, when it’s said: It’s quite unclear what is meant by “partial values”, and the example doesn’t bring an illustration to this. Indeed, correct me
Hi Abby, In the documentation for variable substitution, when it’s said: It’s quite unclear what is meant by “partial values”, and the example doesn’t bring an illustration to this. Indeed, correct me
|
By
Benjamin Gandon
· #8027
·
|
|
Rotating cf-deployment certificates
Hello Carlo, I'm definitely interested by your step that checks if any of the certs are close to the expiration date! If you can share this on a Github somewhere it would be perfect! Cdt,/Benjamin GAN
Hello Carlo, I'm definitely interested by your step that checks if any of the certs are close to the expiration date! If you can share this on a Github somewhere it would be perfect! Cdt,/Benjamin GAN
|
By
Benjamin Gandon
· #7816
·
|
|
Proposal: Plan to Deprecate cf-release
Super cool to get to know this new “cf-deployment-transition” repo! But about cf-deployment in production, is it still blocked on “Downtime testing” as the README states? Or has there been progress on
Super cool to get to know this new “cf-deployment-transition” repo! But about cf-deployment in production, is it still blocked on “Downtime testing” as the README states? Or has there been progress on
|
By
Benjamin Gandon
· #6964
·
|
|
Update: Locks & Service Discovery in CF Runtime
The road off Consul looks like it is long but necessary. Consul looks like a spof in CF, when you know how much the platform needs it, and when you read that sometimes plain upgrades break it badly. P
The road off Consul looks like it is long but necessary. Consul looks like a spof in CF, when you know how much the platform needs it, and when you read that sometimes plain upgrades break it badly. P
|
By
Benjamin Gandon
· #6776
·
|
|
Inconsistency in retrieval of service plans
Did you look at the doc on api.cloudfoundry.org about any ordering contract for those API calls?
Did you look at the doc on api.cloudfoundry.org about any ordering contract for those API calls?
|
By
Benjamin Gandon
· #6775
·
|
|
Any guides on clearing enormous bosh cache data?
Tip: You can plan a regular "bosh -n deploy --recreate" on each of your deployments, typically once per week. Run by Concourse, ou by a mere cron in your bosh-lite VM if it's just development. Notice:
Tip: You can plan a regular "bosh -n deploy --recreate" on each of your deployments, typically once per week. Run by Concourse, ou by a mere cron in your bosh-lite VM if it's just development. Notice:
|
By
Benjamin Gandon
· #6678
·
|
|
DNS and the blobstore
The .cf.internal DNS domain is taken over by Consul directly whereas DNS requests for all other domains are forwarded to "recursors", which are the external DNS servers used by your bosh deployment. T
The .cf.internal DNS domain is taken over by Consul directly whereas DNS requests for all other domains are forwarded to "recursors", which are the external DNS servers used by your bosh deployment. T
|
By
Benjamin Gandon
· #5798
·
|
|
Remarks about the “confab” wrapper for consul
As an update, it looks like I’m running into the Node health flapping <https://github.com/hashicorp/consul/issues/1212> issue that is more frequent with consul 0.5.x servers compared to 0.6.x servers.
As an update, it looks like I’m running into the Node health flapping <https://github.com/hashicorp/consul/issues/1212> issue that is more frequent with consul 0.5.x servers compared to 0.6.x servers.
|
By
Benjamin Gandon
· #4627
·
|
|
Remarks about the “confab” wrapper for consul
Thank you Amit for your answer. I ran again in the “all-consuls-go-crazy” situation today, as quite every day actually. As soon as they start this flapping membership issue, the whole cf+diego deploym
Thank you Amit for your answer. I ran again in the “all-consuls-go-crazy” situation today, as quite every day actually. As soon as they start this flapping membership issue, the whole cf+diego deploym
|
By
Benjamin Gandon
· #4620
·
|
|
Remarks about the “confab” wrapper for consul
Actually, doing some further tests, I realize a mere 'join' is definitely not enough. Instead, you need to restore the raft/peers.json on each one of the 3 consul server nodes: monit stop consul_agent
Actually, doing some further tests, I realize a mere 'join' is definitely not enough. Instead, you need to restore the raft/peers.json on each one of the 3 consul server nodes: monit stop consul_agent
|
By
Benjamin Gandon
· #4544
·
|
|
AUFS bug in Linux kernel
Very neat! Thanks a lot Eric.
Very neat! Thanks a lot Eric.
|
By
Benjamin Gandon
· #4543
·
|
|
Remarks about the “confab” wrapper for consul
Hi cf devs, I’m running a CF deployment with redundancy, and I just experienced my consul servers not being able to elect any leader. That’s a VERY frustrating situation that keeps the whole CF deploy
Hi cf devs, I’m running a CF deployment with redundancy, and I just experienced my consul servers not being able to elect any leader. That’s a VERY frustrating situation that keeps the whole CF deploy
|
By
Benjamin Gandon
· #4542
·
|