You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@submarine.apache.org by pi...@apache.org on 2021/01/14 07:08:57 UTC

[submarine] branch master updated: SUBMARINE-707. Fail to create kind cluster in github action

This is an automated email from the ASF dual-hosted git repository.

pingsutw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 80de078  SUBMARINE-707. Fail to create kind cluster in github action
80de078 is described below

commit 80de0787ea87da8e2c4017964171886f69955790
Author: Kevin Su <pi...@apache.org>
AuthorDate: Mon Jan 11 20:36:09 2021 -0800

    SUBMARINE-707. Fail to create kind cluster in github action
    
    ### What is this PR for?
    Error message: https://github.com/apache/submarine/actions/runs/477244144
    Change to another action that is verified in the GitHub Marketplace.
    https://github.com/marketplace/actions/kubernetes-kind-cluster
    
    ### What type of PR is it?
    [Bug Fix]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-707
    
    ### How should this be tested?
    https://travis-ci.org/github/pingsutw/hadoop-submarine/builds/754061414
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? No
    * Does this needs documentation? No
    
    Author: Kevin Su <pi...@apache.org>
    Author: HUAN-PING SU <pi...@gmail.com>
    
    Closes #489 from pingsutw/SUBMARINE-707 and squashes the following commits:
    
    26995ae [HUAN-PING SU] Update python.yml
    92a013d [Kevin Su] SUBMARINE-707. Fail to create kind cluster in github action
---
 .github/workflows/python.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml
index 5f0eccb..8bfea6e 100644
--- a/.github/workflows/python.yml
+++ b/.github/workflows/python.yml
@@ -62,10 +62,10 @@ jobs:
               hostPort: 443
               protocol: TCP
           EOF
-      - uses: engineerd/setup-kind@v0.5.0
+      - uses: container-tools/kind-action@v1
         with:
-          version: "v0.7.0"
-          image: kindest/node:v1.15.6
+          version: "v0.9.0"
+          node_image: kindest/node:v1.15.6
           config: ./kind-config-kind.yaml
       - name: Show K8s cluster information
         run: |


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@submarine.apache.org
For additional commands, e-mail: dev-help@submarine.apache.org