hello Mahn, i have a question related to the auto scale for min of 7 replicas & max of 11 + cpu utilization 75percent, how can we set also container cpu resource request to 35m & container cpu resource limit to 200m , can you support here?
@astonmuk71185 ай бұрын
oc set resouces deploy/your-deployment --limits=cpu=200m --requests=cpu=35m
@jithan2 жыл бұрын
Hello Sir. Can you also help in how to set an app to use service account. I am trying to simulate the issue and work for setting the service account
@jithan2 жыл бұрын
Got the answer Sir, from your other video on Controlling Application Permissions with Security Context Constraints SCC (OpenShift Administration). Clearly explained. Thank you very much