You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one of the apt repos release file changed, apt update fails, eg:
"E: Repository 'https://packages.cloud.google.com/apt gcsfuse-focal InRelease' changed its 'Origin' value from 'gcsfuse-jessie' to 'namespaces/gcs-fuse-prod/repositories/gcsfuse-focal'
OSConfig Patch job fails at this point due to failed apt update
It's not possible at the moment to supply additional conf params to OSConfig agent to use a custom command like 'apt update --allow-releaseinfo-change'.
The text was updated successfully, but these errors were encountered:
OSConfig agent runs a patch job by:
apt-get update
apt-get upgrade -y
If one of the apt repos release file changed,
apt update
fails, eg:OSConfig Patch job fails at this point due to failed
apt update
It's not possible at the moment to supply additional conf params to OSConfig agent to use a custom command like 'apt update --allow-releaseinfo-change'.
The text was updated successfully, but these errors were encountered: