From b743eaa2056193b1a8fae2139c0cb05c01de7250 Mon Sep 17 00:00:00 2001 From: paraicoceallaigh <83265184+paraicoceallaigh@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:50:30 +1000 Subject: [PATCH 1/2] Update troubleshooting-tentacles.md --- .../deployment-targets/tentacle/troubleshooting-tentacles.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md b/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md index 4465fb60ad..503d272270 100644 --- a/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md +++ b/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md @@ -9,6 +9,11 @@ navOrder: 60 All of the 'classic' problems of TCP networking: firewalls, proxies, timeouts, DNS issues, and so-on can affect Octopus Tentacles. This guide will help to track down these issues when either a machine cannot be "Discovered" (Listening Tentacles) or "Registered" (Polling Tentacles) with the Octopus Server, or a previously working machine fails a health-check with errors from the networking stack. +:::div{.problem} +**WARNING** +A breaking change in Tentacle releases with version 6.3+ means that all versions above 6.2.277 will require .NET 4.8 or above to run. This is a Microsoft dependency due to EOL for older .NET versions. +::: + ## Restart the Octopus and Tentacle services Before following the steps below, it can be worthwhile to restart the Octopus and Tentacle services, and refresh the browser you're using to connect to the Octopus Web Portal. Neither action *should* fix a communication problem, but sometimes they can help flush a problem out. From 36b928126c7a26fbae80bca7b8cdf12a1d0e4a19 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Wed, 19 Jul 2023 06:35:13 +0100 Subject: [PATCH 2/2] Update troubleshooting-tentacles.md --- .../deployment-targets/tentacle/troubleshooting-tentacles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md b/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md index 503d272270..f5ebe6dce8 100644 --- a/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md +++ b/src/pages/docs/infrastructure/deployment-targets/tentacle/troubleshooting-tentacles.md @@ -1,7 +1,7 @@ --- layout: src/layouts/Default.astro pubDate: 2023-01-01 -modDate: 2023-01-01 +modDate: 2023-07-19 title: Troubleshooting Tentacles description: How to troubleshoot problems with Octopus Tentacles. navOrder: 60