e2fyi / kubeflow-aws

Kustomize manifest to deploy kubeflow pipelines in AWS
Apache License 2.0
21 stars 9 forks source link

`kustomize overlay/accesskey` returns error due to mismatched apiversion #13

Closed regorsmitz closed 4 years ago

regorsmitz commented 4 years ago

When I run:

kubectl kustomize overlay/accesskey I get: Error: failed to find an object with apps_v1beta2_Deployment|ml-pipeline-ui to apply the patch

I was able to fix this problem by updating the ml-pipieline-ui and ml-pipeline definitions in accesskey/aws-configurations-patch.yaml to use apiVersion apps/v1.

eterna2 commented 4 years ago

Thanks for the catch. We are not using the access key manifest as it is less secure than the IAM version, hence we missed this when the base manifest is updated. I will make a PR to fix this.