Giter Club home page Giter Club logo

gke-argo's People

Contributors

hamelsmu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

kolonialno

gke-argo's Issues

Failed to parse workflow: error unmarshaling JSON: while decoding JSON: json: unknown field "gcs"

Please @hamelsmu Is there a way we can upgrade the argo version of this action?

I am trying to run the action and it fails when parsing GCS file as shown in the image below.
Screenshot from 2021-01-21 11-19-23

I am able to run my argo workflow file without that error but each time I use it on GitHub action, it fails.

This is a section of my GitHub action workflow.yaml

- name: Submit Argo Deployment
      #if: steps.label.outputs.TRIGGERED == 'true'
      id: argo
      uses: machine-learning-apps/gke-argo@master
      with:
        ARGO_URL: ${{ secrets.ARGO_URI }}
        APPLICATION_CREDENTIALS: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS }}
        PROJECT_ID: ${{ secrets.GOOGLE_PROJECT_ID }}
        LOCATION_ZONE: "us-east4-a"
        CLUSTER_NAME: "kubearg"
        WORKFLOW_YAML_PATH: "pipelines/workflow.yaml" # the argo workflow file relative to the repo's root.
        SHA: ${{ steps.label.outputs.HEAD_SHA }}

and this is the part of my argo workflow.yaml file

outputs:
     artifacts:
     - name: dataset
       path: /data
       gcs:
        bucket: bucket-name
        key: dataset
        serviceAccountKeySecret:
          name: my-gcs-credentials
          key: serviceAccountKey

This is the version of my standalone argo setup

argo: v2.12.5
  BuildDate: 2021-01-19T22:35:05Z
  GitCommit: 53f022c3f740b5a8636d74873462011702403e42
  GitTreeState: clean
  GitTag: v2.12.5
  GoVersion: go1.13
  Compiler: gc
  Platform: linux/amd64

Thank you

Request: Google Source Repository support

This tool looks fantastic but not every repo is running GitHub. Are these input parameters agnostic to where you host git? Or are they pre-configured for the GitHub access pattern?

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.