Skip to content

Instantly share code, notes, and snippets.

@jdob
Created January 15, 2020 14:51
Show Gist options
  • Save jdob/33c6ee6e3a0927170ac14a7d8972aea5 to your computer and use it in GitHub Desktop.
Save jdob/33c6ee6e3a0927170ac14a7d8972aea5 to your computer and use it in GitHub Desktop.
./.workshop/scripts/deploy-spawner.sh
### Parsing command line arguments.
### Reading the default configuration.
### Reading the workshop configuration.
### Setting the workshop application.
### Checking spawner configuration.
### Creating spawner application.
serviceaccount/lab-build-an-operator-spawner created
clusterrolebinding.authorization.openshift.io/lab-build-an-operator-spawner-basic created
clusterrole.authorization.openshift.io/lab-build-an-operator-spawner-extra created
clusterrolebinding.authorization.openshift.io/lab-build-an-operator-spawner-extra created
clusterrole.authorization.openshift.io/lab-build-an-operator-spawner-rules created
clusterrolebinding.authorization.openshift.io/lab-build-an-operator-spawner-rules created
clusterrole.authorization.openshift.io/lab-build-an-operator-session-rules created
clusterrolebinding.authorization.openshift.io/lab-build-an-operator-session-rules created
imagestream.image.openshift.io/lab-build-an-operator-spawner created
configmap/lab-build-an-operator-spawner-configs created
configmap/lab-build-an-operator-session-resources created
configmap/lab-build-an-operator-session-envvars created
deploymentconfig.apps.openshift.io/lab-build-an-operator-spawner created
service/lab-build-an-operator-spawner created
route.route.openshift.io/lab-build-an-operator-spawner created
imagestream.image.openshift.io/lab-build-an-operator-session created
### Waiting for the spawner to deploy.
Deployment config "lab-build-an-operator-spawner" waiting on image update
Deployment config "lab-build-an-operator-spawner" waiting on image update
Waiting for latest deployment config spec to be observed by the controller loop...
Waiting for rollout to finish: 0 out of 1 new replicas have been updated...
Waiting for rollout to finish: 0 out of 1 new replicas have been updated...
Waiting for rollout to finish: 0 out of 1 new replicas have been updated...
Waiting for rollout to finish: 0 of 1 updated replicas are available...
W0115 09:44:47.215995 23162 reflector.go:289] k8s.io/client-go/tools/watch/informerwatcher.go:113: watch of *unstructured.Unstructured ended with: The resourceVersion for the provided watch is too old.
Waiting for rollout to finish: 0 of 1 updated replicas are available...
error: replication controller "lab-build-an-operator-spawner-1" has failed progressing
Error: Deployment of spawner failed to complete.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment