pull/6717/head
Medya Gh 2020-02-21 09:55:32 -08:00
parent 4c14c48304
commit 6ffba941d3
1 changed files with 1 additions and 1 deletions

View File

@ -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()