Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mybee
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
mybee
Commits
1bf0e99b
Unverified
Commit
1bf0e99b
authored
May 12, 2020
by
Ivan Vandot
Committed by
GitHub
May 12, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo for beekeeper in multiple places (#181)
parent
18380b16
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bee.yaml
.github/beekeeper/bee.yaml
+0
-0
beekeeper.yaml
.github/workflows/beekeeper.yaml
+3
-3
No files found.
.github/beekeper/bee.yaml
→
.github/beeke
e
per/bee.yaml
View file @
1bf0e99b
File moved
.github/workflows/beekeper.yaml
→
.github/workflows/beeke
e
per.yaml
View file @
1bf0e99b
name
:
Beekeper
name
:
Beeke
e
per
on
:
push
:
...
...
@@ -6,7 +6,7 @@ on:
-
master
jobs
:
beekeper
:
beeke
e
per
:
env
:
REPLICA
:
3
runs-on
:
ubuntu-latest
...
...
@@ -38,7 +38,7 @@ jobs:
run
:
|
export LAST_BEE=$(($REPLICA-1))
until kubectl get svc traefik -n kube-system &> /dev/null; do echo "Waiting for the traefik service..."; sleep 1; done
helm install bee -f .github/beekeper/bee.yaml ethersphere/bee --namespace bee --set image.repository=registry.localhost:5000/ethersphere/bee --set replicaCount="${REPLICA}" --set bootnode.enabled=true --wait
helm install bee -f .github/beeke
e
per/bee.yaml ethersphere/bee --namespace bee --set image.repository=registry.localhost:5000/ethersphere/bee --set replicaCount="${REPLICA}" --set bootnode.enabled=true --wait
until [[ "$(curl -s bee-${LAST_BEE}-debug.localhost/readiness | jq -r .status)" == "ok" ]] &> /dev/null; do echo "Waiting for the last bee..."; sleep 1; done
-
name
:
Test fullconnectivity
run
:
./beekeeper check fullconnectivity --disable-namespace --debug-api-domain localhost --api-domain localhost --node-count "${REPLICA}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment