Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.2.2 on AKS wont create revision hangs at RevisionMissing #2651

Closed
ffahri opened this issue Dec 6, 2018 · 1 comment
Closed

v0.2.2 on AKS wont create revision hangs at RevisionMissing #2651

ffahri opened this issue Dec 6, 2018 · 1 comment
Labels
area/API API objects and controllers area/autoscale area/build Build topics specifically related to Knative area/monitoring area/networking area/test-and-release It flags unit/e2e/conformance/perf test issues for product features kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/doc Something isn't clear kind/feature Well-understood/specified features, ready for coding. kind/process Changes in how we work kind/question Further information is requested kind/spec Discussion of how a feature should be exposed to customers.

Comments

@ffahri
Copy link

ffahri commented Dec 6, 2018

Expected Behavior

AKS Knative service should work after applying yaml (helloworld-go)

Actual Behavior

It doesnt seems to working but its creates pods dont get any traffic into these
shows RevisionMissing (kubectl get ksvc)

"helloworld-go-00001-deployment-9bf74ffbd-crdrz" log
{"level":"error","ts":"2018-12-06T10:35:44.313Z","logger":"queueproxy","caller":"queue/main.go:108","msg":"Error while sending stat{error 25 0 connection has not yet been established}","knative.dev/key":"default/helloworld-go-00001","knative.dev/pod":"helloworld-go-00001-deployment-9bf74ffbd-crdrz","stacktrace":"main.statReporter\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/cmd/queue/main.go:108"}

"controller-f4c59f474-cc8nx" log

to create Configuration "helloworld-go": Internal error occurred: failed calling admission webhook "webhook.serving.knative.dev": Post https://webhook.knative-serving.svc:443/?timeout=30s: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)
..
{"level":"error","ts":"2018-12-06T10:33:29.641Z","logger":"controller.service-controller","caller":"service/service.go:155","msg":"Failed to create Configuration \"helloworld-go\": Internal error occurred: failed calling admission webhook \"webhook.serving.knative.dev\": Post https://webhook.knative-serving.svc:443/?timeout=30s: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)","knative.dev/controller":"service-controller","knative.dev/key":"default/helloworld-go","stacktrace":"github.com/knative/serving/pkg/reconciler/v1alpha1/service.(*Reconciler).reconcile\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/pkg/reconciler/v1alpha1/service/service.go:155\ngithub.com/knative/serving/pkg/reconciler/v1alpha1/service.(*Reconciler).Reconcile\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/pkg/reconciler/v1alpha1/service/service.go:132\ngithub.com/knative/serving/vendor/github.com/knative/pkg/controller.(*Impl).processNextWorkItem.func1\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/vendor/github.com/knative/pkg/controller/controller.go:258\ngithub.com/knative/serving/vendor/github.com/knative/pkg/controller.(*Impl).processNextWorkItem\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/vendor/github.com/knative/pkg/controller/controller.go:268\ngithub.com/knative/serving/vendor/github.com/knative/pkg/controller.(*Impl).Run.func1\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/vendor/github.com/knative/pkg/controller/controller.go:192\ngithub.com/knative/serving/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:133\ngithub.com/knative/serving/vendor/k8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:134\ngithub.com/knative/serving/vendor/k8s.io/apimachinery/pkg/util/wait.Until\n\t/usr/local/google/home/mattmoor/go/src/github.com/knative/serving/vendor/k8s.io/apimachinery/pkg/util/wait/wait.go:88"}

Steps to Reproduce the Problem

  1. Following install any k8s guide (using v.0.0.2 release istio 1.0.2)
  2. create helloworld sample

Additional Info

logs taken from -> elasticsearch - fluentd

@knative-prow-robot knative-prow-robot added area/API API objects and controllers area/autoscale area/build Build topics specifically related to Knative area/monitoring area/networking area/test-and-release It flags unit/e2e/conformance/perf test issues for product features kind/question Further information is requested kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/doc Something isn't clear kind/feature Well-understood/specified features, ready for coding. kind/good-first-issue kind/process Changes in how we work kind/spec Discussion of how a feature should be exposed to customers. labels Dec 6, 2018
@ffahri
Copy link
Author

ffahri commented Dec 6, 2018

/area API
/area networking
/kind bug

yep totally added wrong labels sorry

@ffahri ffahri closed this as completed Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/API API objects and controllers area/autoscale area/build Build topics specifically related to Knative area/monitoring area/networking area/test-and-release It flags unit/e2e/conformance/perf test issues for product features kind/bug Categorizes issue or PR as related to a bug. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/doc Something isn't clear kind/feature Well-understood/specified features, ready for coding. kind/process Changes in how we work kind/question Further information is requested kind/spec Discussion of how a feature should be exposed to customers.
Projects
None yet
Development

No branches or pull requests

2 participants