brash-london-45337
flytepropeller
$ kubectl logs -f deployment/flytepropeller -nflyte | grep -i logs Found 6 pods, using pod/flytepropeller-785bcc6f6d-sr8bl {"json":{"src":"viper.go:398"},"level":"debug","msg":"Config section [plugins.logs] updated. No update handler registered.","ts":"2022-06-08T16:32:15Z"} {"json":{"src":"viper.go:396"},"level":"debug","msg":"Config section [plugins.logs] hasn't changed.","ts":"2022-06-10T22:36:33Z"}
elegant-petabyte-32634
task_logs.yaml: | plugins: logs: cloudwatch-enabled: false kubernetes-enabled: true kubernetes-template-uri: <https://my.papertrailapp.com/systems/{{> .podName }}/events
$ kubectl get configmaps -n flyte flyte-propeller-config -oyaml apiVersion: v1 data: ... task_logs.yaml: | plugins: logs: cloudwatch-enabled: false kubernetes-enabled: true kubernetes-template-uri: "<https://splunk.corp.stripe.com/en-US/app/search/search?q=search%20source=>"/pay/log/pods/{{.namespace }}_{{.podName }}*"%20%7C%20reverse&display.events.type=raw&display.prefs.events.count=50&earliest=-7d&latest=now" ...
messageFormat: "json"
Flyte enables production-grade orchestration for machine learning workflows and data processing created to accelerate local workflows to production.