magnum/releasenotes/notes/support-sha256-verification-for-hyperkube-fb2292c6a8bb00ba.yaml
Feilong Wang a943756aea Support verifying the digest for hyperkube image
Given we're using public container registry as the default registry,
so it would be nice to have a verification for the image's digest.
Kubernetes already supports that so user can just use format like
@sha256:xxx for those addons' tags. This patch introduces the support
for hyperkube based on podman and fedora coreos driver.

Task: 37776
Story: 2007001

Change-Id: I970c1b91254d2a375192420a9169f3a629c56ce7
2020-01-08 15:05:52 +13:00

6 lines
159 B
YAML

---
features:
- |
Now the Fedora CoreOS driver can support the sha256 verification for the
hyperkube image when bootstraping the Kubernetes cluster.