8 lines
330 B
Text
8 lines
330 B
Text
|
|
1. Get Argo Server external IP/domain by running:
|
||
|
|
|
||
|
|
kubectl --namespace {{ .Release.Namespace }} get services -o wide | grep {{ .Release.Name }}-{{ .Values.server.name }}
|
||
|
|
|
||
|
|
2. Submit the hello-world workflow by running:
|
||
|
|
|
||
|
|
argo submit https://raw.githubusercontent.com/argoproj/argo-workflows/master/examples/hello-world.yaml --watch
|