File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 5454 - name : Run smoke tests
5555 run : |
5656 kubectl apply -k ./config/testdata/webapp
57- kubectl apply -f ./config/samples
58- kubectl -n kustomize-system rollout status deploy/kustomize-controller --timeout=1m
59- kubectl wait kustomizations/podinfo-dev --for=condition=ready --timeout=1m
60- kubectl wait kustomizations/podinfo-staging --for=condition=ready --timeout=1m
61- kubectl wait kustomizations/podinfo-production --for=condition=ready --timeout=1m
62- kubectl -n dev rollout status deploy/podinfo --timeout=1m
6357 kubectl wait kustomizations/frontend --for=condition=ready --timeout=4m
6458 kubectl -n kustomize-system logs deploy/kustomize-controller
6559 - name : Debug failure
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ kubectl apply -f-
4141Install kustomize-controller with:
4242
4343``` bash
44- kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.1 \
44+ kustomize build https://github.com/fluxcd/kustomize-controller//config/default? ref=v0.0.1-alpha.2 \
4545kubectl apply -f-
4646```
4747
You can’t perform that action at this time.
0 commit comments