Christian Schlotter

Results 64 issues of Christian Schlotter

**What this PR does / why we need it**: * Adds detection of booleans in string format to getNum. * Refactors configuration file to allow definition of different metric types...

cncf-cla: yes
size/XL

**What would you like to be added**: Kube-state-metrics v2.5.0 added the experimental Custom-Resource State Metrics #1710 (🎉 awesome 👍 ). The current implementation allows the definition of metrics which directly...

kind/feature

# Issue Report # ## Bug ## ### Container Linux Version ### ``` NAME="Container Linux by CoreOS" ID=coreos VERSION=1967.6.0 VERSION_ID=1967.6.0 BUILD_ID=2019-02-12-2138 PRETTY_NAME="Container Linux by CoreOS 1967.6.0 (Rhyolite)" ANSI_COLOR="38;5;75" HOME_URL="https://coreos.com/" BUG_REPORT_URL="https://issues.coreos.com"...

component/docker
kind/regression
area/stability

**What this PR does / why we need it**: If the reconciliation time is after spec.rolloutAfter then a rollout should happen or has already happened. A new MachineSet will be...

cncf-cla: yes
size/L
needs-triage

**User Story** As a operator I would like to ensure that creating/updating a Cluster/KubeadmControlPlane/MachineDeployment/MachineSet/Machine does not violate the [Kubernetes Version Skew Policy] for staying in supported upgrade paths and not...

help wanted
kind/feature
needs-triage

**User Story** As a operator I would like to ensure that a user is not able to create/update a Cluster/KubeadmControlPlane/MachineDeployment/MachineSet/Machine in/to a Kubernetes Version which is not supported by the...

kind/feature
needs-triage

Hi there :-), we are consuming `cluster-api-provider-openstack` which imports `kubernetes-sigs/controller-runtime`. Because [alias.go](https://github.com/kubernetes-sigs/controller-runtime/blob/master/alias.go#L23) is importing `sigs.k8s.io/controller-runtime/pkg/client/config` it always defines the ["kubeconfig" flag](https://github.com/kubernetes-sigs/controller-runtime/blob/master/pkg/client/config/config.go#L39) which then conflicts with other places where the same...

kind/feature

**Is your feature request related to a problem? Please describe.** cert-manager's ca-injector currently allows to injecting the ca bundle to: - `MutatingWebhookConfigurations` - `ValidatingWebhookConfigurations` - `CustomResourceDefinition` (for a Conversion Webhook)...

kind/feature
lifecycle/stale

**What would you like to be added**: Allow to expose `*_labels` for Custom Resource configuration which behaves the same as `kube_*_labels` metrics. This means it would also use the configured...

kind/feature

**What steps did you take and what happened:** While developing #7239 which introduced self-hosted cluster upgrades I detected that the timeout of 1 minute for - retryableOperationTimeout https://github.com/kubernetes-sigs/cluster-api/blob/31ebd8331ee13953430d10b60455b29041bfa10a/test/framework/cluster_proxy.go#L53 gets hit....

kind/bug
triage/accepted