kubean icon indicating copy to clipboard operation
kubean copied to clipboard

:seedling: Product ready cluster lifecycle management toolchains based on kubespray and other cluster LCM engine.

Results 53 kubean issues
Sort by recently updated
recently updated
newest added

The audit log will be stored on storage pool, so kubean need provide config for the storage address.

kind/feature

In KuBeanClusterOps, there are some important keys between 4 yml files; such as: 1. In kubeanCluster.ymlm spec.hostsConfRef.namespace should be the same as metadata.namespace in hosts-conf-cm.yml 2. In kubeanCluster.ymlm spec.hostsConfRef.name should...

kind/feature

When i create one KuBeanClusterOps with some incorrect values, such ops status is as following: action: "" digest: 92df34c6021b9e5c38ef756fc79a988f status: "" Now, i don't know how about this ops's process...

kind/bug

The KubeSpray output is colorful. ![企业微信截图_16608823239814](https://user-images.githubusercontent.com/1469319/185541268-683b866b-3932-4cd7-92a2-ebe970843a9d.png) . But the kubectl logs lost the color. So there is the idea. The color is a little useful but may have side effects....

kind/feature

for those who are looking for kubespray operator, it will guide them here.

help wanted

The kubebean has two api-group `kubeancluster.kubean.io/v1alpha1` and `kubeanclusterops.kubean.io/v1alpha1` ``` root@kay161:/tmp/kubean/artifacts# kubectl api-resources |grep bean kubeanclusters kubeancluster.kubean.io/v1alpha1 false KuBeanCluster kubeanclusterops kubeanclusterops.kubean.io/v1alpha1 false KuBeanClusterOps ``` I think it may combine one like...

kind/cleanup

The repository is `ghcr.io/kubean-io/kubean/kubean-operator`, it's too long. If the path is `ghcr.io/kubean-io/kubean-operator`, it may be more common.

**Describe the version** version about: 1. kubean v0.2.7 2. Probability low accidental 3. steps: 3.1 prepare the 4 yaml files(vars- in one folder and excute "kubectl apply -f ./" 3.2...

kind/feature

**Describe the version** version about: 1. kubean :v0.3.3 **Describe the bug** certainly appears: when i set kube_version: "v1.25.1", and start a cluster installation, it will fail **How To Reproduce** 1....

kind/bug