Skip to content

Commit

Permalink
Feat/apiserver advertise custom address (#64)
Browse files Browse the repository at this point in the history
* 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
nutellinoit and FedericoAntoniazzi authored Sep 29, 2023
1 parent d427673 commit 9f67ff5
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/COMPATIBILITY_MATRIX.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
| v1.25.6 | | :white_check_mark: | | :white_check_mark: | | :white_check_mark: | :white_check_mark: | | | | |
| v1.26.3 | | :white_check_mark: | | :white_check_mark: | | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: |
| v1.26.7 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | |
| v1.26.7-rev.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | |


| Icon | Legend |
| :----------------: | ------------ |
Expand Down
4 changes: 2 additions & 2 deletions docs/releases/v1.26.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The current version is compatible with Kubernetes 1.26.x and its standard skew v

To upgrade, please run the following command:

```yaml
```bash
kustomize build <your-project-path-including-vmware-cm-as-base> | kubectl apply -f -
```

Expand All @@ -46,7 +46,7 @@ The current version is compatible with Kubernetes from v1.24.x to v1.27.x.

To upgrade, please run the following command:

```yaml
```bash
kustomize build <your-project-path-including-vmware-csi-as-base> | kubectl apply -f -
```

Expand Down
26 changes: 26 additions & 0 deletions docs/releases/v1.26.7-rev.1.md
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))

0 comments on commit 9f67ff5

Please sign in to comment.