Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS patch fails due to apt repo changes #520

Open
bouh2 opened this issue Dec 1, 2023 · 0 comments
Open

OS patch fails due to apt repo changes #520

bouh2 opened this issue Dec 1, 2023 · 0 comments

Comments

@bouh2
Copy link

bouh2 commented Dec 1, 2023

OSConfig agent runs a patch job by:

  1. running apt-get update
  2. running apt-get upgrade -y

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'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant