Roland

Results 10 issues of Roland

### Your current KubeKey version _No response_ ### Describe this feature Control-Panel and Worker nodes optimization is one of the critical works when deploying Kubernetes Clusters. Many of the pre-config...

ks-install shows "OpenPitrix | Import App" task was failed caused by the following error: ```"stdout": "", "stdout_lines": [] }, "role": "openpitrix", "start": "2021-04-21T03:07:58.383429", "task": "OpenPitrix | Import App", "task_action": "command",...

kind/bug
priority/high

**What's it about?** End-to-end (e2e) tests provide a mechanism to test end-to-end behavior of KubeSphere, and ensure end-user operations match developer specifications. E2E testing consists of several phases: - Implementing...

kind/feature
area/testing

**Overview** We have a custom Etcd cluster that setup with systemd and bash scripts. We can't pass the 'Etcd Node Configuration' check. **Environment** Kubernetes v1.18.6 Kube-bench: v0.5.0 **Running processes** ```bash...

enhancement
help wanted

Signed-off-by: Roland.Ma

size/L

size/L
dco-signoff: yes

Support openapi extensions. https://swagger.io/docs/specification/openapi-extensions/ The extened properties start with "x_" and will be coverted to "x-" in json. ```rust #[openapi(x_my_property=3)] pub some_property: Option, ``` Output: ```json { "type": "object", "properties":...

Hi, I'm using the Actix plugin to generete OpenAPI V3 doc. but it seems like i can't add custom properties to the doc. I'd like to add any OpenAPI v3...

hacktoberfest

**What happened**: Pod failed to startup due to Volume attach limitations. But the Pod shouldn't be scheduled to the Node that has already attached 10 drivers. **What you expected to...

kind/bug

**What's it about?** The security mechanism is one of the most critical systems functional features that need to be implemented to ensure system security. Currently, we have sample built-in mechanisms...

area/apiserver
area/console
area/documentation
area/iam
kind/feature-request