Skip to content

Commit

Permalink
Merge pull request #88 from SamYuan1990/docUpdateJul24
Browse files Browse the repository at this point in the history
Doc update jul24
  • Loading branch information
SamYuan1990 authored Jul 14, 2024
2 parents a3aaeb6 + ef6883e commit a67059f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ kube-prometheus/
.vscode/
.idea/
*.iml
bin/
lib/python3.12
pyvenv.cfg

# Logs
logs
Expand Down
18 changes: 9 additions & 9 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ repos:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/markdownlint/markdownlint.git
rev: v0.13.0
hooks:
- id: markdownlint_docker
name: Markdownlint Docker
description: Run markdown lint on your Markdown files using the project docker image
language: docker_image
files: \.(md|mdown|markdown)$
entry: markdownlint/markdownlint
#- repo: https://github.com/markdownlint/markdownlint.git
# rev: v0.13.0
# hooks:
#- id: markdownlint_docker
#name: Markdownlint Docker
#description: Run markdown lint on your Markdown files using the project docker image
#language: docker_image
#files: \.(md|mdown|markdown)$
#entry: markdownlint/markdownlint
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,15 @@ Will setup container runtime on your host instance.

## Startup

**note**: in 2024 July, we decoupled cluster config with kind cluster setup, so that we allow this repo to set up a existing cluster.

1. Modify kind [config](./kind/manifests/kind.yml) to make sure `extraMounts:` cover
the linux header and BCC.
2. To setup local env run:

```bash
./main.sh up
./main.sh config
```

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

```sh
./main.sh up
./main.sh config
```

## Container registry
Expand Down

0 comments on commit a67059f

Please sign in to comment.