> tanzu cluster scale gojeta -w 4
Error: error while creating object for "&TypeMeta{Kind:,APIVersion:,}" default/gojeta: admission webhook "tkr-resolver-cluster-webhook.tanzu.vmware.com" denied the request: could not resolve TKR/OSImage for machineDeployments: [md-0], query: {controlPlane: nil, machineDeployments: [{k8sVersionPrefix: 'v1.24.10+vmware.1-tkg.2', tkrSelector: '', osImageSelector: 'image-type=ova,os-name=windows'} nil]}, result: {controlPlane: nil, machineDeployments: [{k8sVersion: '', tkrName: '', osImagesByTKR: map[]} nil]}
apiVersion: v1
data:
tkrVersions: |
- <tkr version>
kind: ConfigMap
metadata:
labels:
run.tanzu.vmware.com/additional-compatible-tkrs: ""
name: tkg-additional-compatibility-versions
namespace: tkg-system
2. After the TKr is reconciled, WL clusters can be operated normally.
i.e.: TKR changes FROM:
NAME VERSION READY COMPATIBLE CREATED
v1.24.10---vmware.1-tkg.2 v1.24.10+vmware.1-tkg.2 False False 17d
TO:
NAME VERSION READY COMPATIBLE CREATED
v1.24.10---vmware.1-tkg.2 v1.24.10+vmware.1-tkg.2 True True 17d
Cluster status will return to normal (TopologyReconciled will be True)
Once clusters return to normal, users can scale/update/delete the MultiOS clusters without errors. Upgrading MultiOS clusters will not be possible yet due to other limitations. Resolution for these limitations will be provided in a separate KB and updated here