Assigned
Status Update
Comments
ka...@google.com <ka...@google.com>
on...@google.com <on...@google.com> #2
I had the same problem!
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
I could solve it by putting the .aidl file in an aidl directory.
Look at the attached screenshot to see the project structure.
Description
This will create a public issue which anybody can view and comment on.
Please provide as much information as possible. At least, this should include a description of your issue and steps to reproduce the problem. If possible please provide a summary of what steps or workarounds you have already tried, and any docs or articles you found (un)helpful.
Problem you have encountered:
Cx is using extended resources: kubernetes.io/batch-memory in their pod yaml using the steps here [1][2] However when they try to deploy pod which requesting for more than 'batch-memory' advertised to the node, the cluster autoscaler is not triggering a scale-up eventhough the pods are pending and CA is enabled. I replicated the use-case on my test lab and I was able to see the CA is not triggering the scale up in this case.
What you expected to happen:
Extended resources are supported in GKE cluster autoscaling and can be used just like CPU and Memory for triggering scaling up.
Steps to reproduce:
[1] run command
[2]run command to advertise extended resources to all existing nodes (referencehttps://kubernetes.io/docs/tasks/administer-cluster/extended-resource-node/ )
[3] deploy the test pod of yaml file below
Other information (workarounds you have tried, documentation consulted, etc):
[1]https://kubernetes.io/docs/tasks/administer-cluster/extended-resource-node/
[2]https://kubernetes.io/docs/tasks/configure-pod-container/extended-resource/