Skip to content

Commit 222dbec

Browse files
authored
Merge pull request #11178 from prezha/bump-kindnet-to-v20210326-1e038dc5
bump kindnet to v20210326-1e038dc5
2 parents 8ce6326 + cdc5048 commit 222dbec

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pkg/minikube/bootstrapper/images/images.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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
144146
func 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

pkg/minikube/cni/kindnet.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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
---
5259
kind: ClusterRoleBinding
5360
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)