You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you expect to happen:
My use case: I use Jenkins in k8s to build a kf docker images which leaves in a separate k8s cluster. That means, that I can build a docker images using KF only in the same cluster because it will try to use in cluster config. I expect to pass a custom kube config file location and use it.
What steps did you take:
My use case: I use Jenkins in k8s to build a kf docker images which leaves in a separate k8s cluster. That means, that I can build a docker images using KF only in the same cluster because it will try to use in cluster config. I expect to pass a custom kube config file location and use it.
Anything else you would like to add:
Wil create a pull request.
The text was updated successfully, but these errors were encountered:
What happened:
Currently there is no way to pass a custom Kube config file location. Based on
pipelines/sdk/python/kfp/containers/_k8s_job_helper.py
Line 29 in 675b1cd
config.load_incluster_config()
config.load_kube_config()
What did you expect to happen:
My use case: I use Jenkins in k8s to build a kf docker images which leaves in a separate k8s cluster. That means, that I can build a docker images using KF only in the same cluster because it will try to use in cluster config. I expect to pass a custom kube config file location and use it.
What steps did you take:
My use case: I use Jenkins in k8s to build a kf docker images which leaves in a separate k8s cluster. That means, that I can build a docker images using KF only in the same cluster because it will try to use in cluster config. I expect to pass a custom kube config file location and use it.
Anything else you would like to add:
Wil create a pull request.
The text was updated successfully, but these errors were encountered: