Skip to content

Commit

Permalink
chore(config.yaml): support cilium CNI (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
muzi502 authored Sep 13, 2021
1 parent a93db27 commit a42994f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config-sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ kubespray:
kube_version: v1.21.4
# For deploy HA cluster you must configure a external apiserver access ip
external_apiserver_access_ip: 127.0.0.1
# CNI support calico, flannel, canal, cilium
# Set network plugin to calico with vxlan mode by default
kube_network_plugin: calico
#Container runtime, only support containerd if offline deploy
Expand Down Expand Up @@ -89,3 +90,12 @@ default:
registry_push_port: 5000
# Set false to disable download all container images on all nodes
download_container: false

# enable support hubble in cilium
cilium_enable_hubble: false
# install hubble-relay, hubble-ui
cilium_hubble_install: false
# install hubble-certgen and generate certificates
cilium_hubble_tls_generate: false
# Kube Proxy Replacement mode (strict/probe/partial)
cilium_kube_proxy_replacement: probe

0 comments on commit a42994f

Please sign in to comment.