-
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/apiserver advertise custom address (#64)
* feat(kube-control-plane): advertise custom address Allow using another IP Address other than the default one. * docs: add 1.26.7-rev.1 version * docs: add revision release reason --------- Co-authored-by: FedericoAntoniazzi <[email protected]>
- Loading branch information
1 parent
d427673
commit 9f67ff5
Showing
3 changed files
with
30 additions
and
2 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.26.7-rev.1 | ||
|
||
Welcome to the latest release of `on-premises` module of [`Kubernetes Fury Distribution`](https://github.com/sighupio/fury-distribution) maintained by SIGHUP team. | ||
|
||
This revision release adds the possibility to customize which address must be advertised by the ApiServer. | ||
|
||
## 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.25.X` 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)) | ||
3. Update workers (see the [example playbooks](examples/playbooks)) | ||
4. Update KFD if applicable (see the [KFD `1.26.x` release notes](https://github.com/sighupio/fury-distribution/tree/master/docs/releases)) |