Skip to content

Commit

Permalink
Merge pull request #8385 from johngmyers/automated-cherry-pick-of-#83…
Browse files Browse the repository at this point in the history
…78-upstream-release-1.15

Automated cherry pick of #8378: Backport the k8s 1.9 required action release note
  • Loading branch information
k8s-ci-robot authored Jan 21, 2020
2 parents 6ea7a1a + 5ec2fc6 commit bdfaa6a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/releases/1.15-NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@
apiGroup will now be kops.k8s.io, not kops. If performing strict string
comparison you will need to update your expected values.

* Kubernetes 1.9 users will need to enable the PodPriority feature gate. This is required for newer versions of Kops.

To enable the Pod priority feature, follow these steps:
```
kops edit cluster
# Add the following section
spec:
kubelet:
featureGates:
PodPriority: "true"
```

# Full change list since 1.14.0 release

0 comments on commit bdfaa6a

Please sign in to comment.