|
Re: I can't read files deployed on a Diego App
Im afraid I cannot assist with that as I don't work for Pivotal.
But CF_TRACE=true cf ssh appX.... might provide more information.
<bren(a)juanantonio.info> wrote:
Im afraid I cannot assist with that as I don't work for Pivotal.
But CF_TRACE=true cf ssh appX.... might provide more information.
<bren(a)juanantonio.info> wrote:
|
By
Simon Johansson <simon@...>
·
#3301
·
|
|
Re: I can't read files deployed on a Diego App
Hi Simon,
I have updated CF CLI but I receive the following error:
C:\Users\A611654>cf ssh appX -c ls -skip-host-validation
FAILED
Error: SSH session allocation failed: ssh: unexpected packet in
Hi Simon,
I have updated CF CLI but I receive the following error:
C:\Users\A611654>cf ssh appX -c ls -skip-host-validation
FAILED
Error: SSH session allocation failed: ssh: unexpected packet in
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#3300
·
|
|
Re: I can't read files deployed on a Diego App
IIRC in recent version of the CLI a plugin for SSH is not necessary.
<bren(a)juanantonio.info> wrote:
IIRC in recent version of the CLI a plugin for SSH is not necessary.
<bren(a)juanantonio.info> wrote:
|
By
Simon Johansson <simon@...>
·
#3299
·
|
|
Re: I can't read files deployed on a Diego App
Following the document:
https://docs.pivotal.io/pivotalcf/customizing/diego-ssh/access-apps.html
I can't install the plugin to execute the call:
C:\Users\USER_X>cf install-plugin Diego-SSH -r
Following the document:
https://docs.pivotal.io/pivotalcf/customizing/diego-ssh/access-apps.html
I can't install the plugin to execute the call:
C:\Users\USER_X>cf install-plugin Diego-SSH -r
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#3298
·
|
|
Re: I can't read files deployed on a Diego App
Many thanks Daniel,
I go with cf files!
JAB
Many thanks Daniel,
I go with cf files!
JAB
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#3297
·
|
|
Re: I can't read files deployed on a Diego App
With diego `cf files` no longer works. You should use `cf ssh` to look
With diego `cf files` no longer works. You should use `cf ssh` to look
|
By
Daniel Mikusa
·
#3296
·
|
|
I can't read files deployed on a Diego App
Hi,
Recently, PWS deploy apps using Diego but if you have an app deployed with Diego, I can use the following method:
http://apidocs.cloudfoundry.org/226/files/retrieve_file.html
Error: the
Hi,
Recently, PWS deploy apps using Diego but if you have an app deployed with Diego, I can use the following method:
http://apidocs.cloudfoundry.org/226/files/retrieve_file.html
Error: the
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#3295
·
|
|
Re: Is a possible problem in Bluemix to download the source code of an App?
Hi Stephen,
1.
I agree with you that CF subsystems are not the best place to get the sources. Every IT team should be responsible of the code deployed but the method is available to use, I mean.
Hi Stephen,
1.
I agree with you that CF subsystems are not the best place to get the sources. Every IT team should be responsible of the code deployed but the method is available to use, I mean.
|
By
Juan Antonio Breña Moral <bren at juanantonio.info...>
·
#3294
·
|
|
Update of Loggregator roadmap
The Loggregator team has completed two epics (Metron->Doppler TCP and
Loggregator as a separate release[1[]) and the roadmap has been updated to
show that. A number of additional items have been added
The Loggregator team has completed two epics (Metron->Doppler TCP and
Loggregator as a separate release[1[]) and the roadmap has been updated to
show that. A number of additional items have been added
|
By
Jim CF Campbell
·
#3293
·
|
|
Re: Application Security Groups for Docker and Windows-based apps
This is exactly what I was looking for. Thanks for the quick response Eric and Steven!
This is exactly what I was looking for. Thanks for the quick response Eric and Steven!
|
By
David Ehringer
·
#3292
·
|
|
Re: Application Security Groups for Docker and Windows-based apps
Hi David,
For Windows, the actual implementation of application security groups is
done with Windows Firewall rules, instead of with iptables. From an
external perspective they should function
Hi David,
For Windows, the actual implementation of application security groups is
done with Windows Firewall rules, instead of with iptables. From an
external perspective they should function
|
By
Steven Benario
·
#3291
·
|
|
Re: HTTP keepalive connections between gorouter and apps
Hello Carlo,
As Christopher mentioned, we don't currently have this feature on the
roadmap. I'm interested in exploring this with you, but we are concerned
about the complexity of this change
Hello Carlo,
As Christopher mentioned, we don't currently have this feature on the
roadmap. I'm interested in exploring this with you, but we are concerned
about the complexity of this change
|
By
Shannon Coen
·
#3290
·
|
|
Re: Application Security Groups for Docker and Windows-based apps
Hi, David,
Docker-image-based apps run as garden-linux containers, so the application
security group rules will apply to them exactly as they do for
buildpack-based apps running on the cflinuxfs2
Hi, David,
Docker-image-based apps run as garden-linux containers, so the application
security group rules will apply to them exactly as they do for
buildpack-based apps running on the cflinuxfs2
|
By
Eric Malm <emalm@...>
·
#3289
·
|
|
Application Security Groups for Docker and Windows-based apps
Do application security groups work with Docker and Windows-based apps? Digging into the code a little bit, it appears that they are in the Garden API. Therefore I was assuming they work for any
Do application security groups work with Docker and Windows-based apps? Digging into the code a little bit, it appears that they are in the Garden API. Therefore I was assuming they work for any
|
By
David Ehringer
·
#3288
·
|
|
Re: Is a possible problem in Bluemix to download the source code of an App?
Some consideration:
1. CloudFoundry / Bluemix doesn't necessarily store source code if your
language is a compiled language (Java, C# etc). For interpreted languages
like JavaScript/Node.js
Some consideration:
1. CloudFoundry / Bluemix doesn't necessarily store source code if your
language is a compiled language (Java, C# etc). For interpreted languages
like JavaScript/Node.js
|
By
Stephan Wissel <stephan@...>
·
#3287
·
|
|
Re: Is a possible problem in Bluemix to download the source code of an App?
I think this community is a good place for questions regarding bluemix
https://developer.ibm.com/answers/
[]
Leo
wrote:
I think this community is a good place for questions regarding bluemix
https://developer.ibm.com/answers/
[]
Leo
wrote:
|
By
Leonardo K. Shikida <shikida@...>
·
#3286
·
|
|
Re: Is a possible problem in Bluemix to download the source code of an App?
Maybe you raise this issue to bluemix itself.
bren(a)juanantonio.info> wrote:
Maybe you raise this issue to bluemix itself.
bren(a)juanantonio.info> wrote:
|
By
Gwenn Etourneau
·
#3285
·
|
|
Re: HTTP keepalive connections between gorouter and apps
If there's interest in having this, we can give it a shot. Our idea was to have a per-application switch rather than a global on/off switch but we're obviously open to discussion about the signaling
If there's interest in having this, we can give it a shot. Our idea was to have a per-application switch rather than a global on/off switch but we're obviously open to discussion about the signaling
|
By
Carlo Alberto Ferraris
·
#3284
·
|
|
Proposal for exposing Tasks
Hi All,
We've put together a proposal for exposing Tasks.
The goal of exposing this feature is to enhance the cloud controller and
the cf cli to support the ability for a space developer to create
Hi All,
We've put together a proposal for exposing Tasks.
The goal of exposing this feature is to enhance the cloud controller and
the cf cli to support the ability for a space developer to create
|
By
Dieu Cao <dcao@...>
·
#3283
·
|
|
new column in `cf routes` output
As part of exposing routes with a path functionality we want to squeeze in a new column in the output of the `cf routes` command:
$cf routes
Getting routes as diesk ...
space host domain
As part of exposing routes with a path functionality we want to squeeze in a new column in the output of the `cf routes` command:
$cf routes
Getting routes as diesk ...
space host domain
|
By
Koper, Dies <diesk@...>
·
#3282
·
|