Versions Compared

Key

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

...

This script will launch ./scripts/mynewioc (remember scripts scripts is the folder name you gave to your submodule in the previous  step) and will give some parameters and a configuration myconfig.json file that must be added to the mynewioc.


Updating an existing IOC

After a soft IOC, located in the linked repository, has been modified:

Code Block
languagebash
titleAdd your project as submodule
cd  <EPIK8Sfolder/config/iocs/ioc_name/scripts> ## replace ioc_name with the name of your ioc
git pull ## updates to remote changes
cd ..
git add ./scripts/
git commit -m "your comment"
git push origin

To make the changes effective in the running IOC, you have to restart the related process in argoCD.


Add IOC configuration to EPIK8s

...