Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 5, 2021 13:46
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/d60ad16fc8816e171dff807577cefa7d to your computer and use it in GitHub Desktop.
Save jcrossley3/d60ad16fc8816e171dff807577cefa7d to your computer and use it in GitHub Desktop.
[jim@localhost drogue-cloud]$ make deploy CLUSTER=minikube CONTAINER_REGISTRY=quay.io/jcrossley3
test -d deploy/helm/charts || git submodule update --init
env TEST_CERTS_IMAGE=quay.io/jcrossley3/test-cert-generator:latest ./scripts/drgadm deploy \
-s defaults.images.repository=quay.io/jcrossley3 \
-s defaults.images.tag=latest
🌱 Checking cluster connectivity ... done!
πŸ“¦ Deploying pre-requisites (Strimzi) ...
⏳ 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 ... done!
⏳ Waiting for Knative services to become ready ... done!
⏳ Waiting for deployments to become ready ... done!
πŸ“  Adding cover sheet to TPS report ... done!
πŸ₯³ Deployment ready!
To get started, you can:
* Navigate to the web console:
URL: http://console.192.168.39.206.nip.io
User: admin
Password: admin123456
* Execute:
/home/jim/src/drogue-iot/drogue-cloud/scripts/drgadm examples
[jim@localhost drogue-cloud]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment