mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-10 20:29:18 +03:00
@@ -257,6 +257,10 @@ before_script:
|
|||||||
# stage: deploy-special
|
# stage: deploy-special
|
||||||
MOVED_TO_GROUP_VARS: "true"
|
MOVED_TO_GROUP_VARS: "true"
|
||||||
|
|
||||||
|
.coreos_cilium_variables: &coreos_cilium_variables
|
||||||
|
# stage: deploy-special
|
||||||
|
MOVED_TO_GROUP_VARS: "true"
|
||||||
|
|
||||||
.ubuntu_cilium_sep_variables: &ubuntu_cilium_sep_variables
|
.ubuntu_cilium_sep_variables: &ubuntu_cilium_sep_variables
|
||||||
# stage: deploy-special
|
# stage: deploy-special
|
||||||
MOVED_TO_GROUP_VARS: "true"
|
MOVED_TO_GROUP_VARS: "true"
|
||||||
@@ -459,6 +463,17 @@ gce_ubuntu-contiv-sep:
|
|||||||
except: ['triggers']
|
except: ['triggers']
|
||||||
only: ['master', /^pr-.*$/]
|
only: ['master', /^pr-.*$/]
|
||||||
|
|
||||||
|
gce_coreos-cilium:
|
||||||
|
stage: deploy-special
|
||||||
|
<<: *job
|
||||||
|
<<: *gce
|
||||||
|
variables:
|
||||||
|
<<: *gce_variables
|
||||||
|
<<: *coreos_cilium_variables
|
||||||
|
when: manual
|
||||||
|
except: ['triggers']
|
||||||
|
only: ['master', /^pr-.*$/]
|
||||||
|
|
||||||
gce_ubuntu-cilium-sep:
|
gce_ubuntu-cilium-sep:
|
||||||
stage: deploy-special
|
stage: deploy-special
|
||||||
<<: *job
|
<<: *job
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ vault_version: 0.8.1
|
|||||||
weave_version: 2.2.0
|
weave_version: 2.2.0
|
||||||
pod_infra_version: 3.0
|
pod_infra_version: 3.0
|
||||||
contiv_version: 1.1.7
|
contiv_version: 1.1.7
|
||||||
cilium_version: "v1.0.0-rc4"
|
cilium_version: "v1.0.0-rc8"
|
||||||
|
|
||||||
# Download URLs
|
# Download URLs
|
||||||
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux"
|
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux"
|
||||||
|
|||||||
@@ -54,9 +54,11 @@ rules:
|
|||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- update
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- cilium.io
|
- cilium.io
|
||||||
resources:
|
resources:
|
||||||
- ciliumnetworkpolicies
|
- ciliumnetworkpolicies
|
||||||
|
- ciliumendpoints
|
||||||
verbs:
|
verbs:
|
||||||
- "*"
|
- "*"
|
||||||
|
|||||||
@@ -79,6 +79,13 @@ spec:
|
|||||||
optional: true
|
optional: true
|
||||||
key: prometheus-serve-addr
|
key: prometheus-serve-addr
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpu: {{ cilium_cpu_limit }}
|
||||||
|
memory: {{ cilium_memory_limit }}
|
||||||
|
requests:
|
||||||
|
cpu: {{ cilium_cpu_requests }}
|
||||||
|
memory: {{ cilium_memory_requests }}
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|||||||
@@ -7,5 +7,6 @@ mode: default
|
|||||||
# Deployment settings
|
# Deployment settings
|
||||||
kube_network_plugin: cilium
|
kube_network_plugin: cilium
|
||||||
deploy_netchecker: true
|
deploy_netchecker: true
|
||||||
|
enable_network_policy: true
|
||||||
kubedns_min_replicas: 1
|
kubedns_min_replicas: 1
|
||||||
cloud_provider: gce
|
cloud_provider: gce
|
||||||
|
|||||||
@@ -9,5 +9,6 @@ kube_network_plugin: cilium
|
|||||||
bootstrap_os: coreos
|
bootstrap_os: coreos
|
||||||
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
|
||||||
deploy_netchecker: true
|
deploy_netchecker: true
|
||||||
|
enable_network_policy: true
|
||||||
kubedns_min_replicas: 1
|
kubedns_min_replicas: 1
|
||||||
cloud_provider: gce
|
cloud_provider: gce
|
||||||
|
|||||||
@@ -6,5 +6,6 @@ mode: default
|
|||||||
# Deployment settings
|
# Deployment settings
|
||||||
kube_network_plugin: cilium
|
kube_network_plugin: cilium
|
||||||
deploy_netchecker: true
|
deploy_netchecker: true
|
||||||
|
enable_network_policy: true
|
||||||
kubedns_min_replicas: 1
|
kubedns_min_replicas: 1
|
||||||
cloud_provider: gce
|
cloud_provider: gce
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ mode: separate
|
|||||||
# Deployment settings
|
# Deployment settings
|
||||||
kube_network_plugin: cilium
|
kube_network_plugin: cilium
|
||||||
deploy_netchecker: true
|
deploy_netchecker: true
|
||||||
|
enable_network_policy: true
|
||||||
kubedns_min_replicas: 1
|
kubedns_min_replicas: 1
|
||||||
cloud_provider: gce
|
cloud_provider: gce
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user