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
|
// 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 {
|
func KindNet(repo string) string {
|
||||||
if repo == "" {
|
if repo == "" {
|
||||||
repo = "kindest"
|
repo = "kindest"
|
||||||
}
|
}
|
||||||
return path.Join(repo, "kindnetd:v20210220-5b7e6d01")
|
return path.Join(repo, "kindnetd:v20210326-1e038dc5")
|
||||||
}
|
}
|
||||||
|
|
||||||
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
// CalicoDaemonSet returns the image used for calicoDaemonSet
|
||||||
|
|
|
@ -48,6 +48,13 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- patch
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- configmaps
|
||||||
|
verbs:
|
||||||
|
- get
|
||||||
---
|
---
|
||||||
kind: ClusterRoleBinding
|
kind: ClusterRoleBinding
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
|
|
Loading…
Reference in New Issue