-
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.
* feat: add new version for 1.27.7 * feat(docs): update docs with 1.27.7 * feat(docs): fix docs 1.27.7 release * feat(kubeadm): update kubeadm api version on templates * feat(kubeadm): remove deprecate field on kubeadm template * feat: fix critools_version * chore: changed kubernetes version to 1.27.6 * chore (docs): changed release version to 1.27.6 * feat: remove support for version 1.21 * feat(docs): update compatibility matrix * feat: add correct become directive to ansible playbooks to be able to use a passwordless sudoer user * fix: use root user on keepalived.conf instead of ansible_user (breaks if using a sudoer user instead of root) * docs: update main readme with more informations about compatibility --------- Co-authored-by: Samuele Chiocca <[email protected]>
- Loading branch information
1 parent
9f67ff5
commit 964b65e
Showing
17 changed files
with
73 additions
and
40 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,26 @@ | ||
# On Premises add-on module release 1.27.6 | ||
|
||
Welcome to the latest release of `on-premises` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by SIGHUP team. | ||
|
||
This minor release adds the compatibility with Kubernetes 1.27.6. | ||
|
||
## Package Versions 🚢 | ||
|
||
| Package | Supported Version | Previous Version | | ||
| ---------------------------------------------- | ----------------- | ---------------- | | ||
| [etcd](roles/etcd) | `3.5.8` | `No update` | | ||
| [haproxy](roles/haproxy) | `2.6` | `No update` | | ||
| [containerd](roles/containerd) | `1.7.0` | `No update` | | ||
| [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 from `v1.26.7` to this release. | ||
|
||
> NOTE: Each on-premises environment can be different, always double-check before updating components. | ||
1. Update Kubernetes control plane nodes (see the [example playbooks](examples/playbooks)) | ||
2. Update workers (see the [example playbooks](examples/playbooks)) | ||
3. Update KFD if applicable (see the [KFD `1.27.x` release notes](https://github.com/sighupio/fury-distribution/tree/master/docs/releases)) |
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
|
||
- name: Containerd install | ||
hosts: master,nodes | ||
become: true | ||
roles: | ||
- containerd | ||
tags: | ||
|
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
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
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
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