|
AWS ELB idle connection timeout
Just to clarify your reference to [1], the proxy has keep alive support for ssh connections - it's the HTTP client used for authentication that was not configured with a keep-alive.
Just to clarify your reference to [1], the proxy has keep alive support for ssh connections - it's the HTTP client used for authentication that was not configured with a keep-alive.
|
By
...
· #5867
·
|
|
vcap.component.discover in 233
For the DEA's, I think it was removed here [1] with the removal of `vcap/component`. For health manager, I believe it was removed here [2] when the `cfcomponent` dependency was removed. In both cases,
For the DEA's, I think it was removed here [1] with the removal of `vcap/component`. For health manager, I believe it was removed here [2] when the `cfcomponent` dependency was removed. In both cases,
|
By
...
· #4589
·
|
|
Internal/external domains
Container networking is aimed at your requirement. Once it's ready, you would deploy your apps without external routes and rely on the private network for communication. We expect we'll have facilitie
Container networking is aimed at your requirement. Once it's ready, you would deploy your apps without external routes and rely on the private network for communication. We expect we'll have facilitie
|
By
...
· #4496
·
|
|
CC BUILDPACK_SET App Usage Events
Can you explain how staging tasks will be recorded? We have already seen a number of custom buildpacks that use the 15 minutes of staging time in interesting ways that consume significant resources. T
Can you explain how staging tasks will be recorded? We have already seen a number of custom buildpacks that use the 15 minutes of staging time in interesting ways that consume significant resources. T
|
By
...
· #4343
·
|
|
Proposal to Change CATs Ownership
This has as much to do with finding the "right" place for the CATS as it does anything else. The CATS are the end-to-end acceptance tests that are associated with what used to be called `cf-release` -
This has as much to do with finding the "right" place for the CATS as it does anything else. The CATS are the end-to-end acceptance tests that are associated with what used to be called `cf-release` -
|
By
...
· #4341
·
|
|
CC BUILDPACK_SET App Usage Events
The buildpack set event was implemented to enable usage based billing for buildpack applications where the rates differed by the buildpack used to stage the application. When staging an application in
The buildpack set event was implemented to enable usage based billing for buildpack applications where the rates differed by the buildpack used to stage the application. When staging an application in
|
By
...
· #4320
·
|
|
Warden Name Space
Warden does not create a bind mount to the network namespace. If you want to find the namespace, locate the pid of the wshd associated with the container and use /proc/${pid}/ns/net as the namespace.
Warden does not create a bind mount to the network namespace. If you want to find the namespace, locate the pid of the wshd associated with the container and use /proc/${pid}/ns/net as the namespace.
|
By
...
· #4319
·
|
|
add Diego into our monitoring system
There are dozens of metrics emitted by diego but I don't know of any documentation for them in the open source repositories. You can find most of them with a quick search of the diego-release submodul
There are dozens of metrics emitted by diego but I don't know of any documentation for them in the open source repositories. You can find most of them with a quick search of the diego-release submodul
|
By
...
· #4018
·
|
|
Diego: Permission denied when starting application with startup command
Looking again, it seems the cli *tries* to set the mode but, for some reason, the package that gets sent up doesn't have the permissions. https://github.com/cloudfoundry/cli/blob/master/cf/app_files/z
Looking again, it seems the cli *tries* to set the mode but, for some reason, the package that gets sent up doesn't have the permissions. https://github.com/cloudfoundry/cli/blob/master/cf/app_files/z
|
By
...
· #3818
·
|
|
Diego: Permission denied when starting application with startup command
I can confirm that the problem is with how the cli handles zip entries in archives. When the cli extracts the zip into a temporary directory, it does not set the file mode on the files it creates. [1]
I can confirm that the problem is with how the cli handles zip entries in archives. When the cli extracts the zip into a temporary directory, it does not set the file mode on the files it creates. [1]
|
By
...
· #3816
·
|
|
Downloading Buildpack Bits from Cloud Foundry
Try these: https://github.com/cloudfoundry/cf-release/blob/master/jobs/cloud_controller_ng/spec#L220-L225 wrote:
Try these: https://github.com/cloudfoundry/cf-release/blob/master/jobs/cloud_controller_ng/spec#L220-L225 wrote:
|
By
...
· #3763
·
|
|
ERR Failed to stage application: insufficient resources
resources we specified for the application? It asks for the larger of the minimum staging resources or the requested application instance resources. [1] [1]: https://github.com/cloudfoundry/cloud_cont
resources we specified for the application? It asks for the larger of the minimum staging resources or the requested application instance resources. [1] [1]: https://github.com/cloudfoundry/cloud_cont
|
By
...
· #3600
·
|
|
ERR Failed to stage application: insufficient resources
There are three resources that you can run out of that would result in that error: memory, disk, or containers. [1] These resources are validated during the auction that determines where a task or LRP
There are three resources that you can run out of that would result in that error: memory, disk, or containers. [1] These resources are validated during the auction that determines where a task or LRP
|
By
...
· #3578
·
|
|
I can't read files deployed on a Diego App
https://github.com/cloudfoundry-incubator/diego-ssh#cloud-foundry-via-cloud-controller-and-uaa bren(a)juanantonio.info> wrote:
https://github.com/cloudfoundry-incubator/diego-ssh#cloud-foundry-via-cloud-controller-and-uaa bren(a)juanantonio.info> wrote:
|
By
...
· #3325
·
|
|
I can't read files deployed on a Diego App
For those that are interested, I want to make sure that you're aware that the daemon supports sftp and scp as well as the interactive shell. I don't think it would be hard for the cli team to pull in
For those that are interested, I want to make sure that you're aware that the daemon supports sftp and scp as well as the interactive shell. I don't think it would be hard for the cli team to pull in
|
By
...
· #3320
·
|
|
Is a possible problem in Bluemix to download the source code of an App?
Sure. I'm guessing you got a redirect from the cloud controller that points to a private blob store that external clients don't have access to. That blob store endpoint likely works fine for the cloud
Sure. I'm guessing you got a redirect from the cloud controller that points to a private blob store that external clients don't have access to. That blob store endpoint likely works fine for the cloud
|
By
...
· #3272
·
|
|
Is a possible problem in Bluemix to download the source code of an App?
Look closely at the IP address in your error message. You're targeting a private IP. Unless you're part of that deployment, I'm guessing you won't be able to access that address. bren(a)juanantonio.in
Look closely at the IP address in your error message. You're targeting a private IP. Unless you're part of that deployment, I'm guessing you won't be able to access that address. bren(a)juanantonio.in
|
By
...
· #3270
·
|
|
Dynamic draining
This is probably a question for bosh-dev. ...better known as cf-bosh now. :) (whoops) carlo.ferraris(a)rakuten.com> wrote:
This is probably a question for bosh-dev. ...better known as cf-bosh now. :) (whoops) carlo.ferraris(a)rakuten.com> wrote:
|
By
...
· #3236
·
|
|
Dynamic draining
This is probably a question for bosh-dev. carlo.ferraris(a)rakuten.com> wrote:
This is probably a question for bosh-dev. carlo.ferraris(a)rakuten.com> wrote:
|
By
...
· #3235
·
|
|
CF CLI v6.14.1 Released Today
Instead of using a pivotal tap, why don't we create a cloudfoundry tap for the open source bits? Shannon raised this as an issue[1] on the CLI repo and I think it makes a lot of sense. Not only will i
Instead of using a pivotal tap, why don't we create a cloudfoundry tap for the open source bits? Shannon raised this as an issue[1] on the CLI repo and I think it makes a lot of sense. Not only will i
|
By
...
· #3194
·
|