lint
parent
4c14c48304
commit
6ffba941d3
|
|
@ -490,7 +490,7 @@ func (k *Bootstrapper) applyKicOverlay(cfg config.MachineConfig) error {
|
|||
|
||||
// applyNodeLabels applies minikube labels to all the nodes
|
||||
func (k *Bootstrapper) applyNodeLabels(cfg config.MachineConfig) error {
|
||||
// timne cluster was created. time format is based on ISO 8601 (RFC 3339)
|
||||
// time cluster was created. time format is based on ISO 8601 (RFC 3339)
|
||||
// converting - and : to _ because of kubernetes label restriction
|
||||
createdAtLbl := "minikube.k8s.io/updated_at=" + time.Now().Format("2006_01_02T15_04_05_0700")
|
||||
verLbl := "minikube.k8s.io/version=" + version.GetVersion()
|
||||
|
|
|
|||
Loading…
Reference in New Issue