kubic-control icon indicating copy to clipboard operation
kubic-control copied to clipboard

Tool to deploy a kubernetes cluster on openSUSE Kubic using kubeadm and salt

Results 6 kubic-control issues
Sort by recently updated
recently updated
newest added

So weave is great, unless you want to use kubernetes 1.23 which can be upgraded to in opensuse kubic. https://github.com/weaveworks/weave/issues/3935#issuecomment-1049175435 https://github.com/kubernetes/kops/pull/12941#issuecomment-1019847592 Flannel is available but has some of it's own...

Our Kubernetes cluster resides on our corporate LAN and are thus bound by our existing deployed networks. The default pod and service network cidr's overlap with those of existing networks...

Currently there is no option the handle any special configuration for the cluster (for example to enable oidc). By making ClusterConfiguration variable you can setup the kubernetes cluster as you...

After adding a third worker node with `kubicctl node add ` I can't reach services running inside the cluster from pods running on the new node. To fix this I...

Kubic seems to include ceph yaml configs in `/usr/share/k8s-yaml/rook/ceph`, but there's no way to run `kubicctl deploy ceph`.

kubicctl allows you to deploy apps with `kubicctl deploy ...` but there's no `kubicctl remove ...`. In my case this became an issue because I deployed metallb with only one...