kubernikus icon indicating copy to clipboard operation
kubernikus copied to clipboard

Kubernetes as a Service for Openstack

Results 52 kubernikus issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

I only added the new images and started to add containerd integration in the ignition. Its not working yet. I found out that kubenet is gone: https://github.com/kubernetes/kubernetes/issues/100707 so we will...

This includes a fix for https://github.com/kubernetes/kubernetes/issues/105204 which a customer stumbled upon. To my knowledge the issue does not break anything but is very misleading. I believe the version of 1.23...

This PR adds to features: * It allows us to centrally scrape the kluster metrics (apiserver, ccm, cm scheduler) into a dedicated prometheus with short retention * It exposes scheduler,...

This should avoid failed updates becuse of change resourced version on the kluster object

i want to be able to change the scheduler config for BM klusters

This PR refactors the `EnsureKubernikusRuleInSecurityGroup` to support reconciling more then one rule. It now also creates the rule lazily only if no other broader rules are already covering the wanted...

This allows falling back to cgroups v1 for clusters > 1.18. The node pool now has a `cgroupsV1` boolean flag to bring up nodes with cgroups v1 enabled Fallingback to...