|
Re: CF CLI: how do you use `no-start` with `cf push`
I use no-start because ‘cf push’ doesn’t have flags to set env vars/service bindings.
If the response to that is “use manifest.yml” then perhaps get rid off all the push flags and force ppl
I use no-start because ‘cf push’ doesn’t have flags to set env vars/service bindings.
If the response to that is “use manifest.yml” then perhaps get rid off all the push flags and force ppl
|
By
Dr Nic Williams <drnicwilliams@...>
·
#8116
·
|
|
Removing varz support for Routing components
Hi,
To walk down memory lane a bit, the varz endpoints were replaced with the firehose more than two years ago. The relevant threads are
- https://lists.cloudfoundry.org/g/cf-dev/topic/6333080#3843
-
Hi,
To walk down memory lane a bit, the varz endpoints were replaced with the firehose more than two years ago. The relevant threads are
- https://lists.cloudfoundry.org/g/cf-dev/topic/6333080#3843
-
|
By
Shubha Anjur Tupil
·
#8115
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
We have not tried the v3 api, but yes, that sounds correct to me, and v3-create-app seems like a reasonable substitute.
From: cf-dev@... [cf-dev@...] on behalf of Zach Robinson [zrobinson@...]
Sent:
We have not tried the v3 api, but yes, that sounds correct to me, and v3-create-app seems like a reasonable substitute.
From: cf-dev@... [cf-dev@...] on behalf of Zach Robinson [zrobinson@...]
Sent:
|
By
Hjortshoj, Julian <Julian.Hjortshoj@...>
·
#8114
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hey Bernd,
Zach can speak more to this but, I believe, the CC v3 API has been stable for some time, with v3.27.
The v3 prefixed CF CLI commands are relatively lesser known so apologies if it's been
Hey Bernd,
Zach can speak more to this but, I believe, the CC v3 API has been stable for some time, with v3.27.
The v3 prefixed CF CLI commands are relatively lesser known so apologies if it's been
|
By
Abby Chau
·
#8113
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hi,
+1 on chips idea. ;-)
v3-foo was fun but we should get rid of that syntax.
Greetings
Christian
--
E-Mail: cbrinker@...
evoila GmbH
Weberstraße 21
55130 Mainz
Germany
Geschäftsführer: Johannes
Hi,
+1 on chips idea. ;-)
v3-foo was fun but we should get rid of that syntax.
Greetings
Christian
--
E-Mail: cbrinker@...
evoila GmbH
Weberstraße 21
55130 Mainz
Germany
Geschäftsführer: Johannes
|
By
Christian Brinker
·
#8112
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
My 2 cents here, FWIW... the v3-foo$ syntax feels like it should be only temporary and should eventually be merged back into the more standard commands / feature flag combos.--
Chip Childers
CTO,
My 2 cents here, FWIW... the v3-foo$ syntax feels like it should be only temporary and should eventually be merged back into the more standard commands / feature flag combos.--
Chip Childers
CTO,
|
By
Chip Childers <cchilders@...>
·
#8111
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hi Abby, Zach,
I don’t think we have looked into v3 commands in too much detail. Please forgive my ignorance in this topic, are the v3 commands already considered a stable API so that I could
Hi Abby, Zach,
I don’t think we have looked into v3 commands in too much detail. Please forgive my ignorance in this topic, are the v3 commands already considered a stable API so that I could
|
By
Krannich, Bernd <bernd.krannich@...>
·
#8110
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
We have multiple foundries in our org and occasionally we would want to push an app in the stopped state to a pool for DR purposes (active/active across foundries is always desirable but simply not
We have multiple foundries in our org and occasionally we would want to push an app in the stopped state to a pool for DR purposes (active/active across foundries is always desirable but simply not
|
By
John Mcteague <john@...>
·
#8109
·
|
|
Clarification regarding Custom roles in CF
Hi Team,
We would need clarification regarding custom roles on Cloud foundry.
Our use case is as follows:
Relevant permissions:
deploy applications
(re)start/stop applications
access application
Hi Team,
We would need clarification regarding custom roles on Cloud foundry.
Our use case is as follows:
Relevant permissions:
deploy applications
(re)start/stop applications
access application
|
By
Raghav, Prashant <prashant.raghav@...>
·
#8108
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
thanks to all that have replied.
i'd like to ask a clarifying question. it sounds like most of these use-cases are "set up some environment for the app". this implies to me that these workflows are
thanks to all that have replied.
i'd like to ask a clarifying question. it sounds like most of these use-cases are "set up some environment for the app". this implies to me that these workflows are
|
By
Zach Robinson
·
#8107
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hey Bernd and Julian,
Many thanks for your responses.
Wondering if you folks have tried using the `v3-create-app` command as Mike has pointed out (and Zach elsewhere). The command is basically the
Hey Bernd and Julian,
Many thanks for your responses.
Wondering if you folks have tried using the `v3-create-app` command as Mike has pointed out (and Zach elsewhere). The command is basically the
|
By
Abby Chau
·
#8106
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
+1 to that last use case. In particular, if a service requires bind configuration, then it's not possible to put the binding in an app manifest (because manifests don't support service binding
+1 to that last use case. In particular, if a service requires bind configuration, then it's not possible to put the binding in an app manifest (because manifests don't support service binding
|
By
Hjortshoj, Julian <Julian.Hjortshoj@...>
·
#8105
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hi Abby,
Thank you very much for reaching out. Indeed, we are frequent users of the `no-start` flag. A couple of use cases:
After a `cf ssh-enable APP_NAME`, you’ll need to restart your app
Hi Abby,
Thank you very much for reaching out. Indeed, we are frequent users of the `no-start` flag. A couple of use cases:
After a `cf ssh-enable APP_NAME`, you’ll need to restart your app
|
By
Krannich, Bernd <bernd.krannich@...>
·
#8104
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hi Lee,
Have you seen the new variable substitution feature for manifests? It might really help your use-case.
https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#multi-manifests
-Zach
Hi Lee,
Have you seen the new variable substitution feature for manifests? It might really help your use-case.
https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html#multi-manifests
-Zach
|
By
Zach Robinson
·
#8103
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
We mostly use it to do things to an application before starting it that cannot be done in a manifest. For example, setting computed environment variables, or binding services that need
We mostly use it to do things to an application before starting it that cannot be done in a manifest. For example, setting computed environment variables, or binding services that need
|
By
Mike Youngstrom
·
#8102
·
|
|
Re: CF CLI: how do you use `no-start` with `cf push`
Hi,
We use it when setting env vars that we don't want to commit. Or when committing then would harm the reuse of our code by others.
E.g. https://docs.cloud.service.gov.uk/#metrics
Thanks
Lee
Hi,
We use it when setting env vars that we don't want to commit. Or when committing then would harm the reuse of our code by others.
E.g. https://docs.cloud.service.gov.uk/#metrics
Thanks
Lee
|
By
Lee Porte
·
#8101
·
|
|
UAA.yaml envvar substitution
Hi cf-dev,
i am trying to bootstrap UAA 4.6.1 with an admin user password from the environment. i tried providing the entire scim.users array item and just the password in the pipe-delimited string
Hi cf-dev,
i am trying to bootstrap UAA 4.6.1 with an admin user password from the environment. i tried providing the entire scim.users array item and just the password in the pipe-delimited string
|
By
Szerdahelyi, Andras (GE Digital)
·
#8100
·
|
|
CF CLI: how do you use `no-start` with `cf push`
Hi everyone,
The CF CLI is soliciting feedback on how you use the `no-start` flag:
what are your specific use cases?
if the flag was no longer available, how might that affect you? (Would you
Hi everyone,
The CF CLI is soliciting feedback on how you use the `no-start` flag:
what are your specific use cases?
if the flag was no longer available, how might that affect you? (Would you
|
By
Abby Chau
·
#8099
·
|
|
Re: CF Application Runtime PMC - Release Integration Project Lead Call for Nominations
Hello all,
Pivotal is nominating Josh Collins for the Release Integration Project Lead in the Application Runtime PMC. He is currently serving as Interim Project Lead for the Release Integration
Hello all,
Pivotal is nominating Josh Collins for the Release Integration Project Lead in the Application Runtime PMC. He is currently serving as Interim Project Lead for the Release Integration
|
By
Dieu Cao <dcao@...>
·
#8098
·
|
|
Re: CF Application Runtime PMC - Release Integration Project Lead Call for Nominations
Hi, Dieu, David, and teams,
Let me personally (and on behalf of IBM’s CF team) thank David Sabeti for an outstanding job transitioning us all to cf-deployment.
In the process, also making CF
Hi, Dieu, David, and teams,
Let me personally (and on behalf of IBM’s CF team) thank David Sabeti for an outstanding job transitioning us all to cf-deployment.
In the process, also making CF
|
By
Michael Maximilien
·
#8097
·
|