|
CPU usage for apps became extremely high when upgrade to cf 237 with diego release 0.1472.0
Was this fixed in Cf-238? I cannot see a reference in the release notes. Is there a pivotal tracker reference? Thanks, John michael.fraenkel(a)gmail.com> wrote:
Was this fixed in Cf-238? I cannot see a reference in the release notes. Is there a pivotal tracker reference? Thanks, John michael.fraenkel(a)gmail.com> wrote:
|
By
...
· #5372
·
|
|
Support for .profile runtime hooks in CF v238
Is this Diego only or supported also for deployments still using DEA's?
Is this Diego only or supported also for deployments still using DEA's?
|
By
...
· #5364
·
|
|
GraphViz support for rootfs?
Right now, I have little to no control over the rootfs short of rebuilding alot of the components from source (assuming you aren't using a vendor version). I have a choice with buildpacks, if I don't
Right now, I have little to no control over the rootfs short of rebuilding alot of the components from source (assuming you aren't using a vendor version). I have a choice with buildpacks, if I don't
|
By
...
· #5059
·
|
|
GraphViz support for rootfs?
I would be inclined to suggest we should be heading in the opposite direction, stripping libraries out of the rootfs and finding a way to allow buildpacks to add in required dependencies, thereby redu
I would be inclined to suggest we should be heading in the opposite direction, stripping libraries out of the rootfs and finding a way to allow buildpacks to add in required dependencies, thereby redu
|
By
...
· #5053
·
|
|
VCAP_APPLICATION in the V3 Cloud Foundry API
While I dont use this directly, my first reaction is some libraries such as Spring Cloud Connectors depend on this to identify that an app is running in CF, and we rely heavily on Spring Cloud Connect
While I dont use this directly, my first reaction is some libraries such as Spring Cloud Connectors depend on this to identify that an app is running in CF, and we rely heavily on Spring Cloud Connect
|
By
...
· #4764
·
|
|
Go buildpack, cloud native and 12 factor
On a lazy sunday evening experimenting with the Go and Binary buildpacks, a thought came to my head regarding cloud native patterns, and in particular 12 factors' Build, Release, Run. To me, the Go bu
On a lazy sunday evening experimenting with the Go and Binary buildpacks, a thought came to my head regarding cloud native patterns, and in particular 12 factors' Build, Release, Run. To me, the Go bu
|
By
...
· #4535
·
|
|
Cloud Controller System Domain vs App Domains
For option 2 would it not be simpler to have a single property such as cc.blacklisted_system_domain_routes that contains the desired list and have the CC deny route requests for those routes? I don't
For option 2 would it not be simpler to have a single property such as cc.blacklisted_system_domain_routes that contains the desired list and have the CC deny route requests for those routes? I don't
|
By
...
· #4415
·
|
|
Support for UAA Integration in Apache Qpid Console
Since not everyone uses RabbitMQ for their messaging, I thought I would share a recent feature that has been added in Qpid 6.0.1 [1][2]. We worked with the Qpid community so that you can now configure
Since not everyone uses RabbitMQ for their messaging, I thought I would share a recent feature that has been added in Qpid 6.0.1 [1][2]. We worked with the Qpid community so that you can now configure
|
By
...
· #4028
·
|
|
Cloud Foundry final release selection process now public
More transparency is always welcome, nice to see it public. wrote:
More transparency is always welcome, nice to see it public. wrote:
|
By
...
· #3719
·
|
|
User with read only api access across all orgs/spaces
What is the best way to create a user account that has read only permission on apps across all orgs and spaces? It looks like a user with scope cloud_controller.read will work if the user is also adde
What is the best way to create a user account that has read only permission on apps across all orgs and spaces? It looks like a user with scope cloud_controller.read will work if the user is also adde
|
By
...
· #3328
·
|
|
Certificate management for non-Java applications
Previous threads have focused on adding a trusted CA to the JDK's trust store at application startup, a pattern that I have employed also. We are facing increased demand from our non-Java developers t
Previous threads have focused on adding a trusted CA to the JDK's trust store at application startup, a pattern that I have employed also. We are facing increased demand from our non-Java developers t
|
By
...
· #3094
·
|
|
Identifying all DEA's on a CF install
We have components that are co deployed with DEAs that form part of an application level encryption and security framework that talk to an external service. That service validates that requests came f
We have components that are co deployed with DEAs that form part of an application level encryption and security framework that talk to an external service. That service validates that requests came f
|
By
...
· #3009
·
|
|
Identifying all DEA's on a CF install
I hadnt considered that. I see that there are now docs for the BOSH api, however is the BOSH api suited to concurrent access by multiple processes? We are writing a component that will need to frequen
I hadnt considered that. I see that there are now docs for the BOSH api, however is the BOSH api suited to concurrent access by multiple processes? We are writing a component that will need to frequen
|
By
...
· #2996
·
|
|
v226 release notes
v226 was cut 4 days ago, is there any sign of the release notes? Thanks, John
v226 was cut 4 days ago, is there any sign of the release notes? Thanks, John
|
By
...
· #2993
·
|
|
Identifying all DEA's on a CF install
I am trying to enumerate all the ways I could identify all the DEA's in a CF cluster in an IAAS agnostic way (e.g. not querying Openstack to read metadata on the VM's that list the job type). I think
I am trying to enumerate all the ways I could identify all the DEA's in a CF cluster in an IAAS agnostic way (e.g. not querying Openstack to read metadata on the VM's that list the job type). I think
|
By
...
· #2992
·
|
|
Cpu as a autoscaling metric [was CFScaler - CloudFoundry Auto Scaling]
Is CPU a valid autoscaling metric when running apps in system that uses CPU shares like CF since the CPU reported to CF by the Linux container is always in the context of all CPU on the host (DEA) mac
Is CPU a valid autoscaling metric when running apps in system that uses CPU shares like CF since the CPU reported to CF by the Linux container is always in the context of all CPU on the host (DEA) mac
|
By
...
· #2903
·
|
|
Immutability of applications
I think there are several ways this could be approached if there was appetite to do so. 1. Feature flag that denies mutable operations on a running application (doesnt help every scenario as some bind
I think there are several ways this could be approached if there was appetite to do so. 1. Feature flag that denies mutable operations on a running application (doesnt help every scenario as some bind
|
By
...
· #2670
·
|
|
Immutability of applications
Marco, So I understand that configuration for an app is mutli-faceted and not the complete view of what is happening. My goal is to understand what is running at any moment in time from the informatio
Marco, So I understand that configuration for an app is mutli-faceted and not the complete view of what is happening. My goal is to understand what is running at any moment in time from the informatio
|
By
...
· #2665
·
|
|
Immutability of applications
I had this conversation with a few different people during the berlin summit and promised one of them I would repeat it on the mailing list today to get further feedback. Today, once we push an applic
I had this conversation with a few different people during the berlin summit and promised one of them I would repeat it on the mailing list today to get further feedback. Today, once we push an applic
|
By
...
· #2591
·
|
|
UAA branding and scope descriptions
I have two ways in which I want to customize the UAA: - Brand the login screen with my company L&F - Add descriptons for custom scopes so that the access confirmation messages are relevant (currently
I have two ways in which I want to customize the UAA: - Brand the login screen with my company L&F - Add descriptons for custom scopes so that the access confirmation messages are relevant (currently
|
By
...
· #2564
·
|