From bb9ff0a43fcbaac54d0f339a988d8ebc110cd69d Mon Sep 17 00:00:00 2001 From: aman-ebay Date: Mon, 4 Dec 2023 09:15:59 -0800 Subject: [PATCH] Update README.md (#81) Change custom image expiration date from 60 to 365 days. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a2fc73..6f981b7 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ This page describes how to generate a custom Dataproc image. ## Important notes To help ensure that clusters receive the latest service updates and bug fixes, -the creation of clusters with a custom image is limited to **60 days** from the +the creation of clusters with a custom image is limited to **365 days** from the image creation date, but existing custom-image clusters can run indefinitely. Automation to continuously build a custom image may be necessary if you wish to -create clusters with a custom image for a period greater than 60 days. +create clusters with a custom image for a period greater than 365 days. Creating clusters with expired custom images is possible by following these [instructions](https://cloud.google.com/dataproc/docs/guides/dataproc-images#how_to_create_a_cluster_with_an_expired_custom_image),