Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Open pnf-simulator's directory in your terminal. Compile and upload must be run once for each cluster.

compile pnf-simulator

Code Block
languagebash
helm package ./pnfsim --dependency-update

upload pnf-simulator

Code Block
languagebash
helm cm-push pnfsim-0.1.0.tgz xerces -f

install pnf-simulator

Code Block
languagebash
helm install pnfsim xerces/pnfsim -f ./pnfsim/values.yaml --namespace <your-namespace> --set global.masterPassword=mySec --debug

uninstall pnf-simulator

Code Block
languagebash
helm uninstall pnfsim --namespace <your-namespace>


Troubleshooting

EOF Exception

...