Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the supported Kubernetes server versions for the Kubernetes agent #2600

Merged
merged 1 commit into from
Dec 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/pages/docs/kubernetes/targets/kubernetes-agent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ The Kubernetes agent follows [semantic versioning](https://semver.org/), so a ma
| Kubernetes agent | Octopus Server | Kubernetes cluster |
| ---------------- | ------------------------ | -------------------- |
| 1.0.0 - 1.16.1 | **2024.2.6580** or newer | **1.26** to **1.29** |
| 1.17.0 - 1.\*.\* | **2024.2.6580** or newer | **1.27** to **1.30** |
| 1.17.0 - 1.19.2 | **2024.2.6580** or newer | **1.27** to **1.30** |
| 1.20.0 - 1.\*.\* | **2024.2.6580** or newer | **1.28** to **1.31** |
| 2.0.0 - 2.2.1 | **2024.2.9396** or newer | **1.26** to **1.29** |
| 2.3.0 - 2.\*.\* | **2024.2.9396** or newer | **1.27** to **1.30** |
| 2.3.0 - 2.8.2 | **2024.2.9396** or newer | **1.27** to **1.30** |
| 2.9.0 - 2.\*.\* | **2024.2.9396** or newer | **1.28** to **1.31** |

Additionally, the Kubernetes agent only supports **Linux AMD64** and **Linux ARM64** Kubernetes nodes.

Expand Down
Loading