Skip to content

Commit

Permalink
Remove UserData from docs (#1918)
Browse files Browse the repository at this point in the history
  • Loading branch information
suket22 authored Jun 13, 2022
1 parent 18fe287 commit 2873859
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
7 changes: 0 additions & 7 deletions website/content/en/preview/AWS/provisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,6 @@ spec:
snapshotID: snap-0123456789
```
### UserData
You can control the UserData that needs to be applied to your worker nodes via the `spec.providerRef` field in your provisioner.
Review the [Custom UserData documentation](../user-data/) to learn the necessary steps.
If you need to specify a launch template in addition to UserData, then review the [Launch Template documentation](../launch-templates/) instead and utilize the `spec.provider.launchTemplate` field.
## Other Resources
### Accelerators, GPU
Expand Down
8 changes: 0 additions & 8 deletions website/content/en/preview/AWS/user-data.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
---
title: "User Data Configuration"
linkTitle: "UserData"
weight: 10
description: >
Learn how to configure custom UserData with Karpenter
---

This document describes how you can customize the UserData that will be specified on your EC2 worker nodes, without using a launch template.

## Configuration
Expand Down

0 comments on commit 2873859

Please sign in to comment.