Skip to content

Commit

Permalink
changed version to 1.0.0-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
melkosoft committed Mar 20, 2018
1 parent 158d775 commit ae30009
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ vault_version: 0.8.1
weave_version: 2.2.0
pod_infra_version: 3.0
contiv_version: 1.1.7
cilium_version: "v1.0.0-rc7"
cilium_version: "v1.0.0-rc8"

# Download URLs
istioctl_download_url: "https://storage.googleapis.com/istio-release/releases/{{ istio_version }}/istioctl/istioctl-linux"
Expand Down
2 changes: 2 additions & 0 deletions roles/network_plugin/cilium/templates/cilium-cr.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ rules:
- get
- list
- watch
- update
- apiGroups:
- cilium.io
resources:
- ciliumnetworkpolicies
- ciliumendpoints
verbs:
- "*"
1 change: 1 addition & 0 deletions tests/files/gce_centos7-cilium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ mode: default
# Deployment settings
kube_network_plugin: cilium
deploy_netchecker: true
enable_network_policy: true
kubedns_min_replicas: 1
cloud_provider: gce
1 change: 1 addition & 0 deletions tests/files/gce_coreos-cilium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ kube_network_plugin: cilium
bootstrap_os: coreos
resolvconf_mode: host_resolvconf # this is required as long as the coreos stable channel uses docker < 1.12
deploy_netchecker: true
enable_network_policy: true
kubedns_min_replicas: 1
cloud_provider: gce
1 change: 1 addition & 0 deletions tests/files/gce_rhel7-cilium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ mode: default
# Deployment settings
kube_network_plugin: cilium
deploy_netchecker: true
enable_network_policy: true
kubedns_min_replicas: 1
cloud_provider: gce
1 change: 1 addition & 0 deletions tests/files/gce_ubuntu-cilium-sep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ mode: separate
# Deployment settings
kube_network_plugin: cilium
deploy_netchecker: true
enable_network_policy: true
kubedns_min_replicas: 1
cloud_provider: gce

0 comments on commit ae30009

Please sign in to comment.