Assigned
Status Update
Comments
ba...@google.com <ba...@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
What you would like to accomplish:
The customer aims to modify the containerd configuration on their GKE nodes, specifically to enable the setting 'containerd.discard_unpacked_layers = false'. They want this configuration applied before the node is marked as "Ready" to avoid disrupting workloads.
The customer would prefer to provide additional startup scripts for the GKE nodes to apply customizations, rather than relying on a privileged daemonset. This approach would allow them to:
This solution would offer a more streamlined and secure method for applying node-level configurations in their GKE environment.
If applicable, reasons why alternative solutions are not sufficient:
Current Approach: Presently, the customer is using a daemonset to apply the desired configurations to the GKE node.