You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
When creating a cluster on AWS I encountered this error:
module.aws-….aws_route53_record.apiserver: Creation complete after 44s (ID: …-…k8s.net._A)
module.aws-….null_resource.bootkube-start: Creating...
module.aws-….null_resource.bootkube-start: Provisioning with 'file'...
module.aws-….null_resource.bootkube-start: Still creating... (10s elapsed)
Error: Error applying plan:
1 error occurred:
* module.aws-….null_resource.bootkube-start: Upload failed: Process exited with status 1
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
The text was updated successfully, but these errors were encountered:
When creating a cluster on AWS I encountered this error:
The text was updated successfully, but these errors were encountered: