-
Notifications
You must be signed in to change notification settings - Fork 37
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
Add bootstrap #78
base: master
Are you sure you want to change the base?
Add bootstrap #78
Conversation
0a834b1
to
5cc3dda
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to harvester/harvester#3673, It seems like we won't disable MCM in 1.2.0. So users can use terraform-provider-rancher2 to do this.
Hi @futuretea, yes, users can use rancher2 directly if they enable the mcm feature. However, the mcm feature is an option for users. If they don't enable it, we still need to give users a choice to bootstrap with terraform harvester provider. |
This PR is interesting because I am encountering issues where it is not possible to use the Harvester provider where the KUBECONFIG file does not yet exist. I get the following error during Is this solved somewhere? Can the |
951a694
to
cfce8e0
Compare
Signed-off-by: PoAn Yang <[email protected]>
cfce8e0
to
b78a50d
Compare
Hi @belgaied2, thanks for the testing. I updated the code. Now, it can handle |
issue: harvester/harvester#1797
Test plan
main.tf
(remember to changeapi_url
).terraform init
andterraform apply
. Terraform should update password topasswdpasswd
and create a new image and vm.