Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 5, 2021 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/b4bb9452d78aff2ee2939a2c41464be5 to your computer and use it in GitHub Desktop.
Save jcrossley3/b4bb9452d78aff2ee2939a2c41464be5 to your computer and use it in GitHub Desktop.
[jim@localhost drogue-cloud]$ make deploy CLUSTER=minikube
test -d deploy/helm/charts || git submodule update --init
env TEST_CERTS_IMAGE="ghcr.io/drogue-iot"/test-cert-generator:latest ./scripts/drgadm deploy \
-s defaults.images.repository="ghcr.io/drogue-iot" \
-s defaults.images.tag=latest
🌱 Checking cluster connectivity ... done!
πŸ†• Creating namespace (drogue-iot) ... done!
πŸ“¦ Deploying pre-requisites (Strimzi) ...
πŸ†• Creating namespace ... done!
πŸ— Deploying the operator ... done!
⏳ Waiting for the operator to become ready ... done!
πŸ“¦ Deploying pre-requisites (Knative) ...
πŸ— Deploying Knative serving ... done!
⏳ Waiting for Knative serving to become ready ... done!
⏳ Waiting for Knative serving and Kourier to become ready ... done!
πŸ— Deploying Knative eventing ... done!
⏳ Waiting for Knative eventing to become ready ... done!
πŸ“¦ Deploying pre-requisites (Keycloak) ...
πŸ—‚ Deploying CRDs ... done!
πŸ— Deploying the operator ... done!
⏳ Waiting for the operator to become ready ... done!
πŸ”¨ Deploying Drogue IoT Core ... done!
πŸ”¨ Deploying Drogue IoT Examples ... done!
πŸ‘€ Waiting for keycloak Ingress resource ... done!
πŸ” Deploying certificates ...
πŸ“ Ensure existence of certificates ... created!
πŸ“ Deploying certificates ... make: *** [Makefile:278: deploy] Error 1
[jim@localhost drogue-cloud]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment