-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAPI will need to set cflinuxfs3
as the default stack before cf-deployment v8 release
#134
Comments
We have created an issue in Pivotal Tracker to manage this: https://www.pivotaltracker.com/story/show/164994581 The labels on this github issue will be updated when the story is started. |
A few relevant links for anyone following along. cf-dev announcement: cf-deployment release notes: |
@Syerram we will make this default swap, but since we make our stacks and default stack configurable, you won't notice a difference in cf-deployment, since it's already configured there: https://github.com/cloudfoundry/cf-deployment/blob/17586d6fbc55755682645d0435e81659aec25cfa/cf-deployment.yml#L816-L821 |
This was done in this commit, will ship in the upcoming capi-release: 29e85be |
Thanks for submitting an issue to
capi-release
. We are always trying to improve! To help us, please fill out the following template.Issue
CAPI uses
cflinuxfs2
as a default stack, which cf-deployment will cease support in April 2019. After cf-deployment v8 release,cflinuxfs2
will no longer be available andcflinuxfs3
will be the default stack available.Possible Fix
Please swap
cflinuxfs2
withcflinuxfs3
The text was updated successfully, but these errors were encountered: