You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instance.lease.enabled Indicates whether to enable the Instance lease feature, will be applicable only on instances created after lease is enabled. **Default: false**
997
-
instance.lease.scheduler.interval Background task interval in seconds that executes Lease expiry action on eligibile expired instances. Default: 3600.
996
+
instance.lease.enabled Indicates whether to enable the Instance Lease feature, will be applicable only on instances created after lease is enabled. **Default: false**
997
+
instance.lease.scheduler.interval Background task interval in seconds that executes Lease expiry action on eligible expired instances. Default: 3600.
998
998
instance.lease.eventscheduler.interval Background task interval in seconds that executes Lease event executor for instances about to be expired in next N days. Default: 86400
999
999
instance.lease.expiryevent.daysbefore Denotes number of days (N) in advance expiry events are generated for instance about to expire. Default: 7 days
@@ -1017,7 +1017,7 @@ User can disable Lease for instance in two ways:
1017
1017
- STOP: The instance is stopped, and it will be out of lease. The user can restart the instance manually.
1018
1018
- DESTROY: The instance is destroyed when the lease expires.
1019
1019
1020
-
.. note:: Expiry action is executed at most once on the instance, e.g. STOP action will bring instance in Stoppped state on expiry and instance will be out of lease. User may choose to start it again.
1020
+
.. note:: Expiry action is executed at most once on the instance, e.g. STOP action will bring instance in Stopped state on expiry and instance will be out of lease. User may choose to start it again.
1021
1021
1022
1022
1023
1023
**Using Instance Lease**
@@ -1033,10 +1033,10 @@ lease is removed from the instance for any further action.
1033
1033
**Notes:**
1034
1034
1035
1035
#. Lease Assignment: A lease can only be assigned to an instance during deployment.
1036
-
#. Lease Acquisition: Instances without a lease cannot acquire one by switching to a different compute offering or by editing the instance.
1037
-
#. Lease Inheritance: Instances inherit the lease from a compute offering with 'Instance Lease' feature enabled. This lease can be overridden or disabled in the “Advanced Settings”.
1038
-
#. Lease Persistence: A lease is always tied to the instance. Modifications to the compute offering do not affect the instance's lease.
1039
-
#. Non-Lease Compute offering: Instances can have a lease by enabling it in the "Advanced Settings" for non-lease based compute offering too.
1036
+
#. Lease Acquisition: Instances without a lease cannot acquire one by switching to a different Compute Offering or by editing the instance.
1037
+
#. Lease Inheritance: Instances inherit the lease from a Compute Offering with 'Instance Lease' feature enabled. This lease can be overridden or disabled in the “Advanced Settings”.
1038
+
#. Lease Persistence: A lease is always tied to the instance. Modifications to the Compute Offering do not affect the instance's lease.
1039
+
#. Non-Lease Compute Offering: Instances can have a lease by enabling it in the "Advanced Settings" for non-lease based Compute Offering too.
1040
1040
#. Lease Duration Management: The lease duration can be extended or reduced for instances before expiry. However, once the lease is disabled, it cannot be re-enabled for that instance.
1041
1041
#. Lease Expiry: Once the lease expires and the associated action is completed, the lease is annulled and cannot be reattached or extended.
1042
1042
#. Feature Disablement: If the lease feature is disabled, the lease associated with instances is canceled. Re-enabling the feature will not automatically reapply the lease to previously grandfathered instances.
@@ -1046,7 +1046,7 @@ lease is removed from the instance for any further action.
1046
1046
1047
1047
There are 2 ways to deploy instance with lease from UI:
1048
1048
1049
-
1. Use compute offering which has 'Instance Lease' feature enabled.
1049
+
1. Use Compute Offering which has 'Instance Lease' feature enabled.
.. note:: DESTORY action will ignore instance if deleteprotection is enabled for it.
1104
+
.. note:: DESTROY action will ignore instance if deleteprotection is enabled for it.
1105
1105
1106
1106
.. note:: When the feature is disabled, the lease associated with instances is cancelled. Re-enabling the feature will not automatically reapply the lease to previously grandfathered instances.
0 commit comments