fc1f27a569
Additionally for k8s_fedora_coreos_v1 driver: * Introduce hyperkube_prefix which defaults to k8s.gcr.io/ * Bump default kube_tag to v1.18.16 Story: 1668998 Task: 41791 Change-Id: I38b8df45a00f1a2a1604059b8329d1dd762e05cd
9 lines
383 B
YAML
9 lines
383 B
YAML
---
|
|
features:
|
|
- |
|
|
Support `hyperkube_prefix` label which defaults to k8s.gcr.io/. Users now
|
|
have the option to define alternative hyperkube image source since the
|
|
default source has discontinued publication of hyperkube images for
|
|
`kube_tag` greater than 1.18.x. Note that if `container_infra_prefix` label
|
|
is define, it still takes precedence over this label.
|