You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following errors for the drupal-operator pod, which is stuck in a CrashLoopBackOff:
{
"level": "error",
"ts": 1563824078.4568,
"logger": "kubebuilder.source",
"msg": "if kind is a CRD, it should be installed before calling Start",
"kind": "Drupal.drupal.org",
"error": "no matches for kind \"Drupal\" in version \"drupal.org\/v1alpha1\"",
"stacktrace": "github.com\/operator-framework\/operator-sdk\/vendor\/github.com\/go-logr\/zapr.(*zapLogger).Error\n\tsrc\/github.com\/operator-framework\/operator-sdk\/vendor\/github.com\/go-logr\/zapr\/zapr.go:128\ngithub.com\/operator-framework\/operator-sdk\/vendor\/sigs.k8s.io\/controller-runtime\/pkg\/source.(*Kind).Start\n\tsrc\/github.com\/operator-framework\/operator-sdk\/vendor\/sigs.k8s.io\/controller-runtime\/pkg\/source\/source.go:89\ngithub.com\/operator-framework\/operator-sdk\/vendor\/sigs.k8s.io\/controller-runtime\/pkg\/internal\/controller.(*Controller).Watch\n\tsrc\/github.com\/operator-framework\/operator-sdk\/vendor\/sigs.k8s.io\/controller-runtime\/pkg\/internal\/controller\/controller.go:122\ngithub.com\/operator-framework\/operator-sdk\/pkg\/ansible\/controller.Add\n\tsrc\/github.com\/operator-framework\/operator-sdk\/pkg\/ansible\/controller\/controller.go:93\ngithub.com\/operator-framework\/operator-sdk\/pkg\/ansible\/operator.Run\n\tsrc\/github.com\/operator-framework\/operator-sdk\/pkg\/ansible\/operator\/operator.go:55"
}
and:
{
"level": "error",
"ts": 1563824078.4575,
"logger": "ansible-controller",
"msg": "",
"error": "no matches for kind \"Drupal\" in version \"drupal.org\/v1alpha1\"",
"stacktrace": "github.com\/operator-framework\/operator-sdk\/vendor\/github.com\/go-logr\/zapr.(*zapLogger).Error\n\tsrc\/github.com\/operator-framework\/operator-sdk\/vendor\/github.com\/go-logr\/zapr\/zapr.go:128\ngithub.com\/operator-framework\/operator-sdk\/pkg\/ansible\/controller.Add\n\tsrc\/github.com\/operator-framework\/operator-sdk\/pkg\/ansible\/controller\/controller.go:94\ngithub.com\/operator-framework\/operator-sdk\/pkg\/ansible\/operator.Run\n\tsrc\/github.com\/operator-framework\/operator-sdk\/pkg\/ansible\/operator\/operator.go:55"
}
Running Minikube 1.2.0 locally, with Kubernetes 1.15.0.
The text was updated successfully, but these errors were encountered:
I get the following errors for the
drupal-operator
pod, which is stuck in aCrashLoopBackOff
:and:
Running Minikube 1.2.0 locally, with Kubernetes 1.15.0.
The text was updated successfully, but these errors were encountered: