Rick

Results 477 issues of Rick

`docker run -d --name svn-server -p 80:80 -p 3690:3690 elleflorio/svn-server` See also https://github.com/elleFlorio/svn-docker

The possible docker images: * `atlassian/bitbucket-server:7.10.0` * `atlassian/bitbucket-server:7.6.4` * `atlassian/bitbucket-server:7.2.4` ## Get started Run it via: ``` docker volume create --name bitbucketVolume docker run -d -v bitbucketVolume:/var/atlassian/application-data/bitbucket \ -p 30000:7990...

It's useful when we try to test against a new feature with [ks-installer](https://github.com/kubesphere/ks-installer). For example, the usage could be like this: `ks install installer --image surenpi/ks-installer:feature`

enhancement
help wanted

KubeSphere support the federal cluster. It can set a Kubernetes cluster to be a member or host role. So, the first feature that I want to have is making a...

help wanted

# case 1 Sometimes we need multiple environments for development and testing purposes. It's hard to memorize the address of those KubeSphere clusters. Even worse, part of those environments might...

help wanted

You can get the release strategy list via: `ks get --all-namespaces strategy`. Below is an example: ``` apiVersion: servicemesh.kubesphere.io/v1alpha2 kind: Strategy metadata: annotations: app.kubernetes.io/icon: /assets/bookinfo.svg kubesphere.io/creator: admin servicemesh.kubesphere.io/newWorkloadName: details-v2 servicemesh.kubesphere.io/oldWorkloadName:...

Some potential issues might be able to detect by a CLI. For example, `s2ibuildertemplates` is missing.

[go-cli-plugin](https://github.com/LinuxSuRen/go-cli-plugin) is a library for go cli plugin.

You will get the errors like below: ``` / # ks pip stat /root/.kube/config: no such file or directory panic: runtime error: invalid memory address or nil pointer dereference [signal...

Currently, you can use the following command to archive that. But I believe that it can be easier. `ks -n kubesphere-controls-system set image deploy kubectl-admin kubectl=surenpi/ks:v0.0.26` For example, we can...