madhurt
07/06/2021, 6:39 PMvalues.yaml
file that this stuff is handled by computeLogManager
. Should I switch from LocalComputeLogManager
to another one? perhaps S3ComputeLogManager
? Or can I do something to make it work with ``LocalComputeLogManager`` itself?alex
07/06/2021, 6:44 PMShould I switch from LocalComputeLogManager to another one? perhaps S3ComputeLogManager ?Yea thats likely the right move.
madhurt
07/06/2021, 6:52 PMk8sRunLauncher
for this, hope it will work with thatsecret
containing the s3 credentials
? I don’t see the field envSecrets
in values.yaml
file for S3ComputeLogManager
alex
07/06/2021, 7:32 PMjohann
07/06/2021, 7:34 PMextraManifests:
field of your helm values, then reference it in the config of your run launcher, with env_secrets
so that launched pipelines will have the secret attached.madhurt
07/06/2021, 7:37 PMenvSecrets
under k8sRunLauncher
. Should that be fine? Or do I have to take the long route of extraManifests
?values.yaml
file did have a field for envSecrets
(for k8sRunLauncher
), so I used it directlyjohann
07/06/2021, 7:38 PMmadhurt
07/06/2021, 7:39 PMkubectl apply -f xxx.yaml
beforejohann
07/06/2021, 7:39 PMmadhurt
07/06/2021, 7:39 PMprefix
has to exist before on S3
?johann
07/06/2021, 7:50 PMmadhurt
07/06/2021, 7:51 PMMessage: An error occurred (AccessDenied) when calling the ListObjects operation: Access Denied
alex
07/06/2021, 8:10 PMdagit
deployment section to include the secrets since its whats attempting to readmadhurt
07/06/2021, 8:10 PM