fast-pizza-24629
09/11/2023, 3:38 PMargo-workflows using the standard helm chart. I can create workflows (templates) and I can trigger the wf from the command line and from the argowf-ui However, I am having some issues with getting the logs in the argowf-ui I can get the logs with argo logs <wf-name>, but in the ui the logs tab is always empty (even if the pods are still alive). Is this something that you guys have observed before? if you have any pointer on what to look at I would really appreciate it. Thankslimited-tomato-18674
09/11/2023, 5:04 PMfast-pizza-24629
09/11/2023, 5:46 PMlimited-tomato-18674
09/11/2023, 6:09 PMargo-workflows service account that argo-workflows is using?fast-pizza-24629
09/11/2023, 6:13 PMfast-pizza-24629
09/11/2023, 6:14 PMlimited-tomato-18674
09/11/2023, 6:16 PMfast-pizza-24629
09/11/2023, 6:17 PMlimited-tomato-18674
09/11/2023, 6:17 PM---
apiVersion: <http://rbac.authorization.k8s.io/v1|rbac.authorization.k8s.io/v1>
kind: ClusterRole
metadata:
name: argo-ui-log-viewer
rules:
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get"]
---
apiVersion: <http://rbac.authorization.k8s.io/v1|rbac.authorization.k8s.io/v1>
kind: ClusterRoleBinding
metadata:
name: argo-ui-log-viewer
roleRef:
apiGroup: <http://rbac.authorization.k8s.io|rbac.authorization.k8s.io>
kind: ClusterRole
name: argo-ui-log-viewer
subjects:
- kind: ServiceAccount
name: argo-workflows
namespace: argo-workflowslimited-tomato-18674
09/11/2023, 6:18 PMRole only allows all provided access in the same namespace)fast-pizza-24629
09/11/2023, 6:20 PMlimited-tomato-18674
09/11/2023, 6:21 PMfast-pizza-24629
09/11/2023, 6:21 PMlimited-tomato-18674
09/11/2023, 6:23 PMlimited-tomato-18674
09/11/2023, 6:26 PMfast-pizza-24629
09/11/2023, 6:26 PMfast-pizza-24629
09/11/2023, 6:39 PMfast-pizza-24629
09/11/2023, 6:41 PMSetting up task environment.
ERROR: After October 2020 you may experience errors when installing or updating packages. This is because pip will change the way that it resolves dependency conflicts.
We recommend you use --use-feature=2020-resolver to test your packages with the new resolver before it becomes the default.
albumentations 1.3.1 requires opencv-python-headless>=4.1.1, which is not installed.
lightning 2.0.8 requires fastapi<2.0,>=0.92.0, but you'll have fastapi 0.88.0 which is incompatible.
lightning 2.0.8 requires pydantic<2.2.0,>=1.7.4, but you'll have pydantic 2.3.0 which is incompatible.
Downloading code package...
Code package downloaded.
Task is starting.
This flow was deployed at 2023-09-11T17:10:12.816903 by Alexander
The alpha used in this run is 0.7
Unable to publish Argo Event (metaflow.DeploymentInfoFlow.start): unknown url type: 'None'
time="2023-09-11T18:37:50.088Z" level=info msg="sub-process exited" argo=true error="<nil>"
time="2023-09-11T18:37:50.089Z" level=info msg="no need to save parameter - on overlapping volume: /mnt/out/task_id" argo=true
Stream closed EOF for metaflow/deploymentinfoflow-c7spc-start-1690402011 (main)
but nothing in argo uilimited-tomato-18674
09/11/2023, 6:42 PMfast-pizza-24629
09/11/2023, 6:42 PMfast-pizza-24629
09/11/2023, 6:45 PMlimited-tomato-18674
09/11/2023, 6:47 PMfast-pizza-24629
09/11/2023, 6:48 PMlimited-tomato-18674
09/11/2023, 6:51 PMfast-pizza-24629
09/11/2023, 6:52 PMfast-pizza-24629
09/11/2023, 6:54 PMwatch in the clusterRole? or get is enough?limited-tomato-18674
09/11/2023, 6:56 PMget should be enough thinking spinfast-pizza-24629
09/11/2023, 6:59 PMsvcaccnt that I use to authenticate to the argowf-ui have to have access to the logs?limited-tomato-18674
09/11/2023, 7:01 PMclient/sso auth mode?fast-pizza-24629
09/11/2023, 7:01 PMlimited-tomato-18674
09/11/2023, 7:02 PMget logs in that casefast-pizza-24629
09/11/2023, 7:03 PMlimited-tomato-18674
09/11/2023, 7:03 PMfast-pizza-24629
09/11/2023, 7:03 PMfast-pizza-24629
09/11/2023, 7:13 PMlimited-tomato-18674
09/11/2023, 7:14 PMI guess I do not need the binding to the svcaccnts of the server and the controllerYes
fast-pizza-24629
09/11/2023, 7:14 PMfast-pizza-24629
09/12/2023, 11:11 AM