You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for the app to start, then set the current droplet of the cfApp to the recorded value
The underlying pod will restart
Debugging
When we set the droplet on the app the app controller updates the process with the new build and this build's image propagates all the way down to the spec of the statefulset which (in case the build is different) causes the pod to restart.
This is not how classic CF works. Instead it makes use of the revisions concept so that the user is in control of what is being run and when it is being run.
The text was updated successfully, but these errors were encountered:
Reproduction steps
Debugging
When we set the droplet on the app the app controller updates the process with the new build and this build's image propagates all the way down to the spec of the statefulset which (in case the build is different) causes the pod to restart.
This is not how classic CF works. Instead it makes use of the revisions concept so that the user is in control of what is being run and when it is being run.
The text was updated successfully, but these errors were encountered: