Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit af6256a

Browse files
author
Gianluca Arbezzano
committed
clusterctl init fail because manager does not use a canonical image name
Probably there is a new check that prevent clusterctl to work if an image does not follow the canonical naming convention. This PR should fix this issue and it should make `clusterctl init` working again.
1 parent 183d707 commit af6256a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/release/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ resources:
2424
images:
2525
- name: packet-controller # images with this name
2626
newTag: v0.3.2 # {"type":"string","x-kustomize":{"setter":{"name":"image-tag","value":"v0.3.2"}}}
27-
newName: packethost/cluster-api-provider-packet # and this name
27+
newName: docker.io/packethost/cluster-api-provider-packet # and this name
2828
patchesStrategicMerge:
2929
# Protect the /metrics endpoint by putting it behind auth.
3030
# If you want your controller-manager to expose the /metrics

0 commit comments

Comments
 (0)