Adrian Zhuang

Results 17 comments of Adrian Zhuang

8. fix kfapp directory in operator container. The current `/tmp/` does not work for cases where the CR is updated and other cases. One of them was reported in #242

9. update operator to support deployment of multiple kfdef instances (one per namespace assuming).

10. some improvement to the watch and reconcile functions: [ ] change to look up the kubeflow resources based on `ownerReference` [ ] handle other events on kubeflow resources (currently...

11. these are probably common to kfctl cmd and operator [ ] use some mechanism to check/mark the manifest outdated cache [ ] ability to delete the applications if removed...

@desaintmartin yes, we are looking at how to support this as part of the upgrade. We will track this issue under #193.

@hkantare I only see the `Create` func calls the POST to `vpc` link in this https://github.com/IBM-Cloud/bluemix-go/blob/master/api/container/containerv2/clusters.go#L163.

> https://containers.cloud.ibm.com/global/swagger-global-api/#/ > What is the difference between v2 and v2/VPC That is exactly my question... in above swagger API doc, there are [`v2/vpc/GetCluster`](https://containers.cloud.ibm.com/global/swagger-global-api/#/v2/vpcGetCluster) and [`v2/vpc/CreateCluster`](https://containers.cloud.ibm.com/global/swagger-global-api/#/v2/vpcCreateCluster). But there are only...