Skip to content

Commit

Permalink
Updated JupyterHub logo and link. Fixed info box layouts and added vu…
Browse files Browse the repository at this point in the history
…lnerability scanner page
  • Loading branch information
NicholasCote committed Nov 8, 2024
1 parent 2f4c6be commit 0abccc7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 17 deletions.
5 changes: 2 additions & 3 deletions docs/compute-systems/cirrus/slas.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ Regular: Basic functionality is present. There is a failure of extended function

### Agreements

```{note}
There is currently no After Hours support. All Response types that occur after hours will be addressed at the start of business.
```
!!! important
There is currently no After Hours support. All Response types that occur after hours will be addressed at the start of business.

| Response Level | Business Hours <br> 8:00 - 17:00 M-F | After Hours |
|---|---|---|
Expand Down
6 changes: 3 additions & 3 deletions docs/compute-systems/cirrus/users/hosting/additions.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ When automatically making changes to an application it's always best practice to

[GitHub Actions](https://docs.github.com/en/actions) can be utilized to streamline the CI/CD pipeline for your application. For example, a [workflow](https://docs.github.com/en/actions/using-workflows/about-workflows) can be created that has [jobs](https://docs.github.com/en/actions/using-jobs/using-jobs-in-a-workflow) to build your container image, push it to a container registry, update your applications Helm chart with the new image details, and Argo CD will then automatically see the changes.

```{warning}
When tagging your container images avoid using the `:latest` tag. There's a number of different reasons for this but for CI/CD a primary one is that `:latest` never changes inside your applications Helm chart. If nothing changes there's nothing to synchronize and your application will not update.
```
!!! important
When tagging your container images avoid using the `:latest` tag. There's a number of different reasons for this but for CI/CD a primary one is that `:latest` never changes inside your applications Helm chart. If nothing changes there's nothing to synchronize and your application will not update.

18 changes: 8 additions & 10 deletions docs/compute-systems/cirrus/users/jupyter/jupyterhub.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
# CIRRUS JupyterHub

<div style="text-align:center">
<a href="https://jupyter.k8s.ucar.edu/">
<img src="https://ncar.github.io/cisl-cloud/_static/jhub-logo.png"
alt="CIRRUS JupyterHub"
style="display: block; margin: 0 auto" />
CIRRUS JupyterHub</a>
</div>

## Overview

CIRRUS hosts a JupyterHub instance on Kubernetes (K8s).

!!! info
The K8s JupyterHub is available inside the NCAR network only so you must either be ***onsite*** or connected to the ***VPN***.


<span class="d-flex justify-content-center py-4">
<a href="https://jupyter.k8s.ucar.edu/">
<figure>
<img src="https://ncar.github.io/cisl-cloud/_static/jhub-logo.png">
<figcaption style="text-align:center">K8s JupyterHub</figcaption>
</figure>
</a>
</span>

## Access
The [JupyterHub Login](https://jupyter.k8s.ucar.edu/) page is the portal to enter and spin up a personal and persistent Jupyter environment.

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ nav:
- Container Registry:
- compute-systems/cirrus/users/container-registry/index.md
- Image Management: compute-systems/cirrus/users/container-registry/image-mgmt.md
- Vulnerability Scanner: compute-systems/cirrus/users/container-registry/vulnerability-scanner.md
- Vulnerability Scanner: compute-systems/cirrus/users/container-registry/vulnerability-scan.md
- Jupyter:
- compute-systems/cirrus/users/jupyter/jupyterhub.md
- Conda Environments: compute-systems/cirrus/users/jupyter/conda-envs.md
Expand Down

0 comments on commit 0abccc7

Please sign in to comment.