argo-workflows

Argo Workflow distribution on KOPS cluster

[亡魂溺海] 提交于 2021-01-07 02:34:00
问题 Using KOPS tool, I deployed a cluster with: 1 Master 2 slaves 1 Load Balancer Now, I am trying to deploy an Argo Workflow, but I don't know the process. Will it install on Node or Master of the k8s cluster I built? How does it work? Basically, if anyone can describe the functional flow or steps of deploying ARGO work flow on kubernetes, it would be nice. First, I need to understand where is it deployed on Master or Worker Node? 回答1: Usually, kops creates Kubernetes cluster with taints on a

Argo Workflow distribution on KOPS cluster

泄露秘密 提交于 2021-01-07 02:33:21
问题 Using KOPS tool, I deployed a cluster with: 1 Master 2 slaves 1 Load Balancer Now, I am trying to deploy an Argo Workflow, but I don't know the process. Will it install on Node or Master of the k8s cluster I built? How does it work? Basically, if anyone can describe the functional flow or steps of deploying ARGO work flow on kubernetes, it would be nice. First, I need to understand where is it deployed on Master or Worker Node? 回答1: Usually, kops creates Kubernetes cluster with taints on a

How to escape “{{” and “}}” in argo workflow

烈酒焚心 提交于 2020-12-05 19:55:53
问题 I want to run one argo workflow in which a value is surrounded with double braces. Argo tries to resolve it but I don't want argo to resolve it. Following is a fraction of katib studyjob workflow manifest. workerSpec: goTemplate: rawTemplate: |- apiVersion: "kubeflow.org/v1beta1" kind: TFJob metadata: name: {{.WorkerID}} namespace: kubeflow Here argo tries to resolve {{.WorkerID}}. But I don't want argo to resolve it. How can I do this? How can I escape "{{" and "}}"? 回答1: Using the {% raw %}

How to escape “{{” and “}}” in argo workflow

情到浓时终转凉″ 提交于 2020-12-05 19:55:08
问题 I want to run one argo workflow in which a value is surrounded with double braces. Argo tries to resolve it but I don't want argo to resolve it. Following is a fraction of katib studyjob workflow manifest. workerSpec: goTemplate: rawTemplate: |- apiVersion: "kubeflow.org/v1beta1" kind: TFJob metadata: name: {{.WorkerID}} namespace: kubeflow Here argo tries to resolve {{.WorkerID}}. But I don't want argo to resolve it. How can I do this? How can I escape "{{" and "}}"? 回答1: Using the {% raw %}