Marc Bihlmaier

Results 19 issues of Marc Bihlmaier

Hi, as the actual version (2.15) is missing as a docker tag - so manually updating with using tags in docker is not possible. And, as in the docs >...

**Image and OTRS versions** Upgrading a "fresh" container running `image: "juanluisbaptiste/otrs:6.0.28"` to image: `"juanluisbaptiste/otrs:6.0.40"` **Kubernetes Manifest (can be read similar to the docker-compose.yml) ;)** ``` --- kind: StatefulSet apiVersion: apps/v1...

bug

> Please adapt your tooling built on top of kubeadm to use the "node-role.kubernetes.io/control-plane" label. > The taint applied to control-plane nodes "node-role.kubernetes.io/master:NoSchedule" is now deprecated and will be removed...

planned

``` # kubectl -n kube-backup logs kube-system-backup-1563803760-fr68x 14:01:52.411: Args: {target_path: "./kube_state", repo_url: "ssh://[email protected]:32222/mbr/k8-repo-test.git", extra_resources: "certificate,issuer,alertmanager,prometheus,prometheusrule,servicemonitor", verbose: true} 14:01:52.411: Types: [:serviceaccount, :secret, :deployment, :daemonset, :statefulset, :configmap, :cronjob, :ingress, :networkpolicy, :persistentvolumeclaim, :role,...

enhancement

The possibility to add labels which are not included in the selector list is missing here: https://kubectl.docs.kubernetes.io/guides/config_management/labels_annotations The feature was included with https://github.com/kubernetes-sigs/kustomize/pull/3743

switch from deprecated `apt_key` to `get_url` with gpg/asc

stale

### Proposal: As dockershim is deprecated in kubelet for kubernetes, it would be great to get an input plugin for CRI environments/runtimes. ### Current behavior: The kubernetes input plugin does...

feature request
area/k8s

fix https://github.com/geerlingguy/ansible-role-kubernetes/issues/149 fix https://github.com/geerlingguy/ansible-role-kubernetes/issues/105 see https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/#installing-kubeadm-kubelet-and-kubectl

As I am also running in https://github.com/smallstep/step-issuer/issues/60 with oom killed step-issuer, I would like to have a http healthcheck endpoint for the issuer. For this healthcheck I could create a...