Skip to content

Commit

Permalink
Merge pull request #9758 from rifelpet/cert-known-issue
Browse files Browse the repository at this point in the history
Add the client cert / ACM cert known issue to the 1.18 release notes
  • Loading branch information
k8s-ci-robot authored Aug 14, 2020
2 parents 67e1bf1 + 7bd0bd9 commit a243cc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/releases/1.18-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
* If a custom Kops build was used on a cluster, a kops-controller Deployment may have been created that should get deleted.
Run `kubectl -n kube-system delete deployment kops-controller` after upgrading to Kops 1.16.0-beta.1 or later.

# Known Issues

* AWS clusters with an ACM certificate attached to the API ELB (the cluster's `spec.api.loadBalancer.sslCertificate` is set) will need to reenable basic auth to use the kubeconfig context created by `kops export kubecfg`. Set `spec.kubeAPIServer.disableBasicAuth: false` before running `kops export kubecfg`. See [#9756](https://github.com/kubernetes/kops/issues/9756) for more information.

# Deprecations

* Support for Kubernetes versions 1.9 and 1.10 are deprecated and will be removed in kops 1.19.
Expand Down

0 comments on commit a243cc1

Please sign in to comment.