Code Monkey home page Code Monkey logo

Comments (7)

syedammar111 avatar syedammar111 commented on June 28, 2024

Even if you dont specify keypair, it is giving me the same issue. Did you get a solution to this?

from terraform-examples.

TawR1024 avatar TawR1024 commented on June 28, 2024

@syedammar111 Hey, which keypair do you use, domain or project ? Can you give an example of your manifest ?

from terraform-examples.

syedammar111 avatar syedammar111 commented on June 28, 2024

I am not even using a keypair and still receiving this error:
Error: error creating nodegroup: unable to find new nodegroup by ID after creating

from terraform-examples.

TawR1024 avatar TawR1024 commented on June 28, 2024

Which terraform-provider do you use?
Current stable version is v3.9.1, I have tried to create cluster without keypair and it works properly. Please show your terraform manifest.

my main.tf

...
module "kubernetes_nodegroup" {
  source = "../../../modules/mks/nodegroup"
  cluster_id        = module.kubernetes_cluster.cluster_id
  project_id        = module.kubernetes_cluster.project_id
  region            = module.kubernetes_cluster.region
  availability_zone = var.availability_zone
  nodes_count       = var.nodes_count
  keypair_name      = var.keypair_name
  affinity_policy   = var.affinity_policy
  cpus              = var.cpus
  ram_mb            = var.ram_mb
  volume_gb         = var.volume_gb
  volume_type       = var.volume_type
  labels            = var.labels
  taints            = var.taints 
}

my vars.tf

...
variable "keypair_name" {
  default = ""
}

Also, keypair is optional, so you can skip it.

from terraform-examples.

gyrter avatar gyrter commented on June 28, 2024

Also, keypair is optional, so you can skip it.

But I want to connect to nodes over ssh. It can help with some tasks.

from terraform-examples.

Koodt avatar Koodt commented on June 28, 2024
> │ Error: error creating nodegroup: unable to find new nodegroup by ID after creating

Hi! Looks like quota was exceeded. Can you send ticket to our support team, please?

from terraform-examples.

Koodt avatar Koodt commented on June 28, 2024

Also, keypair is optional, so you can skip it.

But I want to connect to nodes over ssh. It can help with some tasks.

Hi! This option will be deprecated in next MKS API release. Won't fix.

from terraform-examples.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.