All new cluster deployments will not face this issue. For existing clusters with the below mentioned versions this change is mandatory.
- TCA 1.7 and TCA 1.8 with workload cluster versions 1.17.3 and 1.18.2
Workaround:
For 1.17.3/1.18.2 K8 clusters below information needs to be changed on each cluster nodes.
- Login to each node of k8s cluster and make the changes;
root [ /home/capv ]# cat /etc/yum.repos.d/photon.repo
[photon]
name=VMware Photon Linux 3.0(x86_64)
baseurl=https://dl.bintray.com/vmware/photon_release_$releasever_$basearch
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY
gpgcheck=1
enabled=1
skip_if_unavailable=True
to
root [ /home/capv ]# cat /etc/yum.repos.d/photon.repo
[photon]
name=VMware Photon Linux 3.0(x86_64)
baseurl=https://packages.vmware.com/photon/$releasever/photon_release_$releasever_$basearch
gpgkey=file:///etc/pki/rpm-gpg/VMWARE-RPM-GPG-KEY
gpgcheck=1
enabled=1
skip_if_unavailable=True