- 15 Nov, 2019 1 commit
-
-
loganhz authored
-
- 11 Nov, 2019 4 commits
- 22 Oct, 2019 2 commits
-
-
gitlawr authored
To make monitoring work when hardening rules are applied.
-
gitlawr authored
Problem: Fails to run nginx proxies, because user home directory is not owned by nginx user inside newer nginx-alpine images Solution: Mount emptyDir to the user home directory(/var/cache/nginx) so that it is writable by the nginx user. Also update UID from 100 to 101 to be consistent with upstream changes(https://github.com/nginxinc/docker-nginx/issues/218)
-
- 17 Oct, 2019 3 commits
-
-
Guangbo Chen authored
-
gitlawr authored
-
gitlawr authored
logging 0.1.2 -> 0.1.3 monitoring 0.0.4 -> 0.0.5
-
- 10 Oct, 2019 2 commits
-
-
Guangbo Chen authored
-
Guangbo Chen authored
-
- 04 Oct, 2019 1 commit
-
-
loganhz authored
-
- 30 Sep, 2019 1 commit
-
-
loganhz authored
-
- 19 Sep, 2019 1 commit
-
-
loganhz authored
-
- 18 Sep, 2019 3 commits
-
-
Guangbo Chen authored
-
Denise Schannon authored
-
Frank Mai authored
Copy the binary to the host before wins cli prc run
-
- 17 Sep, 2019 3 commits
-
-
michelia feng authored
-
gitlawr authored
Add PSP and related role/rolebinding/SA resources to logging chart. The PSP contains restricted rules + hostPath volume. Also, remove unnecessary privileged escalation from log-aggregator.
-
Guangbo Chen authored
-
- 14 Sep, 2019 1 commit
-
-
Frank Mai authored
**Problem:** Could not distinguish Windows images from `values.yaml` **Solution:** - Add a new field `os` below field `image` - Must indicate `os: windows` if the image is using in Windows cluster
-
- 11 Sep, 2019 1 commit
-
- 10 Sep, 2019 7 commits
-
-
michelia feng authored
-
michelia feng authored
-
michelia feng authored
-
michelia feng authored
-
michelia feng authored
Problem: windows will throws error when the file already exist, which is different from linux Solution: change to use new-item Issue: https://github.com/rancher/rancher/issues/22679
-
gitlawr authored
- Bump Prometheus operator image version - Sync upstream CRDs. Add PodMonitor and update the rest.(https://github.com/helm/charts/tree/master/stable/prometheus-operator/templates/prometheus-operator) - Update ClusterRole Related Upstream changes: https://github.com/helm/charts/commit/6a94c082c2daf8be72ac241397d652993ad82a0b#diff-b9f481ac97524bfb24d27f62676dc143 https://github.com/helm/charts/commit/d58247103fafd5930792bb1fd3ac240547523200#diff-23b6255dfa711af76ad99181e2fb0464
-
gitlawr authored
Note: See https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/ - PSP is introduced in policy apigroup in 1.10, and removed from extensions apigroup in 1.16. - DaemonSet, Deployment, StatefulSet, and ReplicaSet migrate to apps in 1.9, and no longer be served from extensions in 1.16 - Ingress is migrated to networking.k8s.io in 1.14, and will be removed from extensions in 1.18
-
- 03 Sep, 2019 1 commit
-
-
Aiwantaozi authored
Changes: 1. fluentd: add sub charts fluentd-linux and fluentd-:windows 2. log-aggregator: remove useless service account 3. log-aggregator: add sub charts log-aggregator-linux and log-aggregator-windows
-
- 30 Aug, 2019 1 commit
-
-
Guangbo authored
-
- 29 Aug, 2019 5 commits
-
-
gitlawr authored
Problem: Fail to enable monitoring on restricted PSP clusters. Solution: 1. Update grafana to run as grafana user. 2. Update nginx sidecars to run as nginx user, move files to the user home directory(/var/cache/nginx) and listen on non privileged 8080 port. With 1 & 2, project monitoring works in restricted clusters out of the box. 3. Add necessary PSP/role/rb resource to node-exporter, which is used by cluster monitoring.
-
michelia feng authored
-
michelia feng authored
Problem: New add charts operator-init lack of linux node selector and tolerations Solution: Improve node selector and tolerations
-
Guangbo Chen authored
-
Guangbo Chen authored
-
- 27 Aug, 2019 2 commits
-
-
michelia feng authored
-
aiwantaozi authored
Problem: can't get windows container/node metrics Solution: 1. deploy windows node exporter 2. add add windows metrics service, endpoint, service monitor 3. add metric relabel rules to unify windows and linux expression Issue: https://github.com/rancher/rancher/issues/20513 https://github.com/rancher/rancher/issues/20076 https://github.com/rancher/rancher/issues/20122
-
- 20 Aug, 2019 1 commit
-
-
michelia feng authored
Problem: current elasticsearch gems has warning log for elasticsearch 7.x, rancher/fluentd have release new version Solution: upgrade fluentd, elasticsearch etc gems version Issue: https://github.com/rancher/rancher/issues/20450 https://github.com/rancher/rancher/issues/20509
-