Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

test #4543

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

test #4543

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/tkg-clusterclass-vsphere/bundle/config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ VSPHERE_WORKER_DISK_GIB: 40
VSPHERE_WORKER_MEM_MIB: 4096
VSPHERE_CLONE_MODE: "fullClone"



CLUSTER_NAME: management-cluster
3 changes: 3 additions & 0 deletions tkg/client/upgrade_cluster_clusterclass.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ func (c *TkgClient) DoClassyClusterUpgrade(regionalClusterClient clusterclient.C
log.Infof("Upgrading kubernetes cluster to `%v` version, tkr version: `%s`", kubernetesVersion, tkrVersion)
patchJSONString := fmt.Sprintf(`{"spec": {"topology": {"version": "%v"}}}`, tkrVersion)




// Timeout set to 30 minutes because the continuousTKRDiscoverFreq for tkr-source-controller's fetcher is 10 minutes.
// And kapp package reconcile frequency is 10 minutes.
// Wait time should be longer than the fetcher's frequency of pulling tkrs plus the frequency of kapp package reconciliation.
Expand Down