Tobias Bradtke
Tobias Bradtke
Syncing `_design` just did not give me the content of `_design/entry/views/all/map.js`. It happend that there was a hidden file `map.js~` next to it! And it seems that file is read...
Could you explain or point to some background information why these lines are needed? And what would be their default settings? ``` proxy-client-cert-file: "/etc/kubernetes/pki/front-proxy-client.crt" proxy-client-key-file: "/etc/kubernetes/pki/front-proxy-client.key" ```
Also make sure this works across restarts. We've seen some problems on one setup..
In our config for the `Alertmanager` we have a route for an "email receiver", but there is no `receiver` [configured](https://github.com/giantswarm/kubernetes-prometheus/blob/master/manifests/alertmanager/configmap.yaml#L68). - [ ] Add a test for alertmanager
Installation of `calamari-server` on Ubuntu gives me the following error: ``` dpkg: dependency problems prevent configuration of calamari-server: calamari-server depends on python-msgpack-python; however: Package python-msgpack-python is not installed. ``` It...
- [ ] Use [Condition fields](https://github.com/kubernetes/helm/blob/master/docs/charts.md#tags-and-condition-fields-in-requirementsyaml) to allow enabling/disabling certain components. - [ ] Write some [Chart tests](https://github.com/kubernetes/helm/blob/master/docs/chart_tests.md) - [ ] Have a look at [samsung-cnct/chart-elasticsearch](https://github.com/samsung-cnct/chart-elasticsearch) Make sure these issues...
See https://github.com/kubernetes/ingress/tree/master/examples/external-auth/nginx
[Filebeat](https://www.elastic.co/guide/en/beats/filebeat/current/configuration-filebeat-options.html) and [Ingest](https://www.elastic.co/guide/en/elasticsearch/reference/master/grok-processor.html) might not be enough to replace [Logstash](https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html) yet. Let's check on this.
I am getting that error message. My `keycloaks.k8s.kiwigrid.com` looks like this: ```yaml apiVersion: k8s.kiwigrid.com/v1beta1 kind: Keycloak metadata: name: keycloak-test1 spec: clientId: admin-cli passwordSecretKey: password passwordSecretName: keycloak-http passwordSecretNamespace: keycloak-test1 realm: master...
*Description*: Flux HelmChart can't get tags for `oci://docker.io/envoyproxy/gateway-helm`, probably because those don't strictly follow the [Helm specification](https://helm.sh/docs/topics/charts/#charts-and-versioning): > More complex SemVer 2 names are also supported, such as version: 1.2.3-alpha.1+ef365....