magnusboman
magnusboman
When a new vcluster is created, the default context in the kubeconfig file is `Default`. Would it be possible to rename it to the name of the cluster, or let...
I'm testing the tf-controller with localstack and the following repo: https://github.com/localstack/localstack-pro-samples/tree/master/terraform-resources It creates a lambda function which requires uploading a zip file. I've added the zip file to my repository...
I'm trying to make use of the AWS role_arn as follows: ```provider "aws" { access_key = var.access_key secret_key = var.secret_key region = var.region assume_role { role_arn = var.role_arn } default_tags...
I deployed the auto scaler without `--include-master-nodes`, but it still tries to manage the master ASG > 2017-06-05 03:24:17,137 WARNING: Desired capacity for ASG ASGMaster is 2, but exceeds max...