Skip to content

Commit

Permalink
add developer_container tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 27, 2023
1 parent f8eb817 commit 15848c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 204 deletions.
3 changes: 2 additions & 1 deletion docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ side-bar.
tutorials/create_beamline
tutorials/deploy_example
tutorials/create_ioc
tutorials/ioc_changes
tutorials/dev_container
tutorials/ioc_changes1
tutorials/generic_ioc
tutorials/debug_generic_ioc
tutorials/test_generic_ioc
Expand Down
189 changes: 0 additions & 189 deletions docs/user/tutorials/ioc_changes.rst

This file was deleted.

15 changes: 1 addition & 14 deletions docs/user/tutorials/setup_k8s.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,7 @@ Setup a Kubernetes Server
Introduction
------------
This is a very easy set of instructions for setting up an experimental
single-node Kubernetes cluster,
ready to test deployment of EPICS IOCs.

.. note::

From this point onward the tutorials assume that you are using
Kubernetes and Helm to deploy your EPICS IOCs.

However:

The approach of creating Generic IOC's in containers and then deploying
IOC instances as Generic IOC's + some configuration will also work
standalone, or with other orchestration tools. e.g. In `ioc_changes`
we will demonstrate running an IOC locally using podman alone.
single-node Kubernetes cluster, ready to test deployment of EPICS IOCs.


Bring Your Own Cluster
Expand Down

0 comments on commit 15848c5

Please sign in to comment.