Skip to content

Commit

Permalink
Merge pull request kubeedge#5859 from magichan/update_latest_version
Browse files Browse the repository at this point in the history
update default kubeedge version in keadm
  • Loading branch information
kubeedge-bot authored Sep 18, 2024
2 parents f19e0b4 + 3e1e5f1 commit f155a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keadm/cmd/keadm/app/cmd/common/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const (
DefaultK8SMinimumVersion = 11

// DefaultKubeEdgeVersion is the default KubeEdge version, it must have no prefix 'v'
DefaultKubeEdgeVersion = "1.15.1"
DefaultKubeEdgeVersion = "1.18.0"

// Helm action
HelmInstallAction = "install"
Expand Down
2 changes: 1 addition & 1 deletion keadm/cmd/keadm/app/cmd/helm/cloudcore.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func (c *CloudCoreHelmTool) Install(opts *types.InitOptions) error {
return fmt.Errorf("failed to verify k8s component installed, err: %v", err)
}

fmt.Println("Kubernetes version verification passed, KubeEdge installation will start...")
fmt.Printf("Kubernetes version verification passed, KubeEdge %s installation will start...\n", opts.KubeEdgeVersion)

appendDefaultSets(opts.KubeEdgeVersion, opts.AdvertiseAddress, &opts.CloudInitUpdateBase)
// Load profile values, and merges the sets flag
Expand Down

0 comments on commit f155a8e

Please sign in to comment.