mirror of https://github.com/kubernetes/kops.git
Document breaking change when not setting serviceClusterIPRange explicitly
This commit is contained in:
parent
8b78015917
commit
a986a15306
|
@ -30,6 +30,8 @@
|
|||
|
||||
* RHEL-based distros will no longer have `wget`, `curl`, `python2`, and `git` packages installed. Install them with [hooks](/cluster_spec/#hooks) if needed.
|
||||
|
||||
* The [default IPv4 service cluster range](https://github.com/kubernetes/kops/pull/15866) is now `100.64.0.0/13`. As this was previously calculated from `nonMasqueradeCIDR` if `serviceClusterIPRange` was not explicitly set, it may be necessary to set it to this value ([the first 1/8](https://github.com/kubernetes/kops/pull/15866/files#diff-5e44add4b8da1d5b1c7119b6cc5a5f42a45c555332f51262162b29790e78f479L397-L404) of the `nonMasqueradeCIDR`).
|
||||
|
||||
# Deprecations
|
||||
|
||||
* Support for Kubernetes version 1.23 is deprecated and will be removed in kOps 1.29.
|
||||
|
|
Loading…
Reference in New Issue