Skip to content

Commit 0d3c444

Browse files
authored
Merge pull request #15323 from agilgur5/1.22-release-typo
docs(release): fix typo in 1.22 Notes
2 parents e99394d + 79b2e06 commit 0d3c444

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/releases/1.22-NOTES.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Currently this is only available using the AWS cloud provider.
3434

3535
kOps can now provision instances with nvidia GPUs and configure it for container workloads without the need of hooks and operators. See [GPU support](https://kops.sigs.k8s.io/gpu/)
3636

37-
## Breacking change in NodeLocalDNS
37+
## Breaking change in NodeLocalDNS
3838

3939
Since 1.22.0 Cluster `spec.kubeDNS.nodeLocalDNS.forwardToKubeDNS` default behaviour changes from `true` to `false`.
4040

@@ -43,7 +43,7 @@ Since 1.22.0 Cluster `spec.kubeDNS.nodeLocalDNS.forwardToKubeDNS` default behavi
4343
* New clusters on AWS will no longer provision an SSH public key by default. To provision
4444
an SSH public key on a new cluster, use the `--ssh-public-key` flag to `kops create cluster`.
4545

46-
* The kOps Terraform support now renders managed files through the Terraform configuration instead
46+
* The kOps Terraform support now renders managed files through the Terraform configuration instead
4747
of writing them to S3 directly. This defers changes to these files until the time of `terraform apply`.
4848
This feature may be temporarily disabled by turning off the `TerraformManagedFiles` feature flag
4949
using `export KOPS_FEATURE_FLAGS="-TerraformManagedFiles"`.
@@ -99,13 +99,13 @@ For file assets, it means adding an explicit path as shown below:
9999
* Terraform support now requires Terraform >=0.15.0.
100100
Users on older versions must follow Terraform's recommended upgrade path of applying one minor version at a time prior to running `kops update cluster --target terraform`.
101101

102-
* The kOps Terraform support now renders managed files through the Terraform configuration instead
102+
* The kOps Terraform support now renders managed files through the Terraform configuration instead
103103
of writing them to S3 directly. If, after upgrading kOps and applying a new Terraform plan,
104104
you subsequently downgrade to an earlier version of kOps, the generated plan will delete these
105105
files, breaking the cluster. Prior to applying the plan, you will need to orphan all the
106106
`aws_s3_bucket_object` objects the plan wants to destroy. Use `terraform state rm` on each of them.
107107
Then re-run `terraform plan` until there are no such objects in the plan.
108-
108+
109109
If you applied the plan without first orphaning all of these objects, fix the cluster by re-running
110110
`kops update cluster --target terraform`.
111111

@@ -158,7 +158,7 @@ For file assets, it means adding an explicit path as shown below:
158158
* There is a new command `kops get assets` for listing image and file assets used by a cluster.
159159
It also includes a `--copy` flag to copy the assets to local repositories.
160160
See the documentation on [Using local asset repositories](../operations/asset-repository.md) for more information.
161-
161+
162162
* kOps now provisions TLS server certificates signed by the Kubernetes general CA to kube-controller-manager and kube-scheduler.
163163
The previous behavior of using self-signed certs may be restored by setting `kubeControllerManager.tlsCertFile` and/or
164164
`kubeScheduler.tlsCertFile` to `""` in the cluster spec.

0 commit comments

Comments
 (0)