openshift / openshift/openshift-apiserver
How can i export openshift native resource defination to yaml file, like Project/DeploymentConfig/BuildConfig
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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