File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,13 @@ func dashboardMetrics(repo string) string {
141141}
142142
143143// KindNet returns the image used for kindnet
144+ // ref: https://hub.docker.com/r/kindest/kindnetd/tags
145+ // src: https://github.com/kubernetes-sigs/kind/tree/master/images/kindnetd
144146func KindNet (repo string ) string {
145147 if repo == "" {
146148 repo = "kindest"
147149 }
148- return path .Join (repo , "kindnetd:v20210220-5b7e6d01 " )
150+ return path .Join (repo , "kindnetd:v20210326-1e038dc5 " )
149151}
150152
151153// CalicoDaemonSet returns the image used for calicoDaemonSet
Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ rules:
4848 verbs:
4949 - list
5050 - watch
51+ - patch
52+ - apiGroups:
53+ - ""
54+ resources:
55+ - configmaps
56+ verbs:
57+ - get
5158---
5259kind: ClusterRoleBinding
5360apiVersion: rbac.authorization.k8s.io/v1
You can’t perform that action at this time.
0 commit comments