kolla/releasenotes/notes/kubernetes-for-arm64-b149983c7e11ab60.yaml
Marcin Juszkiewicz ad4784b54b kubernetes: get it working on AArch64 as well
In past I disabled those images on non-x86 because had lot of other
things to do. Now it is time to get it running on aarch64 too.

Had to revert rename done in 5a530be776
so backward compatibility is broken ;(

Change-Id: I44160dfb1d151e97d473e6c13194e043657094a8
Partially-Implements: blueprint multiarch-and-arm64-containers
2017-11-22 10:35:33 +00:00

12 lines
291 B
YAML

---
features:
- |
Kubernetes images can be now built also for aarch64 architecture.
issues:
- |
Kubernetes images got renamed - "_amd64" suffix was dropped.
upgrade:
- |
Kubernetes images got renamed - "_amd64" suffix was dropped so upgrade path
may need special care.