UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Mark Sanchez
template
Commits
4f56d21a
Commit
4f56d21a
authored
Jul 06, 2021
by
Mark Sanchez
Browse files
fix readme flux instructions
parent
b9d143ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
README.md
README.md
+10
-2
No files found.
README.md
View file @
4f56d21a
...
...
@@ -193,7 +193,14 @@ Big Bang follows a [GitOps](https://www.weave.works/blog/what-is-gitops-really)
```
shell
# Flux is used to sync Git with the the cluster configuration
curl https://repo1.dso.mil/platform-one/big-bang/bigbang/-/raw/master/scripts/deploy/flux.yaml | kubectl apply -f -
# cd out of
<your
repo
>
and clone bigbang repo
cd ../../
git clone https://repo1.dso.mil/platform-one/big-bang/bigbang.git
cd bigbang
FLUX_KUSTOMIZATION=base/flux
kustomize build "$FLUX_KUSTOMIZATION" | kubectl apply -f -
# Wait for flux to complete
kubectl get deploy -o name -n flux-system | xargs -n1 -t kubectl rollout status -n flux-system
...
...
@@ -202,7 +209,8 @@ Big Bang follows a [GitOps](https://www.weave.works/blog/what-is-gitops-really)
1. Deploy Big Bang
```
shell
cd ../dev
# cd back into
<your
repo
>
cd ../
<your
repo
>
/dev
kubectl apply -f bigbang.yaml
# Verify 'bigbang' namespace is created
...
...
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