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

Include metadata.yaml in release #61

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

anmazzotti
Copy link
Contributor

@anmazzotti anmazzotti commented Oct 12, 2023

Closes #55

This should enable use with clusterct.
Reference for the metadata file.

cat << EOF > $HOME/.cluster-api/clusterctl.yaml
providers:
- name: "k3s"
  url: "https://github.com/cluster-api-provider-k3s/cluster-api-k3s/releases/v0.1.7/bootstrap-components.yaml"
  type: "BootstrapProvider"
- name: "k3s"
  url: "https://github.com/cluster-api-provider-k3s/cluster-api-k3s/releases/v0.1.7/control-plane-components.yaml"
  type: "ControlPlaneProvider"
EOF

And init a management cluster with clusterctl init --control-plane k3s:v0.1.7 --bootstrap k3s:v0.1.7.

@richardcase
Copy link
Collaborator

richardcase commented Oct 12, 2023

Thanks @anmazzotti .

@zawachte zawachte merged commit c7047a7 into k3s-io:main Oct 12, 2023
3 checks passed
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.

Missing metadata.yaml in release
3 participants