From 601ca8029dd494d2941c1266dacc68a9fb8d835b Mon Sep 17 00:00:00 2001 From: Alex Bilyk Date: Mon, 30 Jun 2025 22:13:30 +0100 Subject: [PATCH] Use new ASP.NET Core environment variable Just found that it is necessary to update Orleans doc Kubernetes hosting - .NET | Microsoft Learn It sets old .NET Framework environment variable DOTNET_SHUTDOWNTIMEOUTSECONDS Please see https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-9.0#settings-for-all-app-types --- docs/orleans/deployment/kubernetes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/orleans/deployment/kubernetes.md b/docs/orleans/deployment/kubernetes.md index 4bf63fb1881c7..fa1342bf56567 100644 --- a/docs/orleans/deployment/kubernetes.md +++ b/docs/orleans/deployment/kubernetes.md @@ -99,7 +99,7 @@ spec: valueFrom: fieldRef: fieldPath: status.podIP - - name: DOTNET_SHUTDOWNTIMEOUTSECONDS + - name: ASPNETCORE_SHUTDOWNTIMEOUTSECONDS # See .NET Generic Host in ASP.NET Core ShutdownTimeout https://learn.microsoft.com/en-us/aspnet/core/fundamentals/host/generic-host?view=aspnetcore-9.0#shutdowntimeout value: "120" request: # Set resource requests