Skip to content

Commit

Permalink
Merge branch 'artifacthub' of github.com:rstudio/helm into artifacthub
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Aug 18, 2021
2 parents dc78c17 + d430ff6 commit dd842c3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/rstudio-connect/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rstudio-connect

Kubernetes deployment for RStudio Connect
Official helm chart for RStudio Connect

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 1.9.0.1](https://img.shields.io/badge/AppVersion-1.9.0.1-informational?style=flat-square)

Expand Down
2 changes: 1 addition & 1 deletion charts/rstudio-pm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rstudio-pm

Kubernetes deployment for RStudio Package Manager
Official helm chart for RStudio Package Manager

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![AppVersion: 1.2.2.1-17](https://img.shields.io/badge/AppVersion-1.2.2.1--17-informational?style=flat-square)

Expand Down
12 changes: 6 additions & 6 deletions charts/rstudio-workbench/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rstudio-workbench

Kubernetes deployment for RStudio Workbench
Official helm chart for RStudio Workbench

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![AppVersion: 1.4.1717-3](https://img.shields.io/badge/AppVersion-1.4.1717--3-informational?style=flat-square)

Expand Down Expand Up @@ -63,18 +63,18 @@ In addition to the above required configuration, we recommend setting the follow
## General Principles

- In most places, we opt to pass helm values over configmaps. We translate these into the valid `.ini` or `.dcf` file formats
required by RStudio Server Pro. Those config files and their mount locations are below.
- If you need to modify the jobs launched by RStudio Server Pro, you want to use `job-json-overrides`. There is a section on this below
required by RStudio Workbench. Those config files and their mount locations are below.
- If you need to modify the jobs launched by RStudio Workbench, you want to use `job-json-overrides`. There is a section on this below
and [a support article](https://support.rstudio.com/hc/en-us/articles/360051652094-Using-Job-Json-Overrides-with-RStudio-Server-Pro-and-Kubernetes)
on the topic in general.
- If you are running in an HA environment, there is [an experimental sidecar container](https://hub.docker.com/r/colearendt/rstudio-load-balancer-manager)
that maintains the `load-balancer` file and HUPs the rstudio-server service.
- The prestart script for RStudio Server is highly customized to:
- Get the service account information off of the RStudio Server pod for use in launching jobs
- The prestart script for RStudio Workbench is highly customized to:
- Get the service account information off of the RStudio Workbench pod for use in launching jobs
- Generate `launcher.pub` as needed (if `launcher.pem` is provided). If it is not provided,
the helm chart will generate it automatically but this information will be lost for subsequent deployments and
can cause users to be locked out sessions started by a previous deployment.
- RStudio Server Pro does not export prometheus metrics on its own. Instead, we run a sidecar graphite exporter
- RStudio Workbench does not export prometheus metrics on its own. Instead, we run a sidecar graphite exporter
[as described here](https://support.rstudio.com/hc/en-us/articles/360044800273-Monitoring-RStudio-Team-Using-Prometheus-and-Graphite)

## Configuration files
Expand Down

0 comments on commit dd842c3

Please sign in to comment.