You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-18Lines changed: 19 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This role is used in [Kubernetes the not so hard way with Ansible - Control plan
4
4
5
5
## Versions
6
6
7
-
I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `27.1.0+1.32.9` means this is release `27.1.0` of this role and it's meant to be used with Kubernetes version `1.32.9` (but should work with any K8s 1.32.x release of course). If the role itself changes `X.Y.Z` before `+` will increase. If the Kubernetes version changes `X.Y.Z` after `+` will increase too. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release. That's especially useful for Kubernetes major releases with breaking changes.
7
+
I tag every release and try to stay with [semantic versioning](http://semver.org). If you want to use the role I recommend to checkout the latest tag. The master branch is basically development while the tags mark stable releases. But in general I try to keep master in good shape too. A tag `27.1.1+1.32.9` means this is release `27.1.1` of this role and it's meant to be used with Kubernetes version `1.32.9` (but should work with any K8s 1.32.x release of course). If the role itself changes `X.Y.Z` before `+` will increase. If the Kubernetes version changes `X.Y.Z` after `+` will increase too. This allows to tag bugfixes and new major versions of the role while it's still developed for a specific Kubernetes release. That's especially useful for Kubernetes major releases with breaking changes.
8
8
9
9
## Requirements
10
10
@@ -29,6 +29,23 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
29
29
30
30
**Recent changes:**
31
31
32
+
## 27.1.1+1.32.9
33
+
34
+
-**UPDATE**
35
+
- update `README.md`
36
+
37
+
## 27.1.0+1.32.9
38
+
39
+
-**UPDATE**
40
+
- update `k8s_ctl_release` to `1.32.9`
41
+
42
+
-**OTHER CHANGES**
43
+
- fix for Ansible 2.19 in `kube-apiserver.service.j2`: remove `cluster_hosts()` macro and adjust `combine k8s_apiserver_settings and k8s_apiserver_settings_user` task accordingly
44
+
-`defaults/main.yml`: `k8s_ctl_api_endpoint_host`/`k8s_admin_api_endpoint_host` - simplify the complex default variables for endpoint hosts to avoid nested template construction
45
+
46
+
-**MOLECULE**
47
+
- install `python3-kubernetes` package instead `kubernetes` Pip in `prepare.yml`
48
+
32
49
## 27.0.0+1.32.8
33
50
34
51
-**BREAKING**
@@ -42,22 +59,6 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
42
59
- Removed Ubuntu 20.04 because reached end of life
43
60
- Fix `ansible-lint` issues
44
61
45
-
## 26.0.2+1.31.11
46
-
47
-
-**UPDATE**
48
-
- update `k8s_ctl_release` to `1.31.11`
49
-
50
-
## 26.0.1+1.31.5
51
-
52
-
-**OTHER CHANGES**
53
-
- add flags `client-ca-file`, `tls-cert-file` and `tls-private-key-file` to `k8s_controller_manager_settings` (contribution by @hajowieland). Fixes [#69](https://github.com/githubixx/ansible-role-kubernetes-controller/issues/69)
54
-
- add flags `client-ca-file`, `tls-cert-file` and `tls-private-key-file` to `k8s_scheduler_settings`
55
-
56
-
## 26.0.0+1.31.5
57
-
58
-
-**UPDATE**
59
-
- update `k8s_ctl_release` to `1.31.5`
60
-
61
62
## Installation
62
63
63
64
- Directly download from Github (Change into Ansible roles directory before cloning. You can figure out the role path by using `ansible-config dump | grep DEFAULT_ROLES_PATH` command):
@@ -74,7 +75,7 @@ See full [CHANGELOG.md](https://github.com/githubixx/ansible-role-kubernetes-con
0 commit comments