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

Fix self hosted cloud image pull error for plugin db updater Job #2026

Conversation

ddelnano
Copy link
Member

Summary: Fix self hosted cloud image pull error for plugin db updater Job

During the 0.1.8 cloud prerelease testing, I noticed that the plugin db updater Job hits an image pull error. This was something that was also reported in the Community slack for the latest release (0.1.7).

Relevant Issues: N/A

Type of change: /kind bugfix

Test Plan: The Job is successfully created without any additional manifest edits

Changelog Message: Fixed an issue where the self-hosted cloud install hit an image pull error for the plugin db updater Job

@ddelnano ddelnano requested a review from a team as a code owner September 18, 2024 15:02
Comment on lines +49 to +50
- name: cloud-plugin-load_db
newName: gcr.io/pixie-oss/pixie-prod/cloud-plugin-load_db
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This reference image name and the gcr.io one didn't match the Job's manifest

ddelnano@dev-vm:~/code/pixie (ddelnano/fix-plugin-load-db-kustomization-config) $ git grep 'cloud-plugin-load_db'
k8s/cloud/dev/plugin_db_updater_job.yaml:        image: cloud-plugin-load_db:latest
k8s/cloud/overlays/plugin_job/plugin_job.yaml:        image: cloud-plugin-load_db:latest

@ddelnano ddelnano merged commit 777c3f9 into pixie-io:main Sep 18, 2024
19 checks passed
@ddelnano ddelnano deleted the ddelnano/fix-plugin-load-db-kustomization-config branch September 18, 2024 17:45
ddelnano added a commit to ddelnano/pixie that referenced this pull request Sep 23, 2024
…ie-io#2026)

Summary: Fix self hosted cloud image pull error for plugin db updater
Job

During the 0.1.8 cloud prerelease testing, I noticed that the plugin db
updater Job hits an image pull error. This was something that was also
reported in the Community slack for the latest release (0.1.7).

Relevant Issues: N/A

Type of change: /kind bugfix

Test Plan: The Job is successfully created without any additional
manifest edits

Changelog Message: Fixed an issue where the self-hosted cloud install
hit an image pull error for the plugin db updater Job

Signed-off-by: Dom Del Nano <[email protected]>
GitOrigin-RevId: 777c3f9
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

Successfully merging this pull request may close these issues.

2 participants