-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
897a888
commit 6abdd8b
Showing
4 changed files
with
2 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,6 +100,7 @@ steps: | |
workingDirectory: '$(MODULE_PATH)' | ||
|
||
- script: | | ||
set -e | ||
GO111MODULE="on" go get sigs.k8s.io/[email protected] | ||
kind create cluster | ||
export KUBECONFIG=$(kind get kubeconfig-path --name="kind") | ||
|
@@ -119,9 +120,7 @@ steps: | |
kind load docker-image docker.io/controllertest:1 --loglevel "trace" | ||
make install | ||
kubectl get namespaces | ||
echo "sleep 80 seconds to get the cert pods running" | ||
sleep 80 | ||
echo "end of sleep" | ||
kubectl -n cert-manager rollout status deployment.v1.apps/cert-manager | ||
kubectl get pods --namespace cert-manager | ||
echo "all the pods should be running" | ||
make deploy | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.