Giter Site home page Giter Site logo

Comments (3)

thpang avatar thpang commented on July 24, 2024

Not sure where you're pulling your commands but the one you have listed is incorrect. Refer to the examples listed here. There is a sample that shows one how to remove items from their deployment. That snipped from the link above is shown below:

  • I have a cluster with a single viya install as well as the monitoring and logging stack. I want to uninstall everything
docker run --rm \
  --group-add root \
  --user $(id -u):$(id -g) \
  --volume $HOME/deployments:/data \
  --volume $HOME/deployments/dev-cluster/dev-namespace/ansible-vars.yaml:/config/config \
  --volume $HOME/deployments/dev-cluster/terraform.tfstate:/config/tfstate \
  viya4-deployment --tags "baseline,viya,cluster-logging,cluster-monitoring,viya-monitoring,uninstall"

Update your commands to match the example. If you don't have some of these items read through the docs and replace the tasks and actions with those you need.

For reference on options that can be used with the docker run command one can follow this link

Run your deployment again using the corrected command and share your findings.

from viya4-deployment.

raphaelpoumarede avatar raphaelpoumarede commented on July 24, 2024

Thanks @thpang
Indeed I don't have the "group-add" and "user" flags (I suppose they were not there in the initial versions of the tool).
They don't seem necessary to have a working deployment but maybe they have other impacts.
I'll will add them and will let you know.
Thank you.

from viya4-deployment.

thpang avatar thpang commented on July 24, 2024

They are required with the new Dockerfile. Good luck!

from viya4-deployment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.