Skip to content
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

Containerizer type switch when using application edit form. #825

Merged

Conversation

clems4ever
Copy link
Contributor

The containerizer type is switching from MESOS to DOCKER when
any change is done in the application edit form. It's due to the fact
that the field is auto-detected by the presence of the key 'docker' in the
app model. However the presence of this key is not sufficient to correctly
detect the containerizer in use since Mesos containerizer can also use Docker
images (so also declaring 'docker' key).

I also took the opportunity to add the field in the form so that the user can
switch without going through the UI.

The containerizer type is switching from MESOS to DOCKER when
any change is done in the application edit form. It's due to the fact
that the field is auto-detected by the presence of the key 'docker' in the
app model. However the presence of this key is not sufficient to correctly
detect the containerizer in use since Mesos containerizer can also use Docker
images (so also declaring 'docker' key).

I also took the opportunity to add the field in the form so that the user can
switch without going through the UI.
@nLight nLight requested a review from wavesoft February 12, 2019 15:48
@clems4ever
Copy link
Contributor Author

Hello @wavesoft , we've been using this feature internally for a while now. It seems to be bug free. Can you please help to move forward with that PR?

@ANeumann82 ANeumann82 merged commit 4f69a4e into mesosphere:master Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants