|
Re: HTTP request status text is changed
I created the docker image, and you can find it "meteorping2/hello".
You can push the image as an APP like "cf push stanley -o meteorping2/hello"
When the APP is ready, you can access the servlet
I created the docker image, and you can find it "meteorping2/hello".
You can push the image as an APP like "cf push stanley -o meteorping2/hello"
When the APP is ready, you can access the servlet
|
By
Stanley Shen <meteorping@...>
·
#4852
·
|
|
Re: Announcing support for TCP Routing
And the crowd goes wild. Great news.
Looking forward to UDP support in the future for more IoT protocols.
*Sam* Ramji | sramji(a)cloudfoundry.org | +1-510-913-6495
And the crowd goes wild. Great news.
Looking forward to UDP support in the future for more IoT protocols.
*Sam* Ramji | sramji(a)cloudfoundry.org | +1-510-913-6495
|
By
Sam Ramji
·
#4851
·
|
|
Re: Request for Multibuildpack Use Cases
Hi Danny,
We (Japan Cloud Foundry Group) tried to deploy six applications with
ddollar's heroku-buildpack-multi (
https://github.com/ddollar/heroku-buildpack-multi (deprecated now)).
Here are our
Hi Danny,
We (Japan Cloud Foundry Group) tried to deploy six applications with
ddollar's heroku-buildpack-multi (
https://github.com/ddollar/heroku-buildpack-multi (deprecated now)).
Here are our
|
By
Noburou TANIGUCHI
·
#4850
·
|
|
Re: Announcing support for TCP Routing
Well done y'all! Huge milestone for CF and the routing team!
Onsi
Well done y'all! Huge milestone for CF and the routing team!
Onsi
|
By
Onsi Fakhouri <ofakhouri@...>
·
#4849
·
|
|
Re: Announcing support for TCP Routing
Great work, everyone!
By
Benjamin Black
·
#4848
·
|
|
Re: Announcing support for TCP Routing
Great work finishing the end to end integration with the CLI etc!!
Great work finishing the end to end integration with the CLI etc!!
|
By
Dr Nic Williams <drnicwilliams@...>
·
#4847
·
|
|
Re: Announcing support for TCP Routing
Wow, this is great news! Congratulations, team!
Chris Sterling
chris.sterling(a)gmail.com
twitter: @csterwa
linkedin: http://www.linkedin.com/in/chrissterling
Wow, this is great news! Congratulations, team!
Chris Sterling
chris.sterling(a)gmail.com
twitter: @csterwa
linkedin: http://www.linkedin.com/in/chrissterling
|
By
Chris Sterling
·
#4846
·
|
|
Announcing support for TCP Routing
On behalf of the CF Routing team I invite you to bring your non-http
workloads to Cloud Foundry.
By deploying the Routing Release [1] alongside Cloud Foundry and the Diego
runtime backend, operators
On behalf of the CF Routing team I invite you to bring your non-http
workloads to Cloud Foundry.
By deploying the Routing Release [1] alongside Cloud Foundry and the Diego
runtime backend, operators
|
By
Shannon Coen
·
#4845
·
|
|
CF CLI v6.18.0 Released Today
The CF CLI team just cut 6.18.0. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
This is likely our last CLI release this month as our velocity
The CF CLI team just cut 6.18.0. Binaries and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
This is likely our last CLI release this month as our velocity
|
By
Koper, Dies <diesk@...>
·
#4844
·
|
|
Re: Loggregator has updated protobufs definitions and compiler for dropsonde
Thanks for the heads up Jim,
I use wire (https://github.com/square/wire) for a number of my projects.
Unfortunately, it appears the map<string, string> syntax is too new for
wire. Looks like I have
Thanks for the heads up Jim,
I use wire (https://github.com/square/wire) for a number of my projects.
Unfortunately, it appears the map<string, string> syntax is too new for
wire. Looks like I have
|
By
Mike Youngstrom <youngm@...>
·
#4843
·
|
|
Loggregator has updated protobufs definitions and compiler for dropsonde
Hi cf-dev,
In support of the epic to add tagging to CF metrics
<https://www.pivotaltracker.com/epic/show/2362529>, we recently added a map
to the
Hi cf-dev,
In support of the epic to add tagging to CF metrics
<https://www.pivotaltracker.com/epic/show/2362529>, we recently added a map
to the
|
By
Jim CF Campbell
·
#4842
·
|
|
Re: HTTP request status text is changed
In order to debug this, could you provide a sample Dockerfile for an app that demonstrates this behavior, and can you push that sample app to dockerhub? Also, if you're overriding anything like the
In order to debug this, could you provide a sample Dockerfile for an app that demonstrates this behavior, and can you push that sample app to dockerhub? Also, if you're overriding anything like the
|
By
CF Runtime
·
#4840
·
|
|
Re: Ubuntu Xenial stemcell and rootfs plans
I may not have anything that qualifies as compelling. But, here are some
of the reasons I've got:
* If skipping Xenial that give at the most 1 year to transition from trusty
to a 2018.04 based
I may not have anything that qualifies as compelling. But, here are some
of the reasons I've got:
* If skipping Xenial that give at the most 1 year to transition from trusty
to a 2018.04 based
|
By
Mike Youngstrom <youngm@...>
·
#4841
·
|
|
Re: In Diego (maybe DEA also) why is $HOME /home/vcap/app and not /home/vcap?
Thanks for doing that research Eric. So, it appears to be some requirement
for Heroku compatibility. So, I guess I have 2 issues I'd like to dig
further on that might help other from repeating the
Thanks for doing that research Eric. So, it appears to be some requirement
for Heroku compatibility. So, I guess I have 2 issues I'd like to dig
further on that might help other from repeating the
|
By
Mike Youngstrom <youngm@...>
·
#4839
·
|
|
Re: Unnaccounted memory in Java application running in Cloud Foundry
cap(a)hqcquhb1smb:~$ /home/vcap/app/.java-buildpack/open_jdk_jre/bin/jcmd 37
VM.native_memory summary
37:
Native Memory Tracking:
Total: reserved=2128154KB, committed=836614KB
- Java
cap(a)hqcquhb1smb:~$ /home/vcap/app/.java-buildpack/open_jdk_jre/bin/jcmd 37
VM.native_memory summary
37:
Native Memory Tracking:
Total: reserved=2128154KB, committed=836614KB
- Java
|
By
Lorenzo Jorquera <lorenzo.jorquera@...>
·
#4838
·
|
|
Re: Unnaccounted memory in Java application running in Cloud Foundry
Try running `jcmd <pid> VM.native_memory summary` to get a full summary of
the memory being used by the JVM. Looks like this.
```
$ jcmd 72082 VM.native_memory summary
72082:
Native Memory
Try running `jcmd <pid> VM.native_memory summary` to get a full summary of
the memory being used by the JVM. Looks like this.
```
$ jcmd 72082 VM.native_memory summary
72082:
Native Memory
|
By
Daniel Mikusa
·
#4837
·
|
|
Re: Resource Conflict error in RabbitMQ broker.
Hi,
We had found that it was due to a mistake in rabbitmq deployment manifest. The administrator user names are not consistent between server and broker.
Thank everyone who helped to take a look at
Hi,
We had found that it was due to a mistake in rabbitmq deployment manifest. The administrator user names are not consistent between server and broker.
Thank everyone who helped to take a look at
|
By
MaggieMeng
·
#4836
·
|
|
Re: May CAB call next Wednesday May 11, 2016 @ 8a PDT
Final reminder. CAB call this Wednesday @ 8a PDT. Best,
dr.max
ibm cloud labs
sillicon valley, ca
Sent from my iPhone
Final reminder. CAB call this Wednesday @ 8a PDT. Best,
dr.max
ibm cloud labs
sillicon valley, ca
Sent from my iPhone
|
By
Michael Maximilien
·
#4835
·
|
|
Admin Buildpack Location Feature Narrative
I have written up a feature narrative about making admin buildpacks available to meta-buildpacks like the heroku-buildpack-multi, which delegates staging to other buildpacks. The narrative also
I have written up a feature narrative about making admin buildpacks available to meta-buildpacks like the heroku-buildpack-multi, which delegates staging to other buildpacks. The narrative also
|
By
Dubois, Jan <jan.dubois@...>
·
#4834
·
|
|
Unnaccounted memory in Java application running in Cloud Foundry
Hello,
I am running a Java application in Cloud Foundry V3. The manifest
indicates 2000Mb of memory. The Java memory parameters (obtained via jcmd)
are as follow:
-XX:CICompilerCount=3
Hello,
I am running a Java application in Cloud Foundry V3. The manifest
indicates 2000Mb of memory. The Java memory parameters (obtained via jcmd)
are as follow:
-XX:CICompilerCount=3
|
By
Lorenzo Jorquera <lorenzo.jorquera@...>
·
#4833
·
|