Skip to content

client-go compatibility issue with downloading (go get) osp-director-operator repo #1164

@barani129

Description

@barani129

Hi,

We are working on a controller that monitors osips which frequently resulted into reconciliation issues, while trying to execute go get, following errors are thrown.

barani@Baranitharans-MacBook-Pro ocphealthcheckinf % go get "github.com/openstack-k8s-operators/osp-director-operator/api/v1beta1"
go: github.com/openstack-k8s-operators/[email protected] (matching github.com/openstack-k8s-operators/osp-director-operator/api/v1beta1@upgrade) indirectly requires github.com/openshift/[email protected]: reading github.com/openshift/client-go/go.mod at revision v0.0.0: unknown revision v0.0.0

SW information:
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.3
k8s.io/client-go v0.32.2
sigs.k8s.io/controller-runtime v0.20.2
kubebuilder 4.5.0 (Mac OS)

How to reproduce:
Execute go get "github.com/openstack-k8s-operators/osp-director-operator/api/v1beta1" on the latest controller-runtime environment.

Regards,
Barani

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