Skip to content

Commit

Permalink
Merge pull request #10513 from hakman/automated-cherry-pick-of-#10512…
Browse files Browse the repository at this point in the history
…-upstream-release-1.19

Automated cherry pick of #10512: Update kube-router to v1.1.1
  • Loading branch information
k8s-ci-robot authored Jan 5, 2021
2 parents dee8dd1 + e3120a8 commit ebf25f2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Pulled and modified from https://raw.githubusercontent.com/cloudnativelabs/kube-router/v1.0.1/daemonset/kubeadm-kuberouter.yaml
# Pulled and modified from https://raw.githubusercontent.com/cloudnativelabs/kube-router/v1.1.1/daemonset/kubeadm-kuberouter.yaml

apiVersion: v1
kind: ConfigMap
Expand Down Expand Up @@ -56,7 +56,7 @@ spec:
serviceAccountName: kube-router
containers:
- name: kube-router
image: docker.io/cloudnativelabs/kube-router:v1.0.1
image: docker.io/cloudnativelabs/kube-router:v1.1.1
args:
- --run-router=true
- --run-firewall=true
Expand Down Expand Up @@ -97,7 +97,7 @@ spec:
readOnly: false
initContainers:
- name: install-cni
image: docker.io/cloudnativelabs/kube-router:v1.0.1
image: docker.io/cloudnativelabs/kube-router:v1.1.1
command:
- /bin/sh
- -c
Expand Down Expand Up @@ -143,7 +143,7 @@ metadata:
namespace: kube-system
---
kind: ClusterRole
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: kube-router
namespace: kube-system
Expand Down Expand Up @@ -178,7 +178,7 @@ rules:
- watch
---
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: kube-router
roleRef:
Expand Down
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,7 @@ func (b *BootstrapChannelBuilder) buildAddons(c *fi.ModelBuilderContext) (*chann
key := "networking.kuberouter"
versions := map[string]string{
"k8s-1.6": "0.3.1-kops.4",
"k8s-1.12": "1.0.1-kops.1",
"k8s-1.12": "1.1.1-kops.1",
}

{
Expand Down

0 comments on commit ebf25f2

Please sign in to comment.