c12s-kubespray/tests/files/packet_debian10-containerd.yml

18 lines
419 B
YAML
Raw Normal View History

2019-12-05 13:42:32 +00:00
---
# Instance settings
cloud_image: debian-10
mode: default
# Kubespray settings
container_manager: containerd
etcd_deployment_type: host
deploy_netchecker: true
dns_min_replicas: 1
helm_enabled: true
helm_version: v3.1.0
2020-04-30 12:44:17 +00:00
# https://gitlab.com/miouge/kubespray-ci/-/blob/a4fd5ed6857807f1c353cb60848aedebaf7d2c94/manifests/http-proxy.yml#L42
http_proxy: http://172.30.30.30:8888
2020-06-29 19:39:59 +00:00
https_proxy: http://172.30.30.30:8888