File tree Expand file tree Collapse file tree 5 files changed +1
-335
lines changed Expand file tree Collapse file tree 5 files changed +1
-335
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ side-bar.
33
33
:caption: How-to Guides
34
34
:maxdepth: 1
35
35
36
- how-to/add_ioc
37
- how-to/create_ioc
38
36
how-to/run_iocs
39
37
how-to/debug
40
38
how-to/contributing
@@ -52,7 +50,6 @@ side-bar.
52
50
:maxdepth: 1
53
51
54
52
explanations/introduction
55
- explanations/whats_in
56
53
explanations/net_protocols
57
54
explanations/kubernetes_cluster
58
55
explanations/docs-structure
@@ -73,7 +70,6 @@ side-bar.
73
70
reference/cli
74
71
reference/ioc_helm_chart
75
72
reference/k8s_resources
76
- ../genindex
77
73
78
74
+++
79
75
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ That is because Helm keeps track of several versions of each chart it
47
47
deploys, they are stored in the cluster itself (as ReplicaSets). By
48
48
default the last 10 are saved.
49
49
50
- It is also necessary Kubernetes to be able to pull the generic IOC image. If
50
+ It is also necessary for Kubernetes to be able to pull the generic IOC image. If
51
51
the beamline has only one Kubernetes worker node then the previous image will
52
52
be in the node's local cache. If you have more than one then you will need
53
53
a global image cache which is useful anyway for reducing traffic to the
You can’t perform that action at this time.
0 commit comments