* Fix nil pointer derefence in slow auth service initialization.
* Use consistent conservative timeout to account for environment stress.
* Parallelize tests and share cluster instances to balance resource contention and test runtime.
* Allow shared clusters to be used concurrently.
* Tighten timeouts for a more reasonable test runtime.
* Remove time.Sleep in kube test.
* Address comments.
* Fix typos.