Git Product home page Git Product logo

github-action-eksctl's Introduction

eksctl

This Github action enables invocations of eksctl.

Secrets

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

Environment

  • AWS_DEFAULT_REGION

github-action-eksctl's People

Contributors

robatwave avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

github-action-eksctl's Issues

Missing example usage

Hello - would it be possible to add a basic example to the documentation? I turned to Google and haven't found much (or anything really).

0.1.2 is broken due to now-invalid eksctl release link

looks like the current format for the eksctl release asset is broken.

Step 1/11 : FROM python:3.7-alpine
 ---> ab6374cb8b8e
Step 2/11 : LABEL "com.github.actions.name"="eksctl-cmd"
 ---> Using cache
 ---> 24713a9c2275
Step 3/11 : LABEL "com.github.actions.description"="eksctl is a simple CLI tool for creating clusters on EKS"
 ---> Using cache
 ---> 9b915464e5b0
Step 4/11 : LABEL "com.github.actions.icon"="server"
 ---> Using cache
 ---> 4500125aa849
Step 5/11 : LABEL "com.github.actions.color"="blue"
 ---> Using cache
 ---> b5836d458f9a
Step 6/11 : LABEL "repository"="robatwave/github-action-eksctl"
 ---> Using cache
 ---> 3200706b8707
Step 7/11 : LABEL "homepage"="robatwave/github-action-eksctl"
 ---> Using cache
 ---> 2eefb5ba4dc2
Step 8/11 : LABEL "maintainer"="Rob van Oostrum <[email protected]>"
 ---> Using cache
 ---> 92deca03f64b
Step 9/11 : RUN apk add --update --no-cache --virtual .build-deps curl openssl     && curl -s -o /usr/local/bin/aws-iam-authenticator amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator     && chmod +x /usr/local/bin/aws-iam-authenticator     && curl -s -o /tmp/aws-iam-authenticator.sha256 amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator.sha256     && openssl sha1 -sha256 /usr/local/bin/aws-iam-authenticator     && curl -s --location "weaveworks/eksctl@latest_release eksctl_$(uname (download) -s)_amd64.tar.gz" | tar xz -C /tmp     && mv /tmp/eksctl /usr/local/bin     && apk del .build-deps
 ---> Running in edda369b5e58
fetch dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz
fetch dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz
(1/6) Installing brotli-libs (1.0.9-r5)
(2/6) Installing nghttp2-libs (1.43.0-r0)
(3/6) Installing libcurl (7.78.0-r0)
(4/6) Installing curl (7.78.0-r0)
(5/6) Installing openssl (1.1.1l-r0)
(6/6) Installing .build-deps (20210830.215348)
Executing busybox-1.33.1-r3.trigger
OK: 14 MiB in 41 packages
SHA256(/usr/local/bin/aws-iam-authenticator)= cc35059999bad461d463141132a0e81906da6c23953ccdac59629bb532c49c83
tar: invalid magic
tar: short read
The command '/bin/sh -c apk add --update --no-cache --virtual .build-deps curl openssl     && curl -s -o /usr/local/bin/aws-iam-authenticator amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator     && chmod +x /usr/local/bin/aws-iam-authenticator     && curl -s -o /tmp/aws-iam-authenticator.sha256 amazon-eks.s3-us-west-2.amazonaws.com/1.13.7/2019-06-11/bin/linux/amd64/aws-iam-authenticator.sha256     && openssl sha1 -sha256 /usr/local/bin/aws-iam-authenticator     && curl -s --location "weaveworks/eksctl@latest_release eksctl_$(uname (download) -s)_amd64.tar.gz" | tar xz -C /tmp     && mv /tmp/eksctl /usr/local/bin     && apk del .build-deps' returned a non-zero code: 1

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.