skuba icon indicating copy to clipboard operation
skuba copied to clipboard

CLI tool used to simplify (or orchestrate) kubeadm-based Kubernetes cluster deployment and update

Results 13 skuba issues
Sort by recently updated
recently updated
newest added

Signed-off-by: Michal Jura ## Why is this PR needed? Does it fix an issue? addresses a business case? add a description and link to the issue if one exists. Fixes...

Bumps [k8s.io/kubernetes](https://github.com/kubernetes/kubernetes) from 1.18.10 to 1.18.19. Release notes Sourced from k8s.io/kubernetes's releases. Kubernetes v1.18.19 See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG. See the CHANGELOG for more details....

dependencies

## Why is this PR needed? Does it fix an issue? addresses a business case? add a description and link to the issue if one exists. Fixes # **Reminder**: Add...

wip

update suggestions from code review for add features in aws mutlti zone support Signed-off-by: cclhsu ## Why is this PR needed? Does it fix an issue? addresses a business case?...

See also https://github.com/SUSE/skuba/blob/c4c31d90cf3865c933ef763a85025bf9f23b15e7/internal/pkg/skuba/kubeadm/configmap.go#L70-L75 , and Rafa's talk on kubecon Europe 2020.

I think we should work on security hardening for the kured DaemonSet and maybe the application itself. It runs as privileged container which seems a more general security issue from...

In accordance with SUSE Public Cloud lifecycle, the images: ` "suse-sles-15-sp1-chost-byos.*-hvm-ssd-x86_64"` moved from `status = active` to `status = inactive`, upon release of a subsequent service pack (e.g. SLES 15...

**_skuba node bootstrap/join_** takes only a single IP address. This address is used as both the node IP and the address that skuba uses to SSH into the node. There...

enhancement

As part of the SUSE Manager integration, we are relying on python-kubernetes to enrich the output from skuba to gather 'machine-id' and 'internal-ips' for every node of the cluster. Would...

Hey šŸ‘‹, Iā€™m playing around with skuba and noticed that it would be useful for me to deploy nodes in parallel to safe some time. When speaking about worker nodes...