Versions Compared

Key

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

...

Code Block
languageyml
titleDeploy an internal IOC
- name: "mynewioc" 
      asset: "https://confluence.infn.it/x/nYD8DQ"  						## optional link to the asset  
      charturl: 'https://baltig.infn.it/epics-containers/ioc-chart.git'
      iocprefiximage: "LEL:DIA"								## iocprefix that can be used in start.sh to change dynamically prefix of different instancesbaltig.infn.it:4567/epics-containers/epics-py-base
      iocprefix: "SPARC:ORBIT"
      iocrootstart: "/epics/ioc/config/start.sh"
      securityContext:
            privileged: true
            runAsUser: 0
      dataVolume:
        accessMode: 'ReadWriteOnce' 					## space and type required to run
        size: 8Mi										
      gitinit: true                                     ## use default beamline repository and as path <config>/iocs/<mynewioc>
														## is possible (but not suggested) to define a custom repository as starting point
gitinit: true


Out Cluster

This is the case of devices that have an IOC embedded. This case EPIK8S will transfer the configuration on the remote target and will start the IOC via ssh.

...