Skip to content

Conversation

@faelis
Copy link

@faelis faelis commented Apr 22, 2025

  1. The actual sed replace the 'dev' pattern in 2 places in the manager_image_patch.yaml :
  • The image is replaced (that's good)
  • The 'dev' suffix of the 'liquidmetal-dev' org name is also replaced, and kubelet/containerd try to pull the ghcr.io/liquidmetal-v0.10.1/cluster-api-provider-microvm:v0.10.1 (that's not good :))
  1. The imagePullSecrets is no longer needed.

Using capturing group on matching line could fix the bug

kind/bug

What this PR does / why we need it:

Actually, using clusterctl to bootstrap a cluster with CAPI doesn't work, this PR seems to fix it.

Special notes for your reviewer:

Checklist:

  • squashed commits into logical changes
  • includes documentation
  • adds unit tests
  • adds or updates e2e tests

The actual sed replace the 'dev' pattern in 2 places in the manager_image_patch.yaml :
- The image is replaced (that's good)
- The 'dev' suffix of the 'liquidmetal-dev' org name is also replaced, and kubelet/containerd try to pull the ghcr.io/liquidmetal-v0.10.1/cluster-api-provider-microvm:v0.10.1  (that's not good :))

Using capturing group on matching line could fix the bug
@faelis faelis marked this pull request as ready for review April 22, 2025 17:04
@richardcase richardcase added the kind/bug Something isn't working label Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants