Skip to content

Instantly share code, notes, and snippets.

@matzew
Created April 24, 2019 12:52
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 matzew/e440d26dede87ed45d9b37da4e9fe890 to your computer and use it in GitHub Desktop.
Save matzew/e440d26dede87ed45d9b37da4e9fe890 to your computer and use it in GitHub Desktop.
oc get pod -n knative-sources

gives:

NAME                         READY     STATUS             RESTARTS   AGE
camel-controller-manager-0   0/1       CrashLoopBackOff   4          2m55s

and

k logs -f -n knative-sources camel-controller-manager-0

gives

2019/04/24 12:18:39 Registering Components.
2019/04/24 12:18:39 Setting up Controllers.
2019/04/24 12:18:39 Adding the Camel Source controller.
2019/04/24 12:18:39 no matches for kind "Integration" in version "camel.apache.org/v1alpha1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment