Skip to content

Commit

Permalink
update lots of deployment docs
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 11, 2024
1 parent f35e7ce commit 58e2326
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---
title: "Code location history and rollbacks"
displayed_sidebar: "dagsterPlus"
sidebar_position: 100
sidebar_label: "Code location history and rollbacks"
---

# Code location history and rollbacks

Dagster+ automatically tracks metadata every time a code location is loaded. This can be used to understand when changes have been made, and what those changes were. In addition, this metadata can be used to quickly redeploy an older version.

<details>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: dagster_cloud.yaml reference
sidebar_position: 700
sidebar_position: 200
---

{/* TODO move content from https://docs.dagster.io/dagster-plus/managing-deployments/dagster-cloud-yaml */}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: Upgrading CloudFormation for an Amazon ECS agent
sidebar_label: Upgrading CloudFormation
sidebar_position: 500
---

{/* TODO move from https://docs.dagster.io/dagster-plus/deployment/agents/amazon-ecs/upgrading-cloudformation-template */}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Running a Docker agent
title: Docker agent setup
sidebar_position: 100
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Running a Kubernetes agents on a Kubernetes cluster
title: Kubernetes agent setup
sidebar_position: 100
---

# Running Dagster+ agents on Kubernetes
# Kubernetes agent setup

This page provides instructions for running the [Dagster+ agent](/todo) on a [Kubernetes](https://kubernetes.io) cluster.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Customizing agent configuration
---

{/* TODO move from https://docs.dagster.io/dagster-plus/deployment/agents/customizing-configuration */}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Managing compute logs and error messages
---

{/* TODO move from https://docs.dagster.io/dagster-plus/managing-deployments/controlling-logs */}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Managing multiple projects and teams
---

{/* TODO move from https://docs.dagster.io/dagster-plus/best-practices/managing-multiple-projects-and-teams */}
5 changes: 5 additions & 0 deletions docs/docs-beta/docs/dagster-plus/deployment/rate-limits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Dagster+ rate limits
---

{/* TODO move from https://docs.dagster.io/dagster-plus/references/limits */}
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
title: "Deployment settings"
displayed_sidebar: "dagsterPlus"
sidebar_label: "Deployment settings"
unlisted: true
sidebar_position: 200
---

# Deployment settings
{/* TODO move from https://docs.dagster.io/dagster-plus/managing-deployments/deployment-settings-reference */}

0 comments on commit 58e2326

Please sign in to comment.