Skip to content

Commit 10c0d0d

Browse files
committed
feat: add v1.26.3 upgrade doc
1 parent 93718e3 commit 10c0d0d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/upgrades/v1.26.2-to-v1.26.3.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Kubernetes Fury Distribution v1.26.2 to 1.26.3 Upgrade Guide
2+
3+
This guide describes the steps to follow to upgrade the Kubernetes Fury Distribution (KFD) from v1.26.2 to 1.26.3.
4+
5+
If you are running a custom set of modules, or different versions than the ones included with each release of KFD, please refer to each module's release notes.
6+
7+
Notice that the guide will not cover changes related to the cloud provider, ingresses or pod placement changes. Only changes related to KFD and its modules.
8+
9+
> ⛔️ **IMPORTANT**
10+
> we strongly recommend reading the whole guide before starting the upgrade process to identify possible blockers.
11+
12+
## Upgrade procedure
13+
14+
### 1. Using furyctl
15+
16+
Change `.spec.distributionVersion` on your `furyctl.yaml` file with the new `v1.26.3`.
17+
18+
Validate the schema using the new `v0.26.3` `furyctl` version:
19+
20+
```bash
21+
furyctl validate config
22+
```
23+
24+
Apply the new configuration on the cluster with:
25+
26+
```bash
27+
furyctl create cluster
28+
```
29+
30+
### 2. Using KFD directly
31+
32+
There are no changes on the modules since the version v1.26.2.

0 commit comments

Comments
 (0)