This repository was archived by the owner on Apr 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33## master / unreleased
44
5+ * [ CHANGE] Updated the trunk branch from ` master ` to ` main ` . You need to run the following in your local fork: #265
6+ ```
7+ git branch -m master main
8+ git fetch origin
9+ git branch -u origin/main main
10+ ```
511* [ ENHANCEMENT] Add ` EtcdAllocatingTooMuchMemory ` alert for monitoring etcd memory usage. #261
612
713## 1.7.0 / 2021-02-24
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ test-readme:
3838 tk init --k8s=false && \
3939 jb install github.com/jsonnet-libs/k8s-alpha/1.18 && \
4040 printf ' (import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")\n+(import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")' > lib/k.libsonnet && \
41- jb install github.com/grafana/cortex-jsonnet/cortex && \
41+ jb install github.com/grafana/cortex-jsonnet/cortex@main && \
4242 rm -fr ./vendor/cortex && \
4343 cp -r ../cortex ./vendor/ && \
4444 cp vendor/cortex/cortex-manifests.jsonnet.example environments/default/main.jsonnet && \
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ To generate the YAMLs for deploying Cortex:
2525 (import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")
2626 + (import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")
2727 EOF
28- $ jb install github.com/grafana/cortex-jsonnet/cortex
28+ $ jb install github.com/grafana/cortex-jsonnet/cortex@main
2929 ```
3030
31311. Use the example monitoring.jsonnet.example:
You can’t perform that action at this time.
0 commit comments