Skip to content

Commit a67059f

Browse files
authored
Merge pull request #88 from SamYuan1990/docUpdateJul24
Doc update jul24
2 parents a3aaeb6 + ef6883e commit a67059f

File tree

3 files changed

+16
-9
lines changed

3 files changed

+16
-9
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ kube-prometheus/
55
.vscode/
66
.idea/
77
*.iml
8+
bin/
9+
lib/python3.12
10+
pyvenv.cfg
811

912
# Logs
1013
logs

.pre-commit-config.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ repos:
77
- id: check-yaml
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
10-
- repo: https://github.com/markdownlint/markdownlint.git
11-
rev: v0.13.0
12-
hooks:
13-
- id: markdownlint_docker
14-
name: Markdownlint Docker
15-
description: Run markdown lint on your Markdown files using the project docker image
16-
language: docker_image
17-
files: \.(md|mdown|markdown)$
18-
entry: markdownlint/markdownlint
10+
#- repo: https://github.com/markdownlint/markdownlint.git
11+
# rev: v0.13.0
12+
# hooks:
13+
#- id: markdownlint_docker
14+
#name: Markdownlint Docker
15+
#description: Run markdown lint on your Markdown files using the project docker image
16+
#language: docker_image
17+
#files: \.(md|mdown|markdown)$
18+
#entry: markdownlint/markdownlint
1919
- repo: https://github.com/shellcheck-py/shellcheck-py
2020
rev: v0.10.0.1
2121
hooks:

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,15 @@ Will setup container runtime on your host instance.
3737

3838
## Startup
3939

40+
**note**: in 2024 July, we decoupled cluster config with kind cluster setup, so that we allow this repo to set up a existing cluster.
41+
4042
1. Modify kind [config](./kind/manifests/kind.yml) to make sure `extraMounts:` cover
4143
the linux header and BCC.
4244
2. To setup local env run:
4345

4446
```bash
4547
./main.sh up
48+
./main.sh config
4649
```
4750

4851
3. To tear down local env run:
@@ -67,6 +70,7 @@ Will setup container runtime on your host instance.
6770

6871
```sh
6972
./main.sh up
73+
./main.sh config
7074
```
7175

7276
## Container registry

0 commit comments

Comments
 (0)