Skip to content
This repository was archived by the owner on Aug 17, 2023. It is now read-only.
This repository was archived by the owner on Aug 17, 2023. It is now read-only.

Kubeflow-operator unable to create kubeflow #487

@sunsingerus

Description

@sunsingerus

Trying to install Kubeflow with operator as described in docs, however met the following issue: operator crashes with the following log:

time="2021-03-01T13:28:59Z" level=info msg="Go Version: go1.15.1"                                                                                                               
time="2021-03-01T13:28:59Z" level=info msg="Go OS/Arch: linux/amd64"                                                                                                            
time="2021-03-01T13:28:59Z" level=info msg="Version of operator-sdk: v0.13.0"                                                                                                   
time="2021-03-01T13:28:59Z" level=info msg="Kubeflow version: 1.1.0"                                                                                                            
time="2021-03-01T13:29:01Z" level=info msg="Registering Components."                                                                                                            
time="2021-03-01T13:29:01Z" level=info msg="Adding controller for kfdef."                                                                                                       
time="2021-03-01T13:29:04Z" level=error msg="Cannot create watch for resources Deployment extensions/v1beta1: no matches for kind \"Deployment\" in version \"extensions/v1beta 
time="2021-03-01T13:29:04Z" level=info msg="Controller added to watch on Kubeflow resources with known GVK."                                                                    
time="2021-03-01T13:29:07Z" level=error msg="Could not create ServiceMonitor object. Error: servicemonitors.monitoring.coreos.com \"kubeflow-operator-957cb44b7-vx9xd-metrics\" 
time="2021-03-01T13:29:07Z" level=info msg="Starting the Cmd."                                                                                                                  
time="2021-03-01T13:29:07Z" level=info msg="Got create event for kubeflow.kubeflow."                                                                                            
time="2021-03-01T13:29:07Z" level=info msg="Watch a change for KfDef CR: kubeflow.kubeflow."                                                                                    
time="2021-03-01T13:29:08Z" level=info msg="Reconciling KfDef resources. Request.Namespace: kubeflow, Request.Name: kubeflow."                                                  
time="2021-03-01T13:29:08Z" level=info msg="Creating a new KubeFlow Deployment. KubeFlow.Namespace: kubeflow."                                                                  
time="2021-03-01T13:29:08Z" level=fatal msg="Could not get platform aws: Failed to create config file from /.kube/config **"                                                    

Manifest used kfctl_aws.v1.2.0.yaml

kubectl version
Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.0", GitCommit:"e19964183377d0ec2052d1f1fa930c4d7575bd50", GitTreeState:"clean", BuildDate:"2020-08-26T14:30:33Z", GoVersion:"go1.15", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"16+", GitVersion:"v1.16.15-eks-ad4801", GitCommit:"ad4801fd44fe0f125c8d13f1b1d4827e8884476d", GitTreeState:"clean", BuildDate:"2020-10-20T23:27:12Z", GoVersion:"go1.13.15", Compiler:"gc", Platform:"linux/amd64"}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions