You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create all the resources available in the folder
100
100
kubeclt create -f <folder_name>
101
101
```
102
102
@@ -325,7 +325,7 @@ kubectl set sa -f nginx-deployment.yaml serviceaccount1 --local --dry-run -o yam
325
325
326
326
### Autoscale
327
327
328
-
Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluste
328
+
Creates an autoscaler that automatically chooses and sets the number of pods that run in a kubernetes cluster
329
329
330
330
```bash
331
331
# Auto scale a deployment "foo", with the number of pods between 2 and 10, no target CPU utilization specified so a default autoscaling policy will be used:
0 commit comments