mirror of https://github.com/k3s-io/k3s
commit
c520b2cbc9
|
@ -891,13 +891,13 @@ def launch_default_ingress_controller():
|
|||
context['defaultbackend_image'] == "auto"):
|
||||
if context['arch'] == 's390x':
|
||||
context['defaultbackend_image'] = \
|
||||
"k8s.gcr.io/defaultbackend-s390x:1.4"
|
||||
"k8s.gcr.io/defaultbackend-s390x:1.5"
|
||||
elif context['arch'] == 'arm64':
|
||||
context['defaultbackend_image'] = \
|
||||
"k8s.gcr.io/defaultbackend-arm64:1.4"
|
||||
"k8s.gcr.io/defaultbackend-arm64:1.5"
|
||||
else:
|
||||
context['defaultbackend_image'] = \
|
||||
"k8s.gcr.io/defaultbackend:1.4"
|
||||
"k8s.gcr.io/defaultbackend-amd64:1.5"
|
||||
|
||||
# Render the default http backend (404) replicationcontroller manifest
|
||||
manifest = addon_path.format('default-http-backend.yaml')
|
||||
|
|
Loading…
Reference in New Issue