openshift / openshift/openshift-apiserver

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

Open
#215 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

lifecycle/frozen
Dominant language
Go
Stars
49
Forks
117
Avg merge
17h 1m
Merged PRs (30d)
1

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the issue's oc get crd and kubectl apply examples, then compare the OpenShift Project, DeploymentConfig, and BuildConfig resources with what a Kubernetes API server accepts. Determine whether a compatible export path exists for Karmada member clusters and define the supported result or limitation.

Written by the indexing model from the issue text.

Assessment

Tech stack
kubernetes
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.