-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from sighupio/feat/add-1.30-bump-1.28-1.29
Feat/add 1.30 bump 1.28 1.29
- Loading branch information
Showing
9 changed files
with
124 additions
and
145 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# On Premises add-on module release 1.30.6 | ||
|
||
Welcome to the latest release of `on-premises` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by SIGHUP team. | ||
|
||
The latest release includes support for version 1.30.6 (and 1.29.10, 1.28.15). | ||
|
||
This installer version is compatible from version 1.28.7. | ||
|
||
## Package Versions 🚢 | ||
|
||
| Package | Supported Version | Previous Version | | ||
| ---------------------------------------------- | ----------------- | ---------------- | | ||
| [etcd](roles/etcd) | `3.5.15` | `3.5.8` | | ||
| [haproxy](roles/haproxy) | `2.6` | `No update` | | ||
| [containerd](roles/containerd) | `1.7.23` | `1.7.13` | | ||
| [kube-node-common](roles/kube-node-common) | `-` | `Updated` | | ||
| [kube-control-plane](roles/kube-control-plane) | `-` | `Updated` | | ||
| [kube-worker](roles/kube-worker) | `-` | `Updated` | | ||
|
||
## Update Guide 🦮 | ||
|
||
In this guide, we will try to summarize the update process to this release. | ||
|
||
### Automatic upgrade using furyctl | ||
|
||
To update using furyctl, follow this [documentation](https://github.com/sighupio/furyctl/blob/main/docs/upgrades/kfd/README.md). | ||
|
||
### Manual update | ||
|
||
> NOTE: Each on-premises environment can be different, always double-check before updating components. | ||
1. Update KFD if applicable (see the [KFD release notes](https://github.com/sighupio/fury-distribution/tree/master/docs/releases)) | ||
2. Update the cluster using playbooks, see the examples in this repository to know more. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
roles/kube-control-plane/templates/kubeadm-upgrade-config.yml.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
apiVersion: kubeadm.k8s.io/v1beta4 | ||
kind: UpgradeConfiguration | ||
apply: | ||
kubernetesVersion: {{ kubernetes_version }} | ||
forceUpgrade: true |
Oops, something went wrong.