Skip to content

How can i export openshift native resource defination to yaml file, like Project/DeploymentConfig/BuildConfig #215

@chestarss

Description

@chestarss

I want export openshift resource defination like CRD YAML file, which import to k8s api server.

from openshift:
oc get crd project.openshift.io > project_crd.yaml

to k8s
kubectl apply -f project_crd.yaml

why i want do this?
Because I use karmada component for mulit cluster management, my member clusters is openshift. karmada control panel only support kube-apiserver, which not have Project resource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/frozenIndicates that an issue or PR should not be auto-closed due to staleness.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions