You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes PLAT-704
Provide a warning to admins or developers reviewing the k8s-native
executors deployment type. These changes are intended to prevent further
adoption of a deployment type that may not work with future iteractions
sourcegraph and executors
Copy file name to clipboardExpand all lines: components/executors/dind/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Executors (Docker-in-Docker)
2
2
3
+
> ⚠️ **Beta:** Docker-in-Docker Kubernetes executors are not recommended for production use.
4
+
> This method requires privileged access to a container runtime daemon. For production workloads,
5
+
> deploy via [Terraform](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-terraform)
6
+
> or [binary](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-binary).
7
+
3
8
Executors are Sourcegraph’s solution for running untrusted code in a secure and controllable way. For more information on dind executors and how they are used see the Executors [dind documentation](https://docs.sourcegraph.com/admin/executors/deploy_executors_dind)
Copy file name to clipboardExpand all lines: components/executors/k8s/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
# Executors (Native Kubernetes)
2
2
3
+
> ⚠️ **Beta:** Native Kubernetes executors are in beta. For production workloads, consider deploying using
4
+
> [Terraform](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-terraform) or the
5
+
> [Linux binary](https://docs.sourcegraph.com/self-hosted/executors/deploy-executors-binary) for better long-term support.
6
+
3
7
Executors are Sourcegraph’s solution for running untrusted code in a secure and controllable way. For more information on native kubernetes executors and how they are used see the [Executors documentation](https://docs.sourcegraph.com/admin/executors/deploy_executors_kubernetes)
0 commit comments