Skip to content
This repository was archived by the owner on Oct 12, 2021. It is now read-only.

Latest commit

 

History

History
17 lines (14 loc) · 710 Bytes

File metadata and controls

17 lines (14 loc) · 710 Bytes

Install Kubeflow GitHub Action

Used for installint Kubeflow on your Kubernetes cluster. Pre-requisites:

  • functional kubectl connected to the cluster
  • no kubeflow installed on the cluster
  • cluster should have LoadBalancers and PersistentVolumes enabled - Kubeflow uses them

This task will only generate and apply Kubeflow intallation to your cluster - it will NOT verify that Kubeflow started successfully afterwards.

      uses: ventus-ag/vks-action@master
      with: 
        config: "https://raw.githubusercontent.com/kubeflow/kubeflow/v0.6-branch/bootstrap/config/kfctl_existing_arrikto.0.6.2.yaml"
        username: ${{ secrets.USERNAME }}
        password: ${{ secrets.PASSWORD }}