bump kindnet to v20210326-1e038dc5
parent
6f97066217
commit
cdc5048ec3
|
@ -141,11 +141,13 @@ func dashboardMetrics(repo string) string {
|
|||
}
|
||||
|
||||
// KindNet returns the image used for kindnet
|
||||
// ref: https://hub.docker.com/r/kindest/kindnetd/tags
|
||||
// src: https://github.com/kubernetes-sigs/kind/tree/master/images/kindnetd
|
||||
func KindNet(repo string) string {
|
||||
if repo == "" {
|
||||
repo = "kindest"
|
||||
}
|
||||
return path.Join(repo, "kindnetd:v20210220-5b7e6d01")
|
||||
return path.Join(repo, "kindnetd:v20210326-1e038dc5")
|
||||
}
|
||||
|
||||
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
||||
|
|
|
@ -48,6 +48,13 @@ rules:
|
|||
verbs:
|
||||
- list
|
||||
- watch
|
||||
- patch
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- configmaps
|
||||
verbs:
|
||||
- get
|
||||
---
|
||||
kind: ClusterRoleBinding
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
|
|
Loading…
Reference in New Issue