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 2
2
3
3
## master / unreleased
4
4
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
+ ```
5
11
* [ ENHANCEMENT] Add ` EtcdAllocatingTooMuchMemory ` alert for monitoring etcd memory usage. #261
6
12
7
13
## 1.7.0 / 2021-02-24
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ test-readme:
38
38
tk init --k8s=false && \
39
39
jb install github.com/jsonnet-libs/k8s-alpha/1.18 && \
40
40
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 && \
42
42
rm -fr ./vendor/cortex && \
43
43
cp -r ../cortex ./vendor/ && \
44
44
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:
25
25
(import "github.com/jsonnet-libs/k8s-alpha/1.18/main.libsonnet")
26
26
+ (import "github.com/jsonnet-libs/k8s-alpha/1.18/extensions/kausal-shim.libsonnet")
27
27
EOF
28
- $ jb install github.com/grafana/cortex-jsonnet/cortex
28
+ $ jb install github.com/grafana/cortex-jsonnet/cortex@main
29
29
```
30
30
31
31
1. Use the example monitoring.jsonnet.example:
You can’t perform that action at this time.
0 commit comments