|
Proposal: container networking for applications
BTW, if you have an application that relies upon the "CF_INSTANCE_ADDR", "CF_INSTANCE_IP", or "CF_INSTANCE_PORTS" environment variables for direct communication between apps not in the same space or n
BTW, if you have an application that relies upon the "CF_INSTANCE_ADDR", "CF_INSTANCE_IP", or "CF_INSTANCE_PORTS" environment variables for direct communication between apps not in the same space or n
|
By
Mike Youngstrom
· #3280
·
|
|
Use of request_timeout_in_seconds
This is not an idle timeout but a max timeout. For my deployment we do disable the timeout by setting a value of 0 relying on our load balancer's idle timeout capabilities and it hasn't caused us any
This is not an idle timeout but a max timeout. For my deployment we do disable the timeout by setting a value of 0 relying on our load balancer's idle timeout capabilities and it hasn't caused us any
|
By
Mike Youngstrom
· #3203
·
|
|
Bosh version and stemcell for 225
Thanks Amit, In the past we've typically used the bosh version deployed to PWS as an indication of bosh version that has gone through some real use. I understand the desire to not publish "recommended
Thanks Amit, In the past we've typically used the bosh version deployed to PWS as an indication of bosh version that has gone through some real use. I understand the desire to not publish "recommended
|
By
Mike Youngstrom
· #3006
·
|
|
Bosh version and stemcell for 225
We are preparing to release 225 and noticed the release notes don't list a bosh and stemcell version. Does anyone have that info? Mike
We are preparing to release 225 and noticed the release notes don't list a bosh and stemcell version. Does anyone have that info? Mike
|
By
Mike Youngstrom
· #2989
·
|
|
Garden Port Assignment Story
Thanks for the update Will. I'll keep waiting patiently. :)
Thanks for the update Will. I'll keep waiting patiently. :)
|
By
Mike Youngstrom
· #2978
·
|
|
connection draining for TCP Router in cf-routing-release
I am interested in better understanding this situation. In CF, when Diego removes an app instance it sends a TERM to the process in I'm assuming this CF behavior is the same for TCP and Http routing?
I am interested in better understanding this situation. In CF, when Diego removes an app instance it sends a TERM to the process in I'm assuming this CF behavior is the same for TCP and Http routing?
|
By
Mike Youngstrom
· #2885
·
|
|
Support for route services as forwarding proxies per HTTP RFC
As an F5 and CF user we wouldn't have an issue changing this setting. I wonder if F5 had a good reason to set this to "Remove" by default? Mike
As an F5 and CF user we wouldn't have an issue changing this setting. I wonder if F5 had a good reason to set this to "Remove" by default? Mike
|
By
Mike Youngstrom
· #2884
·
|
|
Garden Port Assignment Story
Yes Will, that summary is essentially correct. But, for even more clarity let me restate the complete story again and reason I want 92085170 to work across stemcell upgrades. :) Today if NATS goes dow
Yes Will, that summary is essentially correct. But, for even more clarity let me restate the complete story again and reason I want 92085170 to work across stemcell upgrades. :) Today if NATS goes dow
|
By
Mike Youngstrom
· #2863
·
|
|
Garden Port Assignment Story
Hi Will, Though I see the main reason for the issue assuming a healthy running environment I've also experienced a deploy related issue that more unique port assignment could help defend against. Duri
Hi Will, Though I see the main reason for the issue assuming a healthy running environment I've also experienced a deploy related issue that more unique port assignment could help defend against. Duri
|
By
Mike Youngstrom
· #2843
·
|
|
Garden Port Assignment Story
Since I cannot comment in tracker I'm starting this thread to discuss story: https://www.pivotaltracker.com/n/projects/1158420/stories/92085170 Some comments I have: * Although I can see how a rolling
Since I cannot comment in tracker I'm starting this thread to discuss story: https://www.pivotaltracker.com/n/projects/1158420/stories/92085170 Some comments I have: * Although I can see how a rolling
|
By
Mike Youngstrom
· #2839
·
|
|
tcpdump via diego ssh
That answers my question. Thanks Will. Mike
That answers my question. Thanks Will. Mike
|
By
Mike Youngstrom
· #2835
·
|
|
CF-Persistence Proposal
This is awesome dr. max! Easily the most requested feature in my enterprise. I'm super excited to see this proposal. I'll give it a review next week. Mike wrote:
This is awesome dr. max! Easily the most requested feature in my enterprise. I'm super excited to see this proposal. I'll give it a review next week. Mike wrote:
|
By
Mike Youngstrom
· #2813
·
|
|
tcpdump via diego ssh
Thanks for the response Will. You are correct I'm not interested in hacking anything up myself. Just looking for what I should tell my customers. Based on your response there is certainly no way to do
Thanks for the response Will. You are correct I'm not interested in hacking anything up myself. Just looking for what I should tell my customers. Based on your response there is certainly no way to do
|
By
Mike Youngstrom
· #2812
·
|
|
tcpdump via diego ssh
This is a Diego buildpack app. Mike wrote:
This is a Diego buildpack app. Mike wrote:
|
By
Mike Youngstrom
· #2809
·
|
|
Service Broker provide tags as the result of a provision
Looking at the service broker API it doesn't appear as though it is possible for a service broker to provide tags as part of the provisioning of a service instance. I think it would be nice for a brok
Looking at the service broker API it doesn't appear as though it is possible for a service broker to provide tags as part of the provisioning of a service instance. I think it would be nice for a brok
|
By
Mike Youngstrom
· #2803
·
|
|
tcpdump via diego ssh
I have some customers who would like to be able to execute a tcpdump on their container interface. I made a quick attempt: /usr/sbin$ ip link show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue
I have some customers who would like to be able to execute a tcpdump on their container interface. I made a quick attempt: /usr/sbin$ ip link show 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue
|
By
Mike Youngstrom
· #2754
·
|
|
Request timeout in CloudFoundry
Sorry, after looking at our manifests it appears we actually set it to 0 not -1. properties: request_timeout_in_seconds: 0 Then you need to set CC timeout to something else since nginx doesn't like 0.
Sorry, after looking at our manifests it appears we actually set it to 0 not -1. properties: request_timeout_in_seconds: 0 Then you need to set CC timeout to something else since nginx doesn't like 0.
|
By
Mike Youngstrom
· #2537
·
|
|
Trouble enabling diego ssh in cf-release:222 diego:0.1437
It appears my issue was caused by this uaa issue: https://github.com/cloudfoundry/uaa/issues/223 Now to figure out the best way to work around it. Thanks for your help Matt. Mike
It appears my issue was caused by this uaa issue: https://github.com/cloudfoundry/uaa/issues/223 Now to figure out the best way to work around it. Thanks for your help Matt. Mike
|
By
Mike Youngstrom
· #2515
·
|
|
Trouble enabling diego ssh in cf-release:222 diego:0.1437
This is what I'm now seeing in the logs: ssh-proxy: {"timestamp":"1446134601.007453442","source":"ssh-proxy","message":"ssh-proxy.authentication-failed","log_level":2,"data":{"error":"no auth passed y
This is what I'm now seeing in the logs: ssh-proxy: {"timestamp":"1446134601.007453442","source":"ssh-proxy","message":"ssh-proxy.authentication-failed","log_level":2,"data":{"error":"no auth passed y
|
By
Mike Youngstrom
· #2510
·
|
|
Trouble enabling diego ssh in cf-release:222 diego:0.1437
I think I'm getting closer. In UAA I now get the error: TokenEndpoint: Handling error: InvalidGrantException, Invalid authorization code: ad1o9o This must be someone trying to redeem the auth code. Mi
I think I'm getting closer. In UAA I now get the error: TokenEndpoint: Handling error: InvalidGrantException, Invalid authorization code: ad1o9o This must be someone trying to redeem the auth code. Mi
|
By
Mike Youngstrom
· #2501
·
|