The ela-autoscaler service account, which the autoscaler uses to update deployment sizes, is created in the default namespace. This works fine when revisions are also created in the default namespace, but it breaks when otherwise.
An error shows when trying to schedule the autoscaler pods. This doesn't break the normal serving path, but it prevents the revision from scaling up. And it slows down scheduling enough to cause the conformance tests to timeout in various places.
The ela-autoscaler service account, which the autoscaler uses to update deployment sizes, is created in the default namespace. This works fine when revisions are also created in the default namespace, but it breaks when otherwise.
An error shows when trying to schedule the autoscaler pods. This doesn't break the normal serving path, but it prevents the revision from scaling up. And it slows down scheduling enough to cause the conformance tests to timeout in various places.