"yum update kernel"
if one error comes during the update of kernel certificate error w.r.t googlecloud rpms then run,sudo tee /etc/yum.repos.d/google-cloud.repo << EOM
[google-cloud-compute]
name=Google Cloud Compute
baseurl= a url
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey= a package url
Basically of error comes while installing ,I need to do the above logic.Trying to update kernel in GCP.
Please point me just the way how to deal with above logic.
Thanks
Samarth