
Migrate tests from microk8s to ck8s. Bootstrap a controller on a manual cloud, and add ck8s to available clouds. Upgrade juju to 3.5 Configure ephemeral device when available, configure k8s to use it for local storage. Change-Id: Ief491f8b339307f0c43d11639336b02d9f6479b4 Signed-off-by: Guillaume Boutry <guillaume.boutry@canonical.com>
24 lines
427 B
Django/Jinja
24 lines
427 B
Django/Jinja
cluster-config:
|
|
network:
|
|
enabled: true
|
|
dns:
|
|
enabled: true
|
|
upstream-nameservers:
|
|
- 8.8.8.8
|
|
load-balancer:
|
|
enabled: true
|
|
cidrs:
|
|
- {{ k8s_load_balancer_cidr }}
|
|
l2-mode: true
|
|
local-storage:
|
|
enabled: true
|
|
default: true
|
|
local-path: /opt/rawfile-storage
|
|
ingress:
|
|
enabled: false
|
|
gateway:
|
|
enabled: false
|
|
metrics-server:
|
|
enabled: false
|
|
pod-cidr: {{ k8s_pod_cidr }}
|