From ccf168eedb6e4313a738ce4af3645734a77bfd44 Mon Sep 17 00:00:00 2001 From: Cecil Singh <54638818+Cecilsingh@users.noreply.github.com> Date: Tue, 22 Apr 2025 13:36:40 +1000 Subject: [PATCH 1/3] update broken link --- docs/customize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize.md b/docs/customize.md index c100d743e..461a1a0bb 100644 --- a/docs/customize.md +++ b/docs/customize.md @@ -9,7 +9,7 @@ The original mechanism for modifying kubernetes jobs using the Job Launcher is t [`job-json-overrides`](https://docs.posit.co/ide/server-pro/job_launcher/job_launcher.html). [There is a support article discussing the topic and examples in a legacy context -here](https://support.rstudio.com/hc/en-us/articles/360051652094-Using-Job-Json-Overrides-with-RStudio-Server-Pro-and-Kubernetes) +here](https://docs.posit.co/ide/server-pro/job_launcher/kubernetes_plugin.html#kube-json) In helm, there is a helper that simplifies some of this configuration. As a result, we will include several snippets below to simplify use cases. From f75ed6b28abd71590c611c8a8f583130e65dcc2a Mon Sep 17 00:00:00 2001 From: Cecil Singh <54638818+Cecilsingh@users.noreply.github.com> Date: Mon, 28 Apr 2025 13:13:32 +1000 Subject: [PATCH 2/3] Update phrasing Co-authored-by: Joshua Spiewak --- docs/customize.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/customize.md b/docs/customize.md index 461a1a0bb..b10f2a9c0 100644 --- a/docs/customize.md +++ b/docs/customize.md @@ -8,8 +8,7 @@ This is relevant for both Posit Workbench and Posit Connect when the job launche The original mechanism for modifying kubernetes jobs using the Job Launcher is to use [`job-json-overrides`](https://docs.posit.co/ide/server-pro/job_launcher/job_launcher.html). -[There is a support article discussing the topic and examples in a legacy context -here](https://docs.posit.co/ide/server-pro/job_launcher/kubernetes_plugin.html#kube-json) +[The documentation discussing this topic in more detail can be found here.](https://docs.posit.co/ide/server-pro/job_launcher/kubernetes_plugin.html#kube-json) In helm, there is a helper that simplifies some of this configuration. As a result, we will include several snippets below to simplify use cases. From 0d9b4a4a1fcdba4665b1bf3c22bc4f8efde39e1d Mon Sep 17 00:00:00 2001 From: Cecil Singh <54638818+Cecilsingh@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:07:20 +1000 Subject: [PATCH 3/3] Update docs/customize.md Co-authored-by: Joshua Spiewak Co-authored-by: Joshua Spiewak --- docs/customize.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customize.md b/docs/customize.md index b10f2a9c0..1453cc68b 100644 --- a/docs/customize.md +++ b/docs/customize.md @@ -8,7 +8,7 @@ This is relevant for both Posit Workbench and Posit Connect when the job launche The original mechanism for modifying kubernetes jobs using the Job Launcher is to use [`job-json-overrides`](https://docs.posit.co/ide/server-pro/job_launcher/job_launcher.html). -[The documentation discussing this topic in more detail can be found here.](https://docs.posit.co/ide/server-pro/job_launcher/kubernetes_plugin.html#kube-json) +See the [documentation](https://docs.posit.co/ide/server-pro/job_launcher/kubernetes_plugin.html#kube-json) discussing this topic in more detail. In helm, there is a helper that simplifies some of this configuration. As a result, we will include several snippets below to simplify use cases.