Skip to content

Commit b202295

Browse files
committed
remove or flag out of date info
1 parent d86f031 commit b202295

File tree

12 files changed

+17
-141
lines changed

12 files changed

+17
-141
lines changed

docs/index.rst

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,9 @@
55

66
Update for October 2023
77
=======================
8-
The final round of improvements are done. The latest framework has
9-
become much simpler and has a good developer experience.
10-
11-
**WARNING**
12-
13-
The Tutorials are currently out of date and won't work. These are
14-
being updated now and will be available by end of November 2023.
8+
The tutorials are being updated to work with the improved framework.
9+
The first few are available now, take note of warnings about out of
10+
date tutorials.
1511

1612

1713
Communication

docs/user/explanations/kubernetes_cluster.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Three cluster topologies were considered for this project.
3737
Current Approach
3838
----------------
3939

40-
DLS is currently investigating Cluster per Beamline as the preferred topology. We
40+
DLS is using Cluster per Beamline as the preferred topology. We
4141
will continue to have a central cluster for shared services but in addition will
4242
have a cluster per beamline and a cluster for the accelerator.
4343

docs/user/explanations/repos.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/user/how-to/ibek-defs.rst renamed to docs/user/how-to/ibek-support.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
Updating and Testing ibek-defs
2-
==============================
1+
Updating and Testing ibek-support
2+
=================================
33

4-
TODO: this is draft
5-
TODO: this uses a Diamond internal repo as an example
4+
.. Warning::
5+
6+
This is draft only and out of date. It will be updated soon.
67

78
The ibek-defs repository contains ibek support yaml. Here is an example
89
procedure for local testing of changes to support yaml in ibek-defs

docs/user/how-to/run_iocs.rst

Lines changed: 0 additions & 55 deletions
This file was deleted.

docs/user/how-to/update_templated.rst

Lines changed: 0 additions & 44 deletions
This file was deleted.

docs/user/how-to/useful_k8s.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ The dashboard gives you a nice GUI for exploring and controlling your cluster.
1111
It is very useful for new users to get an understanding of what Kubernetes
1212
has to offer.
1313

14-
These commands should be run INSIDE the devcontainer.
14+
These commands should be run after you have set up your Kubernetes cluster and
15+
setup the environment variables as described in `../tutorials/setup_k8s`.
1516

1617
Execute this on your workstation:
1718

@@ -48,10 +49,6 @@ Then create the admin user and role by executing the following:
4849
4950
Get a token for the user and copy the token into your clipboard.
5051
51-
On k3s v1.23 and older::
52-
53-
kubectl -n kubernetes-dashboard describe secret admin-user-token | grep '^token'
54-
5552
On k3s v1.24 and newer::
5653
5754
kubectl -n kubernetes-dashboard create token admin-user

docs/user/index.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ side-bar.
3636
:caption: How-to Guides
3737
:maxdepth: 1
3838

39-
how-to/run_iocs
4039
how-to/debug
4140
how-to/contributing
4241
how-to/own_tools
4342
how-to/useful_k8s
44-
how-to/update_templated
45-
how-to/ibek-defs
43+
how-to/ibek-support
4644

4745
+++
4846

@@ -59,7 +57,6 @@ side-bar.
5957
explanations/kubernetes_cluster
6058
explanations/docs-structure
6159
explanations/repositories
62-
explanations/repos
6360

6461
+++
6562

docs/user/reference/ioc_helm_chart.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
IOC Helm Chart Details
22
======================
33

4+
.. Warning::
5+
6+
This page is out of date and will be updated soon.
7+
48
IOC instances are described using a helm chart which in turn generates
59
a Kubernetes manifest to tell Kubernetes what resources to create in order
610
to run the IOC instance.

docs/user/tutorials/generic_ioc.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ using an ``ec`` command.
5757
git remote add origin [email protected]:<YOUR USER NAME>/ioc-adurl.git
5858
git push --set-upstream origin main
5959
60-
Note that creating your project in this way means it is possible to
61-
synchronize changes from the original ioc-template project.
62-
See `../how-to/update_templated`.
6360
6461
Prepare the New Repo for Development
6562
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -258,11 +255,6 @@ follows:
258255
ADCore and ADSupport already have ibek-defs files as they were previously created
259256
when making ``ioc-adsimdetector``.
260257

261-
.. note::
262-
263-
The folder /repos is where all externally fetched source code is stored
264-
inside our containers. For a detailed explanation see
265-
`../explanations/repos`
266258

267259
.. _CONFIG_SITE.local: https://areadetector.github.io/areaDetector/install_guide.html#edit-config-site-local-and-optionally-config-site-local-epics-host-arch
268260

0 commit comments

Comments
 (0)