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: docs/releases/1.22-NOTES.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Currently this is only available using the AWS cloud provider.
34
34
35
35
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/)
36
36
37
-
## Breacking change in NodeLocalDNS
37
+
## Breaking change in NodeLocalDNS
38
38
39
39
Since 1.22.0 Cluster `spec.kubeDNS.nodeLocalDNS.forwardToKubeDNS` default behaviour changes from `true` to `false`.
40
40
@@ -43,7 +43,7 @@ Since 1.22.0 Cluster `spec.kubeDNS.nodeLocalDNS.forwardToKubeDNS` default behavi
43
43
* New clusters on AWS will no longer provision an SSH public key by default. To provision
44
44
an SSH public key on a new cluster, use the `--ssh-public-key` flag to `kops create cluster`.
45
45
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
47
47
of writing them to S3 directly. This defers changes to these files until the time of `terraform apply`.
48
48
This feature may be temporarily disabled by turning off the `TerraformManagedFiles` feature flag
49
49
using `export KOPS_FEATURE_FLAGS="-TerraformManagedFiles"`.
@@ -99,13 +99,13 @@ For file assets, it means adding an explicit path as shown below:
99
99
* Terraform support now requires Terraform >=0.15.0.
100
100
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`.
101
101
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
103
103
of writing them to S3 directly. If, after upgrading kOps and applying a new Terraform plan,
104
104
you subsequently downgrade to an earlier version of kOps, the generated plan will delete these
105
105
files, breaking the cluster. Prior to applying the plan, you will need to orphan all the
106
106
`aws_s3_bucket_object`objects the plan wants to destroy. Use `terraform state rm` on each of them.
107
107
Then re-run `terraform plan` until there are no such objects in the plan.
108
-
108
+
109
109
If you applied the plan without first orphaning all of these objects, fix the cluster by re-running
110
110
`kops update cluster --target terraform`.
111
111
@@ -158,7 +158,7 @@ For file assets, it means adding an explicit path as shown below:
158
158
* There is a new command `kops get assets` for listing image and file assets used by a cluster.
159
159
It also includes a `--copy` flag to copy the assets to local repositories.
160
160
See the documentation on [Using local asset repositories](../operations/asset-repository.md) for more information.
161
-
161
+
162
162
* kOps now provisions TLS server certificates signed by the Kubernetes general CA to kube-controller-manager and kube-scheduler.
163
163
The previous behavior of using self-signed certs may be restored by setting `kubeControllerManager.tlsCertFile` and/or
164
164
`kubeScheduler.tlsCertFile`to `""` in the cluster spec.
0 commit comments