-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unable to Create Network with DNS and DHCP. #18
Comments
@tmallikarjuna Hi, do you have any further information about the failure, e.g., the |
@nvthongswansea Please find the below error messages:
|
@tmallikarjuna Thank you for reporting the issue! I will take a look. |
@tmallikarjuna I could not reproduce the issue. Would you mind telling me the steps to reproduce it, please? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Can you please help me with the below error scenario and I am trying to create the DHCP with below resource and it fails while attaching the network to the server.
resource "gridscale_network" "kubernetes"{
name = "kubernetes"
dhcp_active = true
dhcp_range = "192.168.121.0/24"
timeouts {
create="10m"
}
}
The text was updated successfully, but these errors were encountered: