Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created December 6, 2018 17:45
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/d344b81cff891a609ee108233b57de3e to your computer and use it in GitHub Desktop.
Save jcrossley3/d344b81cff891a609ee108233b57de3e to your computer and use it in GitHub Desktop.
[jim@localhost knative-kubecon]$ oc apply -f serving/013-service-final.yaml
error: error when retrieving current configuration of:
Resource: "serving.knative.dev/v1alpha1, Resource=services", GroupVersionKind: "serving.knative.dev/v1alpha1, Kind=Service"
Name: "dumpy", Namespace: "myproject"
Object: &{map["metadata":map["name":"dumpy" "namespace":"myproject" "annotations":map["kubectl.kubernetes.io/last-applied-configuration":""]] "spec":map["release":map["configuration":map["build":map["source":map["git":map["revision":"v2" "url":"https://github.com/openshift-cloud-functions/openshift-knative-application"]] "template":map["arguments":[map["name":"IMAGE_STREAM" "value":"golang:1.11"] map["value":"dumpy:latest" "name":"IMAGE"] map["value":"dumpy-build" "name":"NAME"]] "name":"openshift-builds"]] "revisionTemplate":map["metadata":map["annotations":map["alpha.image.policy.openshift.io/resolve-names":"*"]] "spec":map["container":map["image":"docker-registry.default.svc:5000/myproject/dumpy:latest" "imagePullPolicy":"Always"] "containerConcurrency":'\x03']]] "revisions":["dumpy-00002"] "rolloutPercent":'\x00']] "apiVersion":"serving.knative.dev/v1alpha1" "kind":"Service"]}
from server for: "serving/013-service-final.yaml": Get https://192.168.42.33:8443/apis/serving.knative.dev/v1alpha1/namespaces/myproject/services/dumpy: dial tcp 192.168.42.33:8443: connect: connection refused
[jim@localhost knative-kubecon]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment