Jack
Jack
Thanks, will take a look!
@howardjohn Since we removed the arch values from `values.yaml`, maybe the test use the one with the empty arch? Also the [golden gateway yaml](https://github.com/istio/istio/blob/master/operator/cmd/mesh/testdata/manifest-generate/output/ingressgateway_k8s_settings.golden.yaml#L457-L467) is not updated. I was confused...
@ahmadsayed hi, thank you for trying the solution out. I tried to reproduce this but the autoscaler seems to be working from 0 -> 1 for me. What I did:...
According to the [Autoscaler FAQ](https://github.com/kubernetes/autoscaler/blob/master/cluster-autoscaler/FAQ.md#does-ca-respect-node-affinity-when-selecting-node-groups-to-scale-up) > Does CA respect node affinity when selecting node groups to scale up? CA respects nodeSelector and requiredDuringSchedulingIgnoredDuringExecution in nodeAffinity given that you have labelled...
https://github.com/kubernetes/enhancements/tree/master/keps/sig-scheduling/3521-pod-scheduling-readiness is an interesting find. We could use the scheduling gate to block the pods from being scheduled until we deemed it ready. Might be an overkill though since we...
will a custom scheduler be an overkill? we could have a custom scheduler built on top of the default scheduler so we only attempt to schedule the pod after we...
I think it's possible to have [multiple schedulers](https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/), but yeah I think we could break customers in unexpected ways. Not a simple fix.
#1372 also tried to fix the CI. It seems like we need to follow https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
[add enable_namespace_creation flag and start testing with 1.10 #968 ](https://github.com/terraform-google-modules/terraform-google-kubernetes-engine/pull/968) is merged. Please try with an additional flag `enable_namespace_creation = true` in the ASM module. Let me know if it...