We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: I did update to flintlock v0.2.0 and capmvm v0.7.0 from capmvm v0.4.0
The schema did change in a few places and updates to my existing cluster templates and cluster objects in git were required.
From the single sshPublicKey to sshPublicKeys. I used these commands :
$ sed -i 's/^ *lutz@dellbook//' clusters/management/clusters/*.yaml
$ sed -i -e 's/^ sshPublicKey: \(.*\)/ sshPublicKeys:\n - user: root\n authorizedKeys:\n - \1/' clusters/management/clusters/*.yaml
$ sed -i '/^ *mountPoint:/d' ~/git/demo3-repo/clusters/management/clusters/*.yaml
$ sed -i -e 's/^ sshPublicKey: \(.*\)/ sshPublicKeys:\n - user: root\n authorizedKeys:\n - \1/' capmvm-*.yaml
$ sed -i 's#provider-id:.*#provider-id: "microvm://{{ ds.meta_data.vm_host }}/{{ ds.meta_data.instance_id }}"#' capmvm-*.yaml
$ sed -i '/^ *mountPoint:/d'
It might be helpful for others that face the same situation.
The text was updated successfully, but these errors were encountered:
This is not a bug, but I can't remove that label.
Sorry, something went wrong.
🙌 thanks lutz, i'll update the labels
No branches or pull requests
What happened:
I did update to flintlock v0.2.0 and capmvm v0.7.0 from capmvm v0.4.0
The schema did change in a few places and updates to my existing cluster templates and cluster objects in git were required.
From the single sshPublicKey to sshPublicKeys. I used these commands :
$ sed -i 's/^ *lutz@dellbook//' clusters/management/clusters/*.yaml
$ sed -i -e 's/^ sshPublicKey: \(.*\)/ sshPublicKeys:\n - user: root\n authorizedKeys:\n - \1/' clusters/management/clusters/*.yaml
$ sed -i '/^ *mountPoint:/d' ~/git/demo3-repo/clusters/management/clusters/*.yaml
Updating CAPI templates :
$ sed -i -e 's/^ sshPublicKey: \(.*\)/ sshPublicKeys:\n - user: root\n authorizedKeys:\n - \1/' capmvm-*.yaml
$ sed -i 's#provider-id:.*#provider-id: "microvm://{{ ds.meta_data.vm_host }}/{{ ds.meta_data.instance_id }}"#' capmvm-*.yaml
$ sed -i '/^ *mountPoint:/d'
It might be helpful for others that face the same situation.
The text was updated successfully, but these errors were encountered: