Skip to content

Commit

Permalink
chore:
Browse files Browse the repository at this point in the history
  • Loading branch information
이은상 committed Dec 17, 2024
1 parent 5e9b81f commit 3ff21b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/1_nodes_in_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 1_nodes_in_cluster
- 1_nodes_in_cluster/*
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/2_dns_lookup_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 2_DNS_lookup_service_discovery
- 2_DNS_lookup_service_discovery/*
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3_middlewares_1_koa_js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
paths:
- 3_middlewares/1_koa_js
- 3_middlewares/1_koa_js/*
workflow_dispatch:

env:
Expand Down
2 changes: 1 addition & 1 deletion 2_DNS_lookup_service_discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$ 2_DNS_lookup_service_discovery> node src/main.js
```

### Run the Application on Kind (Kubernetes in Docker)
### Run the Application on Kind (Kubernetes in Docker)
```bash
$ 2_DNS_lookup_service_discovery> kind create cluster --name=node-dns
$ 2_DNS_lookup_service_discovery> docker exec -it node-dns-control-plane /bin/bash
Expand Down

0 comments on commit 3ff21b4

Please sign in to comment.