|
Going to CF Summit Europe? Want to chat about Routing topics?
I'll be Basel Switzerland October 11-12 for CF Summit Europe.
If you'd like to chat about any of the following topics, or others related
to Routing in CF, let me know!
- Certificate management
I'll be Basel Switzerland October 11-12 for CF Summit Europe.
If you'd like to chat about any of the following topics, or others related
to Routing in CF, let me know!
- Certificate management
|
By
Shannon Coen
·
#7269
·
|
|
Re: cf cell's df result question
I cut the loop device info for containers. Where can I find the rep's disk
calculation algorithm or source code for available disk size?
I cut the loop device info for containers. Where can I find the rep's disk
calculation algorithm or source code for available disk size?
|
By
강경원 <atplus12345 at gmail.com...>
·
#7268
·
|
|
Building 97% > :cargoRunLocal
Hi
I am new to UAA and install it as standalone on OSX. When I run the app with ./gradlew run, I got the following line
:assemble
:assemble took 1ms
:cleanCargoConfDir UP-TO-DATE
:cleanCargoConfDir
Hi
I am new to UAA and install it as standalone on OSX. When I run the app with ./gradlew run, I got the following line
:assemble
:assemble took 1ms
:cleanCargoConfDir UP-TO-DATE
:cleanCargoConfDir
|
By
Forty 5
·
#7267
·
|
|
Re: Can I have a different port to run my app?
Thanks Daniel
By
Ushani Balasooriya
·
#7266
·
|
|
Re: CF CLI v6.31.0 Released Today - Docker image support in app manifest
💃😁
Awesome, thanks Dies!
By
Amit Kumar Gupta
·
#7265
·
|
|
CF CLI v6.31.0 Released Today - Docker image support in app manifest
The CF CLI team cut 6.31.0 today.
Deb, yum and Homebrew repos have been updated; binaries, installers and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
App
The CF CLI team cut 6.31.0 today.
Deb, yum and Homebrew repos have been updated; binaries, installers and link to release notes are available at:
https://github.com/cloudfoundry/cli#downloads
App
|
By
Koper, Dies <diesk@...>
·
#7264
·
|
|
Re: Can I have a different port to run my app?
Worked for me.
By
Ben Joyce
·
#7263
·
|
|
Re: Can I have a different port to run my app?
It seems to work for me. Maybe the URL is getting split up by your email
client. Here's a shortened version: https://goo.gl/CC33Tz.
Dan
wrote:
It seems to work for me. Maybe the URL is getting split up by your email
client. Here's a shortened version: https://goo.gl/CC33Tz.
Dan
wrote:
|
By
Daniel Mikusa
·
#7262
·
|
|
Re: cf cell's df result question
Hello Kyungwon,
Where do you see that your cell disk is using 10G? It could be because of
how the BOSH VMs partition the disk.
--
George Lestaris
GrootFS
Hello Kyungwon,
Where do you see that your cell disk is using 10G? It could be because of
how the BOSH VMs partition the disk.
--
George Lestaris
GrootFS
|
By
George Lestaris
·
#7261
·
|
|
Re: Can I have a different port to run my app?
Hi Daniel,
That link cannot be opened. It says Not Found.
Hi Daniel,
That link cannot be opened. It says Not Found.
|
By
Ushani Balasooriya
·
#7260
·
|
|
Re: cf cell's df result question
Hi,
Usually a certain percentage (5% by default) of the available disk space is
reserved for uid 0. You can check to see what that percentage amounts to in
bytes using the following command if the
Hi,
Usually a certain percentage (5% by default) of the available disk space is
reserved for uid 0. You can check to see what that percentage amounts to in
bytes using the following command if the
|
By
Lior Okman
·
#7259
·
|
|
Cloud Foundry API /v2/service_instances
Hallo,
I have created a service broker with tags in the catalog. If a application binds the service I can see the tags in the vcap_services. Now I want to retrieve all service instances with a
Hallo,
I have created a service broker with tags in the catalog. If a application binds the service I can see the tags in the vcap_services. Now I want to retrieve all service instances with a
|
By
Weiss Christian
·
#7258
·
|
|
Re: Can I have a different port to run my app?
I think I answered this question here:
https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/message/FJK25F3BNLEFJVGHFHF5QWB3ETNQSSF3/
Dan
wrote:
I think I answered this question here:
https://lists.cloudfoundry.org/archives/list/cf-dev(a)lists.cloudfoundry.org/message/FJK25F3BNLEFJVGHFHF5QWB3ETNQSSF3/
Dan
wrote:
|
By
Daniel Mikusa
·
#7255
·
|
|
Re: How to start my app in http and https ports?
Your app needs to listen on the port assigned to it. It can find this
information by looking at the environment variable named `PORT` and reading
the value out of that (it will be the port number).
Your app needs to listen on the port assigned to it. It can find this
information by looking at the environment variable named `PORT` and reading
the value out of that (it will be the port number).
|
By
Daniel Mikusa
·
#7254
·
|
|
cf cell's df result question
Hi, when I check the cell's disk, it's using 10G but df result reports only 5G is used. Can I know why?
diego-cell/b3d42906-84f3-40db-8361-64232dac4ff8:/var/vcap/data# df -h
Filesystem Size
Hi, when I check the cell's disk, it's using 10G but df result reports only 5G is used. Can I know why?
diego-cell/b3d42906-84f3-40db-8361-64232dac4ff8:/var/vcap/data# df -h
Filesystem Size
|
By
강경원 <kyungwon.kang at samsung.com...>
·
#7256
·
|
|
CF Summit EU Unconference - Registration Open; Talks & Sponsors Requested
Hi all,
You can now register for the (free!) Unconference
<https://www.eventbrite.co.uk/e/cf-summit-europe-2017-unconference-tickets-37837803890>
at CF Summit Europe 2017. It'll take place between
Hi all,
You can now register for the (free!) Unconference
<https://www.eventbrite.co.uk/e/cf-summit-europe-2017-unconference-tickets-37837803890>
at CF Summit Europe 2017. It'll take place between
|
By
Daniel Jones
·
#7253
·
|
|
Re: How to start my app in http and https ports?
Hi Daniel,
I have changed my app to be started on http transport and it is started on port 9763 by default when I deploy it. So should this port be changed to listen to 8080 when I deploy on PCF or
Hi Daniel,
I have changed my app to be started on http transport and it is started on port 9763 by default when I deploy it. So should this port be changed to listen to 8080 when I deploy on PCF or
|
By
Ushani Balasooriya
·
#7252
·
|
|
Can I have a different port to run my app?
My application is developed in a way as it starts on the port 9763 http transport
Also there is a feasibility to change the port by giving an offset to run it in a different port.
My question is, in
My application is developed in a way as it starts on the port 9763 http transport
Also there is a feasibility to change the port by giving an offset to run it in a different port.
My question is, in
|
By
Ushani Balasooriya
·
#7251
·
|
|
Re: I need to use mysql as the database. How can I deploy mysql in to PCF? How can I find the mysql docker image
Hi Ronak,
I found this. It seems like I dont need to install the mysql seperately as I can use which I find in market place. I created a service.
Thanks,
Hi Ronak,
I found this. It seems like I dont need to install the mysql seperately as I can use which I find in market place. I created a service.
Thanks,
|
By
Ushani Balasooriya
·
#7250
·
|
|
Re: I need to use mysql as the database. How can I deploy mysql in to PCF? How can I find the mysql docker image
Hi Ushani,
Containers on cloud foundry are ephemeral, so even if you deploy the mysql
image on PCF dev, the moment container will restart you will loose all data.
If I am not wrong you get a couple
Hi Ushani,
Containers on cloud foundry are ephemeral, so even if you deploy the mysql
image on PCF dev, the moment container will restart you will loose all data.
If I am not wrong you get a couple
|
By
Ronak Banka
·
#7249
·
|