Sören König

Results 13 issues of Sören König

Since Bootstrap 3 has reached its [end of life on 2019-07-24](https://blog.getbootstrap.com/2019/07/24/lts-plan/) the layout files should be [migrated to work with Bootstrap 4](https://getbootstrap.com/docs/4.0/migration/).

Helper script to generate a structured Markdown output from any roadmap. This can be useful for keeping a textual version of a roadmap in personal notes and tick off resources...

I can reproduce the error mentioned in devtron-labs/silver-surfer#5 with `kubedd` built from `6de142b452f36d0114b87c666a858f0812d78651` (v0.1.2). I have following outdated HPA manifest in `fixtures/`: ``` kind: HorizontalPodAutoscaler apiVersion: autoscaling/v2beta1 metadata: labels: app.kubernetes.io/instance:...

I tried to run the tests locally against minikube (minikube version: v1.31.2) and kind (kind v0.20.0 go1.20.4 linux/amd64) clusters using go version go1.21.6 linux/amd64. but I got the following errors...

### What is the URL where the issue is happening https://roadmap.sh/kubernetes ### What browsers are you seeing the problem on? _No response_ ### Describe the Bug There is non-English content...

bug

### Roadmap URL https://roadmap.sh/kubernetes ### Suggestions The Youtube video https://www.youtube.com/watch?v=brXPQ1Qwjl4 shows 'This video isn't available anymore' (at least from Germany), so link should be removed / replaced.

suggestion

Added some intro text and materials to get started.

Could at least have some doctests in the Fabfile.

help wanted

The section at https://kubernetes.io/docs/concepts/configuration/configmap/#using-configmaps-as-files-from-a-pod describes how ConfigMaps can be used in as files from a volume. This is already explained with a more complete example of how ConfigMaps can be...

sig/docs
language/en
triage/accepted

This PR introduces changes to make the project importable as a Python module and introduces more modern packaging standards. - Moved all project files into the `git_metrics` subfolder to create...