Skip to content

Commit 6886ea1

Browse files
authored
Merge pull request #63117 from jeana-redhat/OSDOCS-7285-IMDSv2-OCP-version-limitation
OSDOCS-7285: IMDSv2 OCP version limitation
2 parents b139d50 + ed716e4 commit 6886ea1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

modules/machineset-creating-imds-options.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99

1010
You can specify whether to require the use of IMDSv2 by adding or editing the value of `metadataServiceOptions.authentication` in the machine set YAML file for your machines.
1111

12+
.Prerequisites
13+
* To use IMDSv2, your AWS cluster must have been created with {product-title} version 4.7 or later.
14+
1215
.Procedure
1316
* Add or edit the following lines under the `providerSpec` field:
1417
+

modules/machineset-imds-options.adoc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ endif::[]
1313

1414
You can use machine sets to create machines that use a specific version of the Amazon EC2 Instance Metadata Service (IMDS). Machine sets can create machines that allow the use of both IMDSv1 and link:https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/configuring-instance-metadata-service.html[IMDSv2] or machines that require the use of IMDSv2.
1515

16-
To change the IMDS configuration for existing machines, edit the machine set YAML file that manages those machines.
16+
[NOTE]
17+
====
18+
Using IMDSv2 is only supported on AWS clusters that were created with {product-title} version 4.7 or later.
19+
====
20+
21+
To change the IMDS configuration for existing machines, edit the machine set YAML file that manages those machines.
1722
ifndef::cpmso[]
1823
To deploy new compute machines with your preferred IMDS configuration, create a compute machine set YAML file with the appropriate values.
1924
endif::cpmso[]

0 commit comments

Comments
 (0)