Skip to content

Commit b4941e4

Browse files
committed
reformat setup_k8s
1 parent 756c8b5 commit b4941e4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/tutorials/setup_k8s.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,14 @@ For this reason DLS users should skip this tutorial unless you have a spare linu
1212

1313
## Introduction
1414

15-
This is a very easy set of instructions for setting up an experimental
16-
single-node Kubernetes cluster, ready to test deployment of EPICS IOCs.
15+
This is a very easy set of instructions for setting up an experimental single-node Kubernetes cluster, ready for a test deployment of EPICS IOCs.
1716

1817
## Bring Your Own Cluster
1918

2019
If you already have a Kubernetes cluster then you can skip this section.
2120
and go straight to the next tutorial.
2221

23-
IMPORTANT: you will require appropriate permissions on the cluster to work
24-
with epics-containers. In particular you will need to be able to create
25-
pods that run with network=host. This is to allow Channel Access traffic
26-
to be routed to and from the IOCs. You will also need to be able to create
27-
a namespace and a service account, although you could use an existing
28-
namespace and service account as long as it has network=host capability.
22+
IMPORTANT: you will require appropriate permissions on the cluster to work with epics-containers. In particular you will need to be able to create pods that run with network=host. This is to allow Channel Access traffic to be routed to and from the IOCs. You will also need to be able to create a namespace and a service account, although you could use an existing namespace and service account as long as it has network=host capability. The alternative to running with network=host is to run a ca-gateway in the cluster and expose the PVs to the IOCs via the gateway.
2923

3024
Cloud based K8S offerings may not be appropriate because of the Channel Access
3125
routing requirement.

0 commit comments

Comments
 (0)