Created
July 1, 2020 16:19
-
-
Save velotiotech/253b1a5e34236ec8b1ddff2980281bc2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SERVICE_NAME= | |
dcos package uninstall $SERVICE_NAME | |
dcos node ssh --option StrictHostKeyChecking=no --master-proxy | |
--leader "docker run mesosphere/janitor /janitor.py -r | |
${SERVICE_NAME}-role -p ${SERVICE_NAME}-principal -z dcos-service-${SERVICE_NAME}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment