sqlflow icon indicating copy to clipboard operation
sqlflow copied to clipboard

The link provided by the documentation is unable to recogniz

Open llxxxll opened this issue 3 years ago • 0 comments

document URL : https://github.com/sql-machine-learning/sqlflow/blob/develop/doc/run/workflow_mode.md step: Setup Kubernetes and Argo

kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo/stable/manifests/install.yaml

this URL unable to recognize,Need to update to

kubectl apply -n argo -f https://raw.githubusercontent.com/argoproj/argo-workflows/v3.0.3/manifests/install.yaml

llxxxll avatar Jan 18 '22 10:01 llxxxll