Paul Martin

Results 8 comments of Paul Martin

Sorry for maybe missing the point, but what is the main goal of scenario tests (just asking, not trying to be confrontational!)? Is it just to add steps, which effectively...

@jillesvangurp I take your point, but I still don't really understand the need for steps vs just having ordered tests. For example, in Cucumber you define your scenarios with Gherkin/feature...

That doesn't really fit with the Kubeflow project description though: > Kubeflow is an open, community driven project to make it easy to deploy and manage an ML stack on...

@thesuperzapper thanks - that looks really interesting. Is the idea that this will support in-place upgrades to subsequent Kubeflow versions as well, or will it just simplify creating configuration for...

Could we split `argocd-secret` into 2 or more secrets? Leave one for the autogenerated values, another for webhook secrets, and maybe another for the admin password (which is optionally autogenerated)?...

I had to give my IAM role extra permissions to `ecr:GetAuthorizationToken` for `resources: *`, in addition to permission to push/pull to selected ECR repos (I didn't have to do that...

Oh, thanks for the hint. And after looking through the code I now realise that the secret manager secrets have to actually be JSON values, whereas I was using a...

FYI the related core-sdk issue (https://github.com/aws/aws-sdk/issues/124) has been closed, so is this the primary issue to track this change? It would be useful functionality to have!