Merge pull request #5208 from nebril/bump-cilium

Bump Cilium version to released
This commit is contained in:
k8s-ci-robot 2018-05-31 19:06:59 -07:00 committed by GitHub
commit 56310f2783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

@ -26,8 +26,11 @@ data:
#cert-file: '/var/lib/etcd-secrets/etcd-client-crt'
# If you want to run cilium in debug mode change this value to true
debug: "true"
debug: "false"
disable-ipv4: "false"
sidecar-http-proxy: "false"
# If you want to clean cilium state; change this value to true
clean-cilium-state: "false"
---
# The etcd secrets can be populated in kubernetes.
# For more information see: https://kubernetes.io/docs/concepts/configuration/secret
@ -90,7 +93,7 @@ spec:
spec:
serviceAccountName: cilium
containers:
- image: cilium/cilium:v1.0.0-rc8
- image: cilium/cilium:v1.0-stable
imagePullPolicy: Always
name: cilium-agent
command: [ "cilium-agent" ]
@ -263,7 +266,7 @@ rules:
- apiGroups:
- extensions
resources:
- networkpolicies #FIXME remove this when we drop support for k8s NP-beta GH-1202
- networkpolicies
- thirdpartyresources
- ingresses
verbs:

View File

@ -719,7 +719,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Cilium != nil {
key := "networking.cilium.io"
version := "v1.0.0-rc3"
version := "v1.0-kops.1"
{
id := "k8s-1.7"