Skip to content

Commit 1f2f48a

Browse files
committed
fix: add missing kind field to metadata.yaml
The metadata.yaml file was missing the required 'kind: Metadata' field, which caused clusterctl init --infrastructure azure to fail with: 'unexpected kind "" for provider infrastructure-azure (expected "Metadata")' This fix adds the missing kind field to resolve the clusterctl initialization error. Fixes: clusterctl init --infrastructure azure validation error
1 parent 4ad8f96 commit 1f2f48a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metadata.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#
55
# update this file only when a new major or minor version is released
66
apiVersion: clusterctl.cluster.x-k8s.io/v1alpha3
7+
kind: Metadata
78
releaseSeries:
89
- major: 0
910
minor: 3

0 commit comments

Comments
 (0)