examples icon indicating copy to clipboard operation
examples copied to clipboard

Wordpress example for DCOS 1.11

Open thakkaryash94 opened this issue 6 years ago • 4 comments

added wordpress example

Issue #337

thakkaryash94 avatar May 15 '18 19:05 thakkaryash94

So, I figured out what's going on here. As of 1.11, the Marathon definition is no longer directly accessible via the DC/OS UI anymore like it was in 1.10, which is why I'm only seeing the configuration for the package itself and can't edit the containerizer. The workarounds are either to use the CLI to make changes to the Marathon definition, or to use the Marathon UI instead (accessible via /marathon/ in the DC/OS UI).

pleia2 avatar Jun 11 '18 21:06 pleia2

Hey, sorry I was a little busy. Using CLI, it is still not working. I changed the container type to MESOS but still, it is showing me This command is only supported for tasks launched by the Universal Container Runtime (UCR). error. One more thing, after deploying mysql service using CLI, when I select edit service, it is showing me below the blank screen.

screen shot 2018-06-17 at 10 40 47 pm

thakkaryash94 avatar Jun 17 '18 17:06 thakkaryash94

I believe this blank screen issue was one that was addressed in a recent UI update.

And the CLI method should work unless something else changed. I'm wondering if editing through the marathon web UI would yield better results? Thanks again for all your work on this, I'll see about chatting with the team responsible for this package if we can't find a good solution.

pleia2 avatar Jul 13 '18 19:07 pleia2

I've also seen that behaviour when deploying the percona-mongo package via the CLI, although only when I did dcos package describe --config > options.json and then passing the options.json to package install.

mattj-io avatar Jul 13 '18 20:07 mattj-io