Tom Lebreux
Tom Lebreux
# The issue I'm using [proto.NewOpenAPIV3Data()](https://github.com/kubernetes/kube-openapi/blob/835d969ad83aca3ef62637b255332df649856429/pkg/util/proto/document_v3.go#L30) to parse an OpenAPI V3 spec coming from the `/openapi/v3` endpoints of the apiserver. I'd expect fields such as `.metadata.ownerReferences` to be a [*proto.Ref](https://github.com/kubernetes/kube-openapi/blob/835d969ad83aca3ef62637b255332df649856429/pkg/util/proto/document.go#L339)...
**Rancher Server Setup** - Rancher version: - Installation option (Docker install/Helm Chart): - If Helm Chart, Kubernetes Cluster and version (RKE1, RKE2, k3s, EKS, etc): - Proxy/Cert Details: **Information about...
# Issue: https://github.com/rancher/rancher/issues/46166 This is a POC for the Imperative API. You can use the following image to test it out: ``` docker run -p 8080:80 -p 8081:443 -p 8082:6060...
# Context **Parent issue:** https://github.com/rancher/rancher/issues/47010 As part of the Imperative API, when the extension API server is enabled, kube-apiserver needs to be able to communicate with Rancher's extension API server....
# Context **Parent issue:** https://github.com/rancher/rancher/issues/47010 As part of the Imperative API, we want to be able to use Rancher as an extension API server. This requires Rancher to implement specific...
# Context **Parent issue:** https://github.com/rancher/rancher/issues/47010 As part of the Imperative API, we want the UI to keep using Steve even when accessing the Imperative API. When the extension API server...
The following issues are independent and can be started at the same time: - [x] https://github.com/rancher/rancher/issues/47030 - One of the bigger piece, the actual new imperative api server in Steve...
# Summary With vai (or SQL cache) which is currently off by default, Steve keeps an ephemeral SQL database for all objects the UI needs (dynamic). This database is filled...
# Context Rancher starts, in parallel it does: - some initialization like creating various objects (namespaces, secrets, etc) - deploy charts (remotedialer-proxy (RDP), webhook, etc) Webhook starts and eventually adds...
# Problems (in `main`) The problem is that the `columns` attributes is missing the `metadata.name` for CRDs with additional printer columns. This causes a few issues: 1. Not converting dates...