GithubHelp home page GithubHelp logo

young-ook / terraform-aws-spinnaker Goto Github PK

View Code? Open in Web Editor NEW
20.0 20.0 19.0 10.26 MB

Terraform Module: Spinnaker on AWS

Home Page: https://catalog.us-east-1.prod.workshops.aws/workshops/0a485cd0-bd56-4132-9eb5-134a63885781

License: MIT License

HCL 87.73% Shell 9.82% Mustache 2.45%
aws spinnaker terraform

terraform-aws-spinnaker's Issues

[halyard] Update halyard version

Hi!,
Thank for your work, this is the only working spinnaker bootstrap that I've found.

I have to upgrade halyard from 1.44 to 1.45 since spinnaker 1.27 needs the last version.

I don't know how to update halyard, because is not possible to run sudo apt-get in the halyard container (which is the halyard instruction).

Could you help me?

Issue running spinnaker example

When attempting to run terraform apply in the spinnaker example folder I get the following errors / warnings:

│ Warning: Provider aws is undefined

│ on main.tf line 36, in module "spinnaker-managed-role":
│ 36: providers = { aws = aws.prod }

│ Module module.spinnaker-managed-role does not declare a provider named aws.
│ If you wish to specify a provider configuration for the module, add an entry for aws in the required_providers
│ block within the module.


│ Error: no matching VPC found

│ with module.spinnaker.module.eks.data.aws_vpc.default,
│ on .terraform/modules/spinnaker.eks/network.tf line 4, in data "aws_vpc" "default":
│ 4: data "aws_vpc" "default"

Complete Example (spinnaker)

First of all, great work!
I am trying to run the complete example under the spinnaker (terraform-aws-spinnaker/examples/spinnaker/main.tf
) and I am getting the following error when I run terraform plan:

Error: Unsupported argument

on main.tf line 53, in module "spinnaker":
53: aurora_instances = {

An argument named "aurora_instances" is not expected here.

Error: Unsupported argument

on main.tf line 59, in module "spinnaker":
59: helm = {

An argument named "helm" is not expected here.

Thank you!

K8 Issue

I cloned your repo and running a terraform apply form the root directory, but I get the following:
helm_release.spinnaker: Still creating... [13m40s elapsed]
helm_release.spinnaker: Still creating... [13m50s elapsed]
helm_release.spinnaker: Still creating... [14m0s elapsed]

Error: Kubernetes cluster unreachable: the server has asked for the client to provide credentials

on main.tf line 139, in resource "helm_release" "spinnaker":
139: resource "helm_release" "spinnaker" {

There is no context on "count" variable

There is no context on "count" variable on vpc.tf

Error: Reference to "count" in non-counted context

  on .terraform/modules/spinnaker/vpc.tf line 101, in resource "aws_route_table" "public":
 101:       "Name" = "${local.name}-public-route-${count.index}"

The "count" object can be used only in "resource" and "data" blocks, and only
when the "count" argument is set.


Error: Reference to "count" in non-counted context

  on .terraform/modules/spinnaker/vpc.tf line 112, in resource "aws_route_table" "private":
 112:       "Name" = "${local.name}-private-route-${count.index}"

The "count" object can be used only in "resource" and "data" blocks, and only
when the "count" argument is set.

Worker nodes do not have access to the cluster.

Hi there,

I was trying to create a spinnaker-managed-eks by following the example.

However in the Node Group Panel, it shows Access Denied with description Your worker nodes do not have access to the cluster.

Screenshot from 2021-01-19 12-03-34

Do you have any suggestion to fix this issue? thanks!

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.