Rick

Results 477 issues of Rick

Currently, we only have one endpoint for running the test cases. The [VS Code extension](https://github.com/LinuxSuRen/vscode-api-testing) could communicate with it. It would be great if the VS Code side could get...

enhancement
good first issue

## Type of Issue - [ ] Bug - [x] Feature Request - [ ] Performance issue - [ ] Help Wanted - [ ] Documention incomplete - [ ]...

kind/feature
waiting for author

[asciinema](https://asciinema.org/) is a wonderful tool that can help with that. Two big pros: * Easy to use: `asciinema rec` * Allow users to upload the video files to https://asciinema.org/. That...

good first issue
hacktoberfest

Possible usage: `ks install k3d --role-host 1 --role-member 2` This feature might rely on https://github.com/kubesphere-sigs/ks/issues/215 This command can install multiple KubeSphere clusters which based on k3d.

enhancement
help wanted

The command is: ```shell ks install kk --kubernetesVersion v1.21.5 ``` The error output is: ```shell time="10:40:52 CST" level=error msg="Failed to connect to 192.168.0.3: Failed to validate ssh connection parameters: Failed...

Possible usage: `ks opt cluster import` This command might do the following things: * check the current cluster if is the host role * let users choose from context (`~/.kube/config`)...

enhancement

It's very important to have rules for the programming and code review. ## References * http://www.linfo.org/rule_of_silence.html * https://www.techug.com/post/unix-17-philosophy-rule.html > I learned those links from @cndoit18

See also https://github.com/kubesphere/ks-devops

Please see also the following error output: ``` kubectl exec [POD] [COMMAND] is DEPRECATED and will be removed in a future version. Use kubectl exec [POD] -- [COMMAND] instead. ```