Skip to content

Commit 510e921

Browse files
BrianMMcClainmister-ken
authored andcommitted
Add information on the HCP Terraform Operator for Kubernetes to the agents documentation (#1034)
1 parent ea01cc4 commit 510e921

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/terraform-docs-agents/v1.25.x/docs/cloud-docs/agents/agent-pools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ description: >-
88

99
HCP Terraform organizes agents into agent pools. An agent pool represents a group of agents that lets HCP Terraform communicate with isolated, private, or on-premises infrastructure. When you configure a workspace or Stack to execute runs using agents, any available agent in that workspace or Stack's associated agent pool can complete the run.
1010

11+
This topic describes how to manually manage agent pools in HCP Terraform. For information on how to manage agent pools as part of your Kubernetes infrastructure, refer to the [HCP Terraform Operator for Kubernetes overview](/terraform/cloud-docs/integrations/kubernetes)
12+
1113
<Note>
1214

1315
Terraform Enterprise does not support Stacks. You can only scope agent pools to workspaces and projects in Terraform Enterprise.

content/terraform-docs-agents/v1.25.x/docs/cloud-docs/agents/agents.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ export TFC_AGENT_NAME=your-agent-name
7575
```
7676
Once complete, your agent and its status appear on the **Agents** page in the HCP Terraform UI. Workspaces can now use this agent pool for runs. Refer to [Configure Workspaces to Use the Agent](/terraform/cloud-docs/agents/agent-pools#configure-workspaces-to-use-the-agent) for details.
7777

78+
## Run agents with the HCP Terraform Operator for Kubernetes
79+
80+
The HCP Terraform Operator for Kubernetes allows you to create, manage, and automatically scale agents and agent pools as part of your Kubernetes infrastructure. For more information, refer to the [HCP Terraform Operator for Kubernetes overview](/terraform/cloud-docs/integrations/kubernetes). For instructions on how to install the operator, refer to [Set up the HCP Terraform Operator for Kubernetes](/terraform/cloud-docs/integrations/kubernetes/setup).
81+
7882
## Optional configuration
7983

8084
The optional configurations for customizing the agent include building a custom Docker image that grants sudo privileges for software installation, running in single-execution mode to process a single workload before terminating, and enabling request forwarding for secure access to private resources.

0 commit comments

Comments
 (0)