Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename target roles to target tags on the First Kubernetes deployment page #2243

Merged
merged 13 commits into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions src/pages/docs/getting-started/first-kubernetes-deployment.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: src/layouts/Default.astro
pubDate: 2023-10-26
modDate: 2023-10-26
modDate: 2024-04-18
title: First Kubernetes deployment
description: This guide will walk you through how to configure your first deployment to Kubernetes in Octopus Deploy.
navOrder: 10
Expand Down Expand Up @@ -115,16 +115,16 @@ Worker Pools are groups of Workers. When a task is assigned to a Worker, the tas
![Worker Pool expander with 'Hosted Ubuntu' selected.](/docs/getting-started/first-kubernetes-deployment/worker-pool.png)
:::

#### On behalf of
Target roles select specific deployment targets in an environment. This step will run on all deployment targets with the roles you specify in this field.
#### Target tags \{#on-behalf-of}
[Target tags](/docs/infrastructure/deployment-targets#target-roles) (formerly target roles) select specific deployment targets in an environment. This step will run on all deployment targets with the tags you specify in this field.

5. Add a new target role by typing it into the field. For this example, we'll use `k8s`.
5. Add a new target tag by typing it into the field. For this example, we'll use `k8s`.

:::figure
![Role selection expander with 'k8s' role currently added.](/docs/getting-started/first-kubernetes-deployment/on-behalf-of.png)
![Target tag selection expander with 'k8s' tag currently added.](/docs/getting-started/first-kubernetes-deployment/on-behalf-of.png)
:::

After configuring your deployment process, you’ll assign deployment targets to this target role.
After configuring your deployment process, you’ll assign deployment targets to this target tag.

#### Container image
Next, you configure this step to run inside an execution container.
Expand Down Expand Up @@ -303,10 +303,10 @@ Wherever you’re deploying your software, these machines and services are known
#### Environments
4. Select **Development**, **Staging**, and **Production** from the dropdown list.

#### Target roles
5. Type in the same target role you provided while configuring the **Deploy raw Kubernetes YAML** step, for example `k8s`.
#### Target tags \{#target-roles}
5. Type in the same [target tag](/docs/infrastructure/deployment-targets#target-roles) you provided while configuring the **Deploy raw Kubernetes YAML** step, for example `k8s`.

The target role won’t be available to select from the dropdown list yet, because it gets created during this step.
The target tag won’t be available to select from the dropdown list yet, because it gets created during this step.

:::figure
![User interface for setting up a Kubernetes Cluster deployment target.](/docs/getting-started/first-kubernetes-deployment/create-k8s-cluster.png)
Expand Down
Loading