openyurt
openyurt copied to clipboard
OpenYurt - Extending your native Kubernetes to edge(project under CNCF)
#### What type of PR is this? /kind feature /kind enhancement #### What this PR does / why we need it: At present, the installation of OpenYurt cluster is still...
#### What type of PR is this? > /kind feature #### What this PR does / why we need it: Bump ginkgo to v2. #### Which issue(s) this PR fixes:...
#### What type of PR is this? > Uncomment only one `/kind ` line, hit enter to put that in a new line, and remove leading whitespace from that line:...
**What happened**: **What you expected to happen**: Where is the code for build openyurt sealos baseimage? **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need...
**What would you like to be added**: Yurthub component is a sidecar on edge nodes for forwarding traffic between K8s master(like kube-apiserver) and K8w worker components(like kubelet, kube-proxy, etc.). It's...
**What would you like to be added**: Create a new github repository, and use it store helm charts. We could reference other projects, like [argo](https://github.com/argoproj/argo-helm) and [prometheus](https://github.com/prometheus-community/helm-charts) **Why is this...
#### What type of PR is this? > Uncomment only one ` /kind ` line, hit enter to put that in a new line, and remove leading whitespace from that...
**What happened**: YurtHub network module is not ready when the deploy environment is CentOS 8.5.2111 (RedHat 8.5.0-4), the nf_conntrack_ipv4 module is not support to be adapted. **What you expected to...
  
**What would you like to be added**: Use [kube-webhook-certgen](https://github.com/jet/kube-webhook-certgen) to generate webhook certificate, like [ingress-nginx](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx/templates/admission-webhooks or [kubevela](https://github.com/kubevela/kubevela/tree/master/charts/vela-core/templates/admission-webhooks). **Why is this needed**: yurt-app-manager and raven-controller-manager implement generate certificate by themself, which...