Skip to content

Commit 330c593

Browse files
committed
Final wrap-up.
1 parent 7927a15 commit 330c593

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/userguides/geddes/concepts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,6 @@ The most common you will see are typically `:latest` and `:number` where *number
5151

5252
After setting up the Rancher CLI you can issue `rancher --help` to view the full range of options available.
5353

54-
**Kubectl** - Kubectl is a text based tool for working with the underlying Geddes Kubernetes cluster. In order to take advantage of kubectl you will either need to set up a Kubeconfig File or use the built in kubectl shell in the Rancher UI. You can learn more about kubectl and how to download the kubectl file on the [Kubectl](access/kubectl.md) page.
54+
**Kubectl** - Kubectl is a text based tool for working with the underlying Geddes Kubernetes cluster. In order to take advantage of kubectl you will either need to set up a Kubeconfig File or use the built in kubectl shell in the Rancher UI. You can learn more about kubectl and how to download the kubectl file on the [Kubectl](access.md#kubectl) page.
5555

5656
**Storage** - Storage is utilized to provide persistent data storage between container deployments. The **Ceph** filesystem provides access to Block, Object and shared file systems. File storage provides an interface to access data in a file and folder hierarchy similar to NTFS or NFS. Block storage is a flexible type of storage that allows for snapshotting and is good for database workloads and generic container storage. Object storage is also provided by Ceph, this features a REST based bucket file system providing S3 and Swift compatibility.

docs/userguides/geddes/workloads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ search:
2121
* Set **Container Image**. Ensure you're using the Geddes registry for personal images or the Geddes registry docker-hub cache when pulling public docker-hub specific images. **e.g**: `geddes-registry.rcac.purdue.edu/my-registry/myimage:tag` or `geddes-registry.rcac.purdue.edu/docker-hub-cache/library/image:tag`
2222
* Click **Create**
2323

24-
See the [Examples](examples/index.md) section for complete walkthroughs of deploying a database, a web server, an R Shiny app, and JupyterHub.
24+
See the [Examples](examples/index.md) section for complete walkthroughs of deploying a database, a web server, and an R Shiny app.

0 commit comments

Comments
 (0)