-
Notifications
You must be signed in to change notification settings - Fork 47
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
link to migration guide is broken #163
Comments
😬 Aww yea, I forgot I was going to write that. I apologize, I never got around this this. In a nutshell, all the resources from the old crd need to be removed. Migration Guide LiteThere are lots of edge cases, but here is what worked for me. It wasn't as smooth as I was hoping. Namely the main issue was caused because I am using helm to install my tf resources. There is a note in the guide below about the helm plan/apply issue. Change the
|
That is good information, but how about the changes in the API? In our particular case we rely a lot on postrunScript, which doesn't exist any more. |
An equivalent to spec:
taskOptions:
- for:
- postapply
script:
inline: |
#!/bin/bash
echo hello post apply This idea is extendable into any pre/post task. http://tf.galleybytes.com/docs/architecture/tasks/#tasks-by-name-and-order-of-execution |
This is quite old. Check out the references page for APIs available @ releases. http://tf.galleybytes.com/docs/references/ There will be lots of changes to make in your case and I don't have a diff to give. |
In the release notes of v0.12.0 and v0.12.1 there is a link to a migration guide:
https://tf.galleybytes.com/blog/migrate-crd-from-tfv1alpha2-to-v1beta1/
This link is broken. tf.galleybytes.com doesn't respond to https and changing to http yields a 404. On http://tf.galleybytes.com/blog/ no post on migration in shown.
The text was updated successfully, but these errors were encountered: