Skip to content

Commit 6788279

Browse files
committed
Update Blog “scale-kubernetes-clusters-using-hpe-greenlake-terraform-provider”
1 parent 9d8366d commit 6788279

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/blog/scale-kubernetes-clusters-using-hpe-greenlake-terraform-provider.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Terraform will perform the following actions:
160160
# hpegl_caas_cluster.test will be updated in-place
161161
~ resource "hpegl_caas_cluster" "test" {
162162
id = "a32fabb9-7c19-42d1-9a38-ebf122810c0a"
163-
~ kubernetes_version = "1.22.9-hpe1" -> "1.23.13-hpe1"
163+
~ kubernetes_version = "1.22.9-hpe1" -> "1.23.13-hpe1"
164164
name = "tf-test"
165165
# (17 unchanged attributes hidden)
166166
}
@@ -201,6 +201,8 @@ Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
201201
# OS Version upgrade
202202

203203
For OS version upgrade, we need to specify the new version of OS Image that is available for upgrade & the name of the OS Image in the worker node block.
204+
205+
204206
**Note**: The OS version is specific to a worker node pool. All the nodes in the worker node pool will be updated to the same OS version. However, we can have different node pool supporting different OS versions.
205207

206208
The worker node block consist of following fields -
@@ -211,6 +213,8 @@ The worker node block consist of following fields -
211213
4. **os_image**: *The name of the OS image. Use the machine blueprint data source to retrieve the name of OS image*
212214
5. **os_version**: *The version to be upgraded to. We can get this version in the UI. Whenever there is a new version present, UI will pop up a banner mentioning the new version.*
213215

216+
We can find the new version by clicking on the **Actions->Update OS** button on the right side of cluster's details page.
217+
214218
Below is the reference Terraform configuration for updating the worker nodepool's OS version.
215219

216220
```hcl

0 commit comments

Comments
 (0)